-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
With IDE 1.6.11 and teensyduino 1.30, i tried (for the first time) the ChibiOS examples. Even
for teensy 3.0 (3.2), the library is filed under INCOMPATIBLE LIBRARY subfolder, but I could still compile T3.0 examples.
However, for T3.5/T3.6, I get a compiler error message about FPU instructions generated with no FPU present. I got around that by boldly hacking ChibiOS_ARM/src/CMSIS/core_cm4.h, adding
define __FPU_PRESENT 1U
that allowed various examples to run on the T3.5. obviously not a "proper" solution ...
Metadata
Metadata
Assignees
Labels
No labels