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

Use Platformio to assist in managing system configurations #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hmaarrfk
Copy link
Contributor

Hey Zack,

I've been experimenting with PlatformIO to manage system configurations.

It should allow you to:

  • Easily change board configurations without touch the C source.
  • Create a path to updating to the Teensy 4.0 without really "remembering" to target it on the Arduino interface all the time.

For example, the command:

platformio run -e sci_big_wing

would build sci_big_wing, and the command

platformio run -e sci_wing

would be the sci_wing array.

Hopefully we can work through a few of these PRs .

We would like to try and ensure our firmware stays in sync with yours.

Best,

Mark

@hmaarrfk
Copy link
Contributor Author

FYI, i mostly use the platformio gui, but you know, this can help too.

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

Successfully merging this pull request may close these issues.

1 participant