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 |