STM32GENERIC

A generic Arduino implementation for STM32 boards.

Installation - Users

TODO create boards manager package

Installation - Developers

  1. Download the latest version from https://github.com/danieleff/STM32GENERIC
  2. Unzip it into [Arduino]/hardware folder
  3. Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler

Additional instructions for F7 boards:

  1. Download the latest GNU ARM Embedded Toolchain
  2. Change compiler.path in platform.txt to point to that you downloaded.

Uploading

Please go to the Uploading page.

List of boards

Please go to the Boards page.

API documentation

Please go to the Arduino API implementation page.