-
Notifications
You must be signed in to change notification settings - Fork 16
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
A thank you and a question. #25
Comments
Hi Jerry, Thank you very much! |
Hi there Timo. It looks like you made a (very) good number of commits to the Teensy-cores code. Do you think it is realistic to be able assemble patches so the Teensy runtime can be kept up to date with the PJRC repo? I'm just wondering if it can be automated. Also, I am working on getting very basic GDB support integrated. I'm not a low-level ARM expert, so another question is this; Can I use Many thanks. |
Hi Jerry, The changes to teensy-cores needed for FreeRTOS are only those in this pull request. All other changes are just to support a more recent compiler (because I like to use features of a more recent C++ standard). Having basic GDB support is a great idea, I haven't found the time to look into it yet, but would really appreciate it. Using |
Hello Timo, Great news, thank you. I will make certain of the audio aspect as that is my core interest. I've got a GDB stub running on the T41, the idea being you simply Jerry |
Timo, forgot to ask, Did your PR ever make it into teensy-core? From here it looks like it was forgotten? |
Hi Jerry,
Oh yes, I'm definitely interested, thanks!
No, it hasn't been merged into teensy-core yet. |
Hello Timo
Many thanks for this excellent work.
Can I make a very small set of contributions in return? Would you be interested in a PR or two for extended examples? I've got networking just about running on a T4.1 using the ethernet adapter and a dedicated FreeRTOS task using PlatformIO.
Best wishes,
Jerry.
The text was updated successfully, but these errors were encountered: