stm32duino / Arduino_Tools

Contains upload tools for STM32 based boards
Other
87 stars 63 forks source link

feat: create upload_reset binary for linux (64-bit) #95

Closed fpistm closed 3 months ago

fpistm commented 3 months ago

Since arm-none-eabi-gcc deprecation note of 32-bit support, update the tools to 64 bits. Only the one for Linux still be in 32-bits. This also prevent launch issue when 32-bit library not installed on 64-bit machine.