Roger Clark
|
896cb2d3c7
|
Increase generic boards USB reset delay to fix issue with newer PC's
|
2016-05-15 15:16:27 +10:00 |
Roger Clark
|
0909f4c20d
|
Changed defines for MOSI, MISO etc into const static vars, to address compatibility issues
|
2016-05-03 20:23:51 +10:00 |
Roger Clark
|
88d2457f30
|
STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz
|
2015-09-06 07:51:40 +10:00 |
Roger Clark
|
6b6ab7dab5
|
Implemented PIN MAP in flash for all other variants
|
2015-09-01 19:58:39 +10:00 |
Roger Clark
|
207986431d
|
Added STM32F103R8 / RB variant folder supplied by @ahull. Also made minor change to the stm32f103r folder bootloader link file name, so that the same file name could be used in the existing stm32f103r folder and the new folder (but they have different contents)
|
2015-08-10 20:27:09 +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
|
39b200982a
|
Added generic STM32F103RC support and started work on generic STM32F103R
|
2015-05-28 15:31:06 +10:00 |
Roger Clark
|
ffe2f6d043
|
Merge pull request #64 from victorpv/re-script
Fixed ram size in RC board with new bootloader
|
2015-05-28 09:35:48 +10:00 |
victorpv
|
15781c492b
|
Ram size corrected.
It was wrongly set to 61KB.
It is actually 48KB for RC, and 64 for RD and RE, but I am using 64KB in
an RCT6 mcu without any issue.
|
2015-05-24 00:30:55 -05: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 |
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 |