Commit cef733d
cc-firmware workflow: drop --build-property, rely on build_opt.h
The --build-property 'build.extra_flags=-DUSB_PRODUCT="Duck Duck Duck"'
flag was getting split on the spaces in the value, producing
'cannot specify -o with -c with multiple files' from xtensa-g++.
Each sketch already has a build_opt.h alongside it that defines the
same USB descriptor flags; arduino-cli picks that up natively. Net
behavior unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 197b25e commit cef733d
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | | - | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
0 commit comments