@@ -33,8 +36,7 @@ Launch `build_all.sh`, `build_debug.sh` or `build_release.sh`.
To make changes in MCU configuration(pins, peripherals, clocks), please use [MCUXpresso Config Tools](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools-pins-clocks-peripherals:MCUXpresso-Config-Tools). The configuration is stored in `\sdk\Cube_FW.mex`.
## TODO:
1. add second UART output(UART3, PTB10, PTB11) for debug
1. MLX90393 - fix temperature compensation
1. rewrite MLX90393 and TMC429 drivers so that it is SDK/platform independent
1. rewrite MLX90393 driver so that it is fully SDK/platform independent
1. properly fix the CmakeLists.txt, not just visual fixes
1. Refactor code (missing const, pointers -> references, make it more C++)
No newline at end of file
1. Refactor code (missing const, pointers -> references, std::array, make it more C++)