-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add support for CMSIS RTOS #189
Conversation
The message printing is definitely a good adition! Another PR could be made to change the whole looping thing to figure out families first, but I don't think this is linked to what is done on this PR. |
Please be more specific about what you think is wrong with the "looping mechanism". I implemented it like the one in the HAL find script is to make it consistent. Families are, in fact being figured out first (that's what's changed) so I don't really understand what you would like to see in a different PR. I will gladly add anything to the README as soon as I have any indication that this will ever get merged. |
You are right, I was not clear on the "looping mechanism" bit sorry. It is also true that you did exactly as it's done on the HAL part, so it's perfect. |
Hi @g-arjones, we are now ready to merge some PR 😄 Regards, |
I added documentation om how to use this in my fork. I can create a PR if I find some time soon |
Closing in favor of #222 |
Closes #160