Skip to content

Commit

Permalink
Merge pull request #1008 from analogdevicesinc/feat/ME30-TZ
Browse files Browse the repository at this point in the history
feat(CMSIS): Update MAX32657 CMSIS with TrustZone support
  • Loading branch information
Jake-Carter authored May 6, 2024
2 parents 4e9156e + fd6d3aa commit 6397c85
Show file tree
Hide file tree
Showing 32 changed files with 1,869 additions and 242 deletions.
2 changes: 2 additions & 0 deletions Libraries/CMSIS/Device/Maxim/GCC/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ ifeq "$(MSECURITY_MODE)" "SECURE"
# https://developer.arm.com/documentation/ecm0359818/latest
PROJ_CFLAGS += -mcmse

PROJ_AFLAGS += -DIS_SECURE_ENVRIONMENT

# Tell the linker we are building a secure project. This defines the "SECURE_LINK" symbol which the
# linker uses to set the secure FLASH/SRAM memory address ranges.
PROJ_LDFLAGS += -Xlinker --defsym=SECURE_LINK=1
Expand Down
Loading

0 comments on commit 6397c85

Please sign in to comment.