hydrabus / hydrafw

HydraBus HydraFW official firmware for open source multi-tool for anyone interested in learning/developping/debugging/hacking/Penetration Testing for basic or advanced embedded hardware
https://hydrabus.com/hydrabus-1-0-specifications
Apache License 2.0
360 stars 92 forks source link

Remove Python dependency to Build/Flash the Firmware #132

Closed bvernoux closed 3 months ago

bvernoux commented 2 years ago

Remove the usage of Python to build the version (from GitHub Tag) and build DFU for STM32F405 => https://github.com/hydrabus/hydrafw/tree/master/src/build-scripts

1) Remove hydrafw-revision.py / hydrafw-version.py

2) Remove dfu-convert.py

3) Remove Windows Executable

4) Modification of Makefile (to remove anything related to Python script)

bvernoux commented 3 months ago

Fixed with https://github.com/hydrabus/hydrafw/pull/173