Go to file
rogerclarkmelbourne 2c575f56b0 Replaced setPin and resetPin by gpio_write_bit 2015-05-15 21:34:44 +10:00
STM32F1 Fixed issue with DFU upload ID for F103V board 2015-05-14 20:00:15 +10:00
STM32F3 Added missing rewrite keys files that I should have included in the last commit :-( 2015-04-14 16:47:19 +10:00
STM32F4 Updated F4 to add STM pin numbers and change processor to cortex-m4 instead of cortex-m3 2015-05-06 15:08:34 +10:00
drivers/win Updated windows driver installer bat, with changes by Tim, so that it works if the path to the driver bat has spaces in it 2015-01-26 17:20:35 +11:00
examples Removed BOARD_LED_PIN and button pin definitions as they are not core Arduino API definitions and they were causing confusion on users of generic stm32 boards which don't all have an LED and even if they have an LED, the pin it is on is not always on the same pin depending on the model of generic board 2015-04-25 10:41:27 +10:00
tools Added dfu-util src as a sub module, also added compiled dfu-util files to tools/linux and added script to set udev rules, which I took from the old Maple IDE 2015-05-10 20:26:17 +10:00
usb_bootloader/STM32F1 Replaced setPin and resetPin by gpio_write_bit 2015-05-15 21:34:44 +10:00
.gitignore Using modified version of latest fork of stm32flash 2015-04-18 11:24:00 +10:00
.gitmodules Added dfu-util src as a sub module, also added compiled dfu-util files to tools/linux and added script to set udev rules, which I took from the old Maple IDE 2015-05-10 20:26:17 +10:00
README.md Update README.md 2015-04-13 09:03:34 +10:00

README.md

Arduino STM32

This repo contains, the "Hardware" files to support STM32 based boards on Arduino version 1.5.x to the latest version (currently 1.6.3) including LeafLabs Maple, and Maple mini, and other generic STM32F103 boards

Please read the wiki https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki for full details

Based on https://github.com/bobc/maple-asp, which is in turn based on LibMaple by Leaflabs

See also my blog

More information is available at http://www.rogerclark.net/stm32f103-and-maple-maple-mini-with-arduino-1-5-x-ide/