Go to file
rogerclarkmelbourne 66f01c0269 Tried to rationalise the include folders 2015-06-04 20:11:34 +10:00
STM32F1 Tried to rationalise the include folders 2015-06-04 20:11:34 +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 Changed Windows STlink upload to use STM's own STLink CLI Exe as this supports more STLink hardware than Texane-STLink and some users had problems with Texane on F4 and F3 boards 2015-05-26 14:09:46 +10:00
usb_bootloader/STM32F1 Updated Bootloader 2.0 to remove RAM upload option. RAM upload now returns DFU error errWRITE ( 0x03) and displays the initial message 'Bootloader 2.0 ERROR. Upload to RAM is not supported'. Ram upload code has been commented out, definitions have been added for DFU alt strings to make them easier to change, not javascript util has been added at the bottom usb_description.c which can be used to generate modified DFU ALT ID descriptor text if needed 2015-05-02 14:56:52 +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/