-
Notifications
You must be signed in to change notification settings - Fork 1k
Changes for FreeRTOS Library. #178
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
Conversation
The function attachInterrupt now also accept std:function<void(void)> in order to bind object method to an interrupt.
I don't know why but it works
Here the FreeRTOS Library |
Ops |
Thanks @straccio |
Seems you merge the master into your branch instead of rebase it. |
I have only one board in order to test, the stm32f4. |
Hi @straccio , |
Good morning, |
Hi @straccio |
Tnx, and happy new year! ^^ |
#190 merged. Closed this one. |
I have made, not yet published, the FreeRTOS Library for stm32.
In order to get the library working i need this changes (not platform.txt).