You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added recipe.hooks feature to override gcc options
It is now possible to customize some core definitions
or 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=72000000UL
If the file does not exist an empty one is created.
Fixstm32duino#41
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments