Colin
|
7d45f68fde
|
Update PIN_MAP to allow PWM on PB9
|
2015-07-09 12:47:33 +12:00 |
rogerclarkmelbourne
|
a1fdae2817
|
Made changes for Nucleo F103RB and Generic STM32F103C . Note this commit only works with these 2 boards, on all others Serial will not compile
|
2015-05-28 17:38:59 +10:00 |
rogerclarkmelbourne
|
7fe2e7806a
|
Disabled generic bootloader USB reset
|
2015-05-24 09:15:43 +10:00 |
rogerclarkmelbourne
|
6a2e51585d
|
Added DFU upload options for all generic boards. Note, Its not possible to set the correct memort size in the linker file for DFU uploads, so its always set as having the max ram and rom for the series in question. So beware using this if you are maxing out the RAM or Flash (which seems highly unlikely!)
|
2015-05-22 21:07:57 +10:00 |
rogerclarkmelbourne
|
cbc78edce3
|
Include VictorPV's usb reset code to all generic board when SERIAL_USB is enabled ( by the defined in boards.txt)
|
2015-05-16 21:54:10 +10:00 |
rogerclarkmelbourne
|
e3d460d566
|
Added STM32F103V series boards from files supplied by VictorPV (after updating to latest changes to -DSERIAL_USB etc) , also added victors experimental USB reset code - which partially works !
|
2015-05-13 20:33:30 +10:00 |
rogerclarkmelbourne
|
fddefc13a9
|
Separated USB Serial functionality definitions from the BOOTLOADER_maple definition, so that generic boards can use USB serial without needing to have the bootloader and the disconnect hardware. NOTE. I have only tested the SERIAL_USB on the F103ZE board, it may not work on other generic boards
|
2015-04-25 15:28:45 +10:00 |
rogerclarkmelbourne
|
badf7057f0
|
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 |
Roger Clark
|
347cee0d4e
|
added comment to generic stm32f103c board.h
|
2015-04-15 09:40:54 +10:00 |
Roger Clark
|
e8aa9b0620
|
Changed generic stm32f103c board definitions to tidy up the order of the PIN MAP
|
2015-04-15 09:21:35 +10:00 |
Roger Clark
|
6fec429e99
|
Made new generic STM32F103C board variant based on Maple mini. This is a work in process. It seems to work, but needs more tidying up ;-)
|
2015-04-14 20:18:37 +10:00 |