Skip to content

teensy 3.5/3.6 tests #5

@manitou48

Description

@manitou48

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions