You are reading a single comment by @fanoush and its replies. Click here to read the full conversation.
  • Compiler flags are here you can perhaps make it conditional based on board name, those with nrf52832 can have cortex M4/FPU enabled. Also I enabled C preprocessor by removing -fpreprocessed which you have turned off for some reason (security because of #include running on server ?)

    and with the FPU errata fix you added recently this is even more painless since you don't need to clear that in inline C code now

About

Avatar for fanoush @fanoush started