fix cmake build

This commit is contained in:
hathach
2023-05-04 16:38:06 +07:00
parent 5e023fa2ca
commit 629717cd13
5 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
set(TOOLCHAIN_COMMON_FLAGS
-mthumb
-mcpu=cortex-m7
-mfloat-abi=hard
-mfpu=fpv5-d16
)