-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support for Arduino platforms #1272
Conversation
Did you mean to include changes to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Provided some feedback.
May change down the line depending on additional testing. For now we know Cpp works as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this needs a bit more fine tuning. Also, you've accidentally updated the reactor-ts
submodule as part of this PR.
Co-authored-by: Marten Lohstroh <[email protected]>
…on build level and execute level otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to hit the Finish your review
button a while ago. Apologies! Here is some dangling feedback.
Merge from Master
Pull update from master
This program adds configurations for 32 bit and Microsecond Support for Arduino Only (can be extended universally by defining target configuration). Requires a little under 60kB worth of flash storage at the moment (Will not work for Nano and Uno boards as presently constructed). Blink program works out of the box.