mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
7 lines
95 B
CMake
7 lines
95 B
CMake
set(TOOLCHAIN_COMMON_FLAGS
|
|
-mthumb
|
|
-mcpu=cortex-m7
|
|
-mfloat-abi=hard
|
|
-mfpu=fpv5-d16
|
|
)
|