We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac19bba commit 7fe51d3Copy full SHA for 7fe51d3
ports/analog/Makefile
@@ -145,7 +145,8 @@ CFLAGS += -D$(MCU_VARIANT_UPPER) \
145
-DTARGET_REV=0x4131 \
146
-DTARGET=$(MCU_VARIANT_UPPER) \
147
-DIAR_PRAGMAS=0 \
148
- -DRISCV_LOAD=0
+ -DRISCV_LOAD=0 \
149
+ -DCONFIG_TRUSTED_EXECUTION_SECURE=0
150
151
# todo: add these for linkerfiles later on so that it's easier to add new boards
152
# -DFLASH_ORIGIN=0x10000000 \
0 commit comments