You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 8502845
** It compiles (blink) but it is not tested on the real target **
Now interrupts are also broken (example isr1onFTM). Need help for this part :)
The text was updated successfully, but these errors were encountered:
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 8502845
** It compiles (blink) but it is not tested on the real target **
Now interrupts are also broken (example isr1onFTM). Need help for this part :)
The text was updated successfully, but these errors were encountered: