Roger Clark
|
6b6ab7dab5
|
Implemented PIN MAP in flash for all other variants
|
2015-09-01 19:58:39 +10:00 |
rogerclarkmelbourne
|
58df3f36b4
|
Changed all remaining boards to have HW serial definitions in board.cpp so that every board can configure which Arduino Serial instance maps to which hardware serial device
|
2015-05-31 16:09:26 +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
|
2ab2e5cac7
|
Changed definition for BOARD_HAVE_SERIALUSB so its always true (1) so that compiling in of SERIAL_USB is just controlled by the -DSERIAL_USB flag and not reliant on the DISC pin defintions. Also added experimental code into the ZET to reset USB on startup - this is not fully working, but doesnt seem to cause any ill effects
|
2015-05-13 19:31:23 +10:00 |
Roger Clark
|
13e27c1dc5
|
Renamed generic_stm32f103rxx and generic_stm32f103zxx to remove th e xx at the end to match changes to boards.txt
|
2015-05-06 03:02:10 +10:00 |