Skip to content
New issue

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

teensy 3.1 (mk20dx256) port broken. #104

Open
mbriday opened this issue Apr 15, 2022 · 1 comment
Open

teensy 3.1 (mk20dx256) port broken. #104

mbriday opened this issue Apr 15, 2022 · 1 comment
Assignees

Comments

@mbriday
Copy link
Contributor

mbriday commented Apr 15, 2022

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 :)

@jlbirccyn
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants