STM32GENERIC
Generic implementation of Arduino for STM32 boards using STM32 HAL. This is an alternative to the Official implementation
Documentation: https://danieleff.github.io/STM32GENERIC/
Installation - Users
TODO create boards manager package
Installation - Developers
- Download the latest version from https://github.com/danieleff/STM32GENERIC
- Unzip it into [Arduino]/hardware folder
- Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler
Additional instructions for F7 boards:
- Download the latest GNU ARM Embedded Toolchain
- Change compiler.path in platform.txt to point to that you downloaded.