@@ -27,7 +27,7 @@ Before first build, you need to edit few paths in the scripts. In `armgcc.cmake`
Launch `build_all.sh`, `build_debug.sh` or `build_release.sh`.
`build_proto.sh` re-generates the Protocol Buffers `.h` and `.c` files. You can launch it separately to update them during code changes, it also is run everytime you run any of the other build scripts.
`build_proto.sh` re-generates the Protocol Buffers `.h` and `.c` files. Unless you are building with `build_all.sh`, you need to launch it separately after you editing protocols.
## Making changes to MCU configuration
@@ -37,7 +37,6 @@ To make changes in MCU configuration(pins, peripherals, clocks), please use [MCU
- add second UART output(UART3, PTB10, PTB11) for debug
- MLX90393 - fix temperature compensation
- TMC429-LI - write driver
- Write motion planner
- Write reactor code
- properly fix the CmakeLists.txt, not just visual fixes
- Add all missing sdk components, drivers, for possible future use