Go to file
Daniel Fekete 8d5f6722b2
Merge pull request #58 from ktand/call_init_first
Force init() to be called before static object allocation
2018-08-28 06:48:38 +02:00
STM32 Merge pull request #58 from ktand/call_init_first 2018-08-28 06:48:38 +02:00
docs documentation: update mkdocs version to 1.0.1, and rebuild documentation pages 2018-08-25 14:37:19 +02:00
docs.md documentation: move from tools to docs.md folder 2018-08-28 05:41:52 +02:00
tools cleanup: delete unused tools/test folder 2018-08-28 05:42:19 +02:00
.gitignore hardwaretest: Add empty and blink tests, and new build script 2017-09-17 17:06:05 +02:00
README.md documentation: Instructions for F7 board 2017-07-05 19:43:48 +02:00
mkdocs.yml documentation: move from tools to docs.md folder 2018-08-28 05:41:52 +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.