- Notifications
You must be signed in to change notification settings - Fork1k
Commit0f26293
committed
Added recipe.hooks feature to override gcc options
It is now possible to customize some core definitionsor gcc options thanks a file named "build_opt.h"in the sketch directory. (using@file gcc option)Example of file content to change F_CPU value:-UF_CPU -DF_CPU=72000000ULIf the file does not exist an empty one is created.Fix#41Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent7d1bafb commit0f26293
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
0 commit comments
Comments
(0)