cortex m33+nodsp+nofpu make file created

This commit is contained in:
Jerry Palacios
2024-02-08 11:10:10 -06:00
parent 45454c53f1
commit b9c6b22165
3 changed files with 19 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
ifeq ($(TOOLCHAIN),gcc)
CFLAGS += \
-mthumb \
-mcpu=cortex-m33+nodsp \
-mfloat-abi=soft \
#else ifeq ($(TOOLCHAIN),iar)
# CFLAGS += \
# --cpu cortex-m33 \
# --fpu VFPv5-SP \
#
# ASFLAGS += \
# --cpu cortex-m33 \
# --fpu VFPv5-SP \
#
endif
#
FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure