adding cmake build for imxrt1010

This commit is contained in:
hathach
2023-04-20 14:09:38 +07:00
parent 9771c76f25
commit fab48e5bcc
9 changed files with 172 additions and 6 deletions

View File

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