Skip to content
bobc edited this page Dec 26, 2014 · 4 revisions

Welcome to the Arduino_STM32 wiki!

About Arduino_STM32

Arduino_STM32 is an add-on package for the Arduino IDE to support hardware based on STM32 chips.

Arduino_STM32 grew from libmaple by LeafLabs (http://www.leaflabs.com/), and also supports Maple compatible boards.

Boards

Currently the following boards are supported:

  • Maple Rev 3+
  • Maple Mini
  • Generic STM32F103 boards

Installing

Pre-requisites:

  • Arduino IDE version 1.5.7 or later

Installation procedure:

  • Copy the Arduino_STM32 folder to your sketchbook folder (e.g. ~/Arduino/hardware, or "My Documents/Arduino/hardware")
  • Restart Arduino IDE

Note: Arduino_STM32 is designed to be installed into your sketchbook, not the Arduino program folder, otherwise it will not work properly.

Getting started

Please see STM32F103 and Maple / Maple Mini with Arduino 1.5.x IDE

Licenses

Arduino_STM32 is an Open Source project.

libmaple is mostly licensed with MIT license.

Other files are licensed as GPL or BSD.

Please see individual files for Copyright notices.