-
Notifications
You must be signed in to change notification settings - Fork 32
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 custom Seed projects #34
Comments
|
Max interface now updated in dev branch to include browse and @target support for custom JSON configs. Support for This may be ready for alpha testing to identify any missing capabilities. Documentation still required. |
Created wiki page to document this here: https://github.com/electro-smith/oopsy/wiki/Custom-Seed-Targets |
release/tag v0.4.0 introduces a new JSON format: https://github.com/electro-smith/oopsy/wiki/Custom-Seed-Targets This remains a work in progress, but has been designed in coordination with @stephenhensley to make it simple to create a quick template for breadboarding type projects. As of now it does not handle OLED, SDcard, I2C, UART or anything like that, mostly just GPIO stuff. The old JSON formata also continues to function in the meantime. |
May require some larger changes to genlib_daisy.h, a custom target JSON, etc.
Also documentation of how to do it!
The text was updated successfully, but these errors were encountered: