trampoline icon indicating copy to clipboard operation
trampoline copied to clipboard

teensy 3.1 (mk20dx256) port broken.

Open mbriday opened this issue 2 years ago • 1 comments

The Cortex port is now based on CMSIS and the port of the Teensy 3.1 is broken (out of date). I tried to import some CMSIS functions (NVIC_SetPriority is used for all ports). See commit 85028456e81f1ca5bd1ac8cfd5ba52cbc956c3b0 ** It compiles (blink) but it is not tested on the real target **

Now interrupts are also broken (example isr1onFTM). Need help for this part :)

mbriday avatar Apr 15 '22 11:04 mbriday

The Teensy port has been based on the code of Paul Stoffregen from PJRC and he does not use CMSIS. So the update will be longer than expected.

jlbirccyn avatar Apr 15 '22 11:04 jlbirccyn