adding cpu core .mk for makefile

fix cortex m33 for nrf5340 dk
This commit is contained in:
hathach
2023-05-19 16:02:26 +07:00
parent e8dd200fed
commit 270136e84a
6 changed files with 41 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
# Common make definition for all examples
# ---------------------------------------
TOOLCHAIN ?= gcc
#-------------- TOP and CURRENT_PATH ------------
# Set TOP to be the path to get from the current directory (where make was
@@ -75,6 +77,7 @@ else
endif
#-------------- Cross Compiler ------------
# Can be set by board, default to ARM GCC
CROSS_COMPILE ?= arm-none-eabi-