gcc_option.txt 196 Bytes
Newer Older
Enrico Pozzobon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Cortex-m3

 -mcpu=cortex-m3
 -mthumb
 -mfloat-abi=soft
 -O3

Cortex-m4

 -mcpu=cortex-m4
 -mthumb
 -mfloat-abi=hard
 -mfpu=fpv4-sp-d16
 -O3

 * If you want to use SIMD
 -DSTM32F4

- end of file -