configENABLE_FPU configuration option

Hello,

I’m using freeRTOS for my projects running Cortex-M33 (e.g., NXP LPC5526) for some years now.

These parts include a floating point unit (FPU), so one has to enable configENABLE_FPU, see this blog post. Otherwise, everything may go haywire.

That being said, the current documentation of configuration file does not mention this option any more. I wonder why this is? Thanks.

Cheers
Daniel

1 Like

Thank you for pointing it out. We will update our website. It is document in the template config file - FreeRTOS-Kernel/examples/template_configuration/FreeRTOSConfig.h at main · FreeRTOS/FreeRTOS-Kernel · GitHub.

1 Like

Thank you for bringing this to our attention. We’ve incorporated the ARMv8-M port specific definitions to the configuration file documentation, and they are visible on the website here.

2 Likes