Go to file
Roger Clark 347cee0d4e added comment to generic stm32f103c board.h 2015-04-15 09:40:54 +10:00
STM32F1 added comment to generic stm32f103c board.h 2015-04-15 09:40:54 +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 Added missing rewrite keys files that I should have included in the last commit :-( 2015-04-14 16:47:19 +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 non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable 2015-04-07 20:57:51 +10:00
other/maple-bootloader Added modified version of maple_bootloader in a new folder called other 2015-01-26 09:35:26 +11:00
tools Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2015-04-12 10:28:56 +10:00
.gitignore fixed mistake in .gitignore for the maple-bootloader folder items 2015-01-26 16:55:05 +11:00
.gitmodules Added texane-stlink to tools src folder. Note. This was easier than moving it from the old location under macosx. I will remove the one under macosx once the new one is definately committed 2015-04-07 08:15:22 +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/