hydrafw_hydranfc_shield_v2 icon indicating copy to clipboard operation
hydrafw_hydranfc_shield_v2 copied to clipboard

Remove Python dependency to Build/Flash the Firmware

Open bvernoux opened this issue 2 years ago • 0 comments

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

  1. 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 ?
  1. 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 ?
  1. Modification of Makefile (to remove anything related to Python script)
  • https://github.com/hydrabus/hydrafw_hydranfc_shield_v2/blob/master/src/Makefile

bvernoux avatar May 31 '22 21:05 bvernoux