PeakSat / minimal-dev-setup

2 stars 0 forks source link

Enable FPU in default configuration #3

Closed lightspot21 closed 2 months ago

lightspot21 commented 5 months ago

FPU for now is disabled to keep things simple. Things to do:

lightspot21 commented 2 months ago

Re. Microchip enable_fpu: it is actually needed (or something like it at least), as documented at https://github.com/PeakSat/minimal-dev-setup/blob/master/conan/config/profiles/cmake-settings/samv71q21b.cmake#L56.

FreeRTOS does enable it for us though, so no problems there.