-
Notifications
You must be signed in to change notification settings - Fork 23
New configuration support and example migration #393
Conversation
Old shemas removed. Validation script not needed (yet?). theCore ambient CMake files are also fixed, so it means that this branch is completely broken for other platforms.
Old schemas deleted. Pages that are not relevant for the new configurator are deleted as well. TM4C section is updated with description of fields present in configurator UI.
Includes: * relevant documentation changes * timer configuration for stm32 ((missing for some reason) * merged bupass and regular console * SPI configurator (but not generator, yet) * pyparse python package for better parsing in generators * clarified names for tm4c and stm32 platforms * removed old example files
This is a workaround before all aliases will be converted to arrays.
Since it is already moved to https://github.com/theCore-embedded/example_button_interrupt
New configurator support is added as well.
There were the following issues with your Pull Request
Guidelines are available at https://github.com/forGGe/theCore This message was auto-generated by https://gitcop.com |
0cca33d
to
7ef3dca
Compare
There were the following issues with your Pull Request
Guidelines are available at https://github.com/forGGe/theCore This message was auto-generated by https://gitcop.com |
7ef3dca
to
a842f3b
Compare
There were the following issues with your Pull Request
Guidelines are available at https://github.com/forGGe/theCore This message was auto-generated by https://gitcop.com |
Also, clarified dependencies and used correct python version
a842f3b
to
9d67ea9
Compare
There were the following issues with your Pull Request
Guidelines are available at https://github.com/forGGe/theCore This message was auto-generated by https://gitcop.com |
There were the following issues with your Pull Request
Guidelines are available at https://github.com/forGGe/theCore This message was auto-generated by https://gitcop.com |
New configuration support and example migration
Addresses #378 , partially #347, #350 (added configuration for HTU21D via the configurator)
Implements #345 , #301 (partially, for stm32 only)