We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been trying to use a float variable in the code and then it doesn't compile with a Teensy 3.5, everything else works.
For example on the frBlinkPrint.ino, if I only create a float variable and try to Serial.print it, the code doesn't write.
Any idea of why?
Thanks
The text was updated successfully, but these errors were encountered:
This version of FreeRTOS catches a hard fault exception when using floating point on Teensy 3.5/3.6.
I no longer support FreeRTOS or ChibiOS as an Arduino library. It is impossible to configure a CPU to run Teensy software and an RTOS.
I now do my projects on native ChibiOS with no Arduino code.
Sorry, something went wrong.
Would you suggest using ChibiOS with the Teensy then? I will give it a try!
Thank you
ChibiOS is best for STM32. There is only limited support for Kinetis.
No branches or pull requests
I have been trying to use a float variable in the code and then it doesn't compile with a Teensy 3.5, everything else works.
For example on the frBlinkPrint.ino, if I only create a float variable and try to Serial.print it, the code doesn't write.
Any idea of why?
Thanks
The text was updated successfully, but these errors were encountered: