Added a tool to download firmware to the STM32 using a computer.
parents
No related branches found
No related tags found
Showing
- trunk/CMakeLists.txt 68 additions, 0 deletionstrunk/CMakeLists.txt
- trunk/ReadMe.txt 19 additions, 0 deletionstrunk/ReadMe.txt
- trunk/doc/doxygen.conf 251 additions, 0 deletionstrunk/doc/doxygen.conf
- trunk/doc/doxygen_project_name.conf 1 addition, 0 deletionstrunk/doc/doxygen_project_name.conf
- trunk/doc/main.dox 107 additions, 0 deletionstrunk/doc/main.dox
- trunk/src/CMakeLists.txt 17 additions, 0 deletionstrunk/src/CMakeLists.txt
- trunk/src/binary.c 118 additions, 0 deletionstrunk/src/binary.c
- trunk/src/fw_downloader.cpp 220 additions, 0 deletionstrunk/src/fw_downloader.cpp
- trunk/src/hex.cpp 188 additions, 0 deletionstrunk/src/hex.cpp
- trunk/src/hex.h 28 additions, 0 deletionstrunk/src/hex.h
- trunk/src/parsers.h 12 additions, 0 deletionstrunk/src/parsers.h
- trunk/src/stm32.cpp 560 additions, 0 deletionstrunk/src/stm32.cpp
- trunk/src/stm32.h 57 additions, 0 deletionstrunk/src/stm32.h
Loading
Please register or sign in to comment