diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-27 11:18:33 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-27 11:18:33 -0500 |
commit | 4f59610a00da78639c1909acb09c7dfde4519a28 (patch) | |
tree | c4b9f18f4a0826c2f635ee3b16a3a88d7a195114 /Makefile | |
parent | 1a14ef827ed99a814b00d8ea4b98b8633582b945 (diff) |
sandboxed user algorithm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -148,7 +148,9 @@ CPPWARN = -Wall -Wextra -Wundef # # List all user C define here, like -D_DEBUG=1 -UDEFS = -DCORTEX_ENABLE_WFI_IDLE=TRUE -DPORT_USE_SYSCALL=TRUE +UDEFS = -DCORTEX_ENABLE_WFI_IDLE=TRUE \ + -DPORT_USE_SYSCALL=TRUE \ + -DPORT_USE_GUARD_MPU_REGION=MPU_REGION_0 # Define ASM defines here UADEFS = |