Go to file
Daniel Fekete a99b06faf9 chip data: Move chip database parsing to its own file, so can be used for other things 2017-07-15 18:06:09 +02:00
STM32 arduino: add missing standard arduino udp.h 2017-07-05 05:59:28 +02:00
docs documentation: Instructions for F7 board 2017-07-05 19:43:48 +02:00
tools chip data: Move chip database parsing to its own file, so can be used for other things 2017-07-15 18:06:09 +02:00
.gitignore Automated tests: automatically include referenced libraries 2017-05-01 15:56:06 +02:00
README.md documentation: Instructions for F7 board 2017-07-05 19:43:48 +02:00

README.md

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

  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.