diff options
| author | Ha Thach <[email protected]> | 2023-05-23 21:45:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-23 21:45:00 +0700 |
| commit | 1ef820ecfe569e181b8f20cb936f632e51d8257e (patch) | |
| tree | 3a170e7c11de223c988a594c5189c4d39f1869ff /tools/make/cpu | |
| parent | c998e9c60bc76894006c3bd049d661124a9bfbfd (diff) | |
Enhance chipidea (#2075)
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead
* add dcd dcache for chipidea
* add cmake for lpc18
* add makefile build for mcx
* use fork of mcu sdk
* fix ci build with nrf
* flash rp2040 with openocd
Diffstat (limited to 'tools/make/cpu')
| -rw-r--r-- | tools/make/cpu/cortex-m33.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/make/cpu/cortex-m33.mk b/tools/make/cpu/cortex-m33.mk index 2ea3a0753..3d12b01fd 100644 --- a/tools/make/cpu/cortex-m33.mk +++ b/tools/make/cpu/cortex-m33.mk @@ -3,7 +3,9 @@ ifeq ($(TOOLCHAIN),gcc) -mthumb \ -mcpu=cortex-m33 \ -mfloat-abi=hard \ - -mfpu=fpv5-d16 \ + -mfpu=fpv5-sp-d16 \ + + #-mfpu=fpv5-d16 \ #set(FREERTOS_PORT GCC_ARM_CM33_NONSECURE CACHE INTERNAL "") FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure |
