Remove Python dependency to Build/Flash the Firmware
bvernoux opened this issue · 0 comments
bvernoux commented
Remove the usage of Python to build the version (from GitHub Tag) and build DFU for STM32F405
=> https://github.com/hydrabus/hydrafw_hydranfc_shield_v2/tree/master/src/build-scripts
- Remove hydrafw-revision.py / hydrafw-version.py
- To be done with GitHub Actions after each Commit ...
- To check integration of https://github.com/marketplace/actions/gittools
- Other idea ?
- Remove dfu-convert.py
- Replace it with a native C code (multi-platform) to be built with GCC/MinGW2 ...
- To check integration of https://github.com/encedo/hex2dfu
- Other idea ?
- Modification of Makefile (to remove anything related to Python script)