Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
# Defines a mapping from GCC_M_CPU to FPU

set(FPU_FOR_cortex-m4      fpv4-sp-d16)
set(FPU_FOR_cortex-m7      fpv5-d16)
set(FPU_FOR_cortex-m33     fpv5-sp-d16)