1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-29 19:20:22 +00:00
2023-05-04 16:38:06 +07:00

7 lines
95 B
CMake

set(TOOLCHAIN_COMMON_FLAGS
-mthumb
-mcpu=cortex-m7
-mfloat-abi=hard
-mfpu=fpv5-d16
)