Commit Graph

44 Commits

Author SHA1 Message Date
Jean-Claude Wippler 83edd50057 fixed, only C8/CB and T8/TB affected 2015-10-30 11:42:38 +01:00
Jean-Claude Wippler a5ff471320 oops, messed up, revert, white space cleanup first 2015-10-30 11:40:52 +01:00
Jean-Claude Wippler 94a319e26e reorder variants so smallest mem size is first 2015-10-30 11:29:25 +01:00
Roger Clark eab149a904 Fixed reference to incorrect linker file in boards.txt for F103T8 2015-10-29 19:54:12 +11:00
Jean-Claude Wippler dbd81d42af add generic STM32F103T[8B] variants 2015-10-27 10:41:08 +01:00
Roger Clark f1086b6b20 Fixed issue with gerneric F103RB and F103R8 caused by typos in boards.txt 2015-08-13 20:02:03 +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
Roger Clark 3d51e8c530 Tidied up names of Maple boards in boards.txt menu names 2015-07-05 11:06:32 +10:00
rogerclarkmelbourne a3a3c9d90b Changed boards.txt so that Maple DFU upload is now called STM32duino bootloader 2015-06-05 16:42:25 +10:00
rogerclarkmelbourne daef5a1781 Fixed issue in boards.txt where board indentifier for Maple mini included a underscore - which seems to cause problems in some version of the IDE (namely 1.6.0) 2015-05-29 09:06:23 +10:00
rogerclarkmelbourne 39b200982a Added generic STM32F103RC support and started work on generic STM32F103R 2015-05-28 15:31:06 +10:00
rogerclarkmelbourne 9b875ca1dc Added Black Magic Probe upload to Generic R,V and Z series 2015-05-28 12:53:34 +10:00
rogerclarkmelbourne 0970f4af3a Reinstated USB Serial on upload via STLink and also Maple DFU on generic boards. 2015-05-28 09:53:58 +10:00
rogerclarkmelbourne 60c094fe5d Removed deprecated / old board for Generic STM32 to Flash. Use GenericStm32F103C instead 2015-05-28 09:46:35 +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 973fa0268e Added Black Magic Probe upload support for C series boards, Note Windows BAT file has not been tested yet 2015-05-19 21:44:10 +10:00
rogerclarkmelbourne f69d71ba9d Fixed issue with DFU upload ID for F103V board 2015-05-14 20:00:15 +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 0c7ac4c1bb Fixed issue with Maple RET6 in boards.txt - already fixed in PIN_MAP-in-FLASH branch 2015-05-07 21:16:23 +10:00
Roger Clark 30946d8a1c Fixed another typo in boards.txt 2015-05-05 23:21:34 +10:00
Roger Clark d9e5f1ed4d Removed typo in flash size of generic stm32f103cb board type name 2015-05-05 21:34:10 +10:00
Roger Clark 15cdd88daa Tidied boards.txt and made change to platform.txt to support changes to boards.txt 2015-05-05 11:16:01 +10:00
rogerclarkmelbourne 0901ab89af Fixed issue with missing dot (period) in definition of max ram for maple mini original bootloader params 2015-05-02 16:24:40 +10:00
rogerclarkmelbourne 0631786008 Added Maple RET6 board provided by @skyng22003. Tested and compiles OK, but I'm unable to test as I don't have that hardware 2015-04-30 12:17:08 +10:00
rogerclarkmelbourne 5fd0efa673 Updated and renames STM32 to Flash, so that STLink works better on Windows. Thanks to Rick Kimball, on the stm32duino.com forum 2015-04-29 21:20:42 +10:00
rogerclarkmelbourne e163e3c1ae Bootloader and also boards.txt, so that its backwards compatible with the original bootloader. The new bootloader now has an additional altID for the new upload type (ID2) which is set in boards.txt for the maple mini on the Bootloader version menu. Note there was also a bug in the old version of boards.txt where the upload size params were not being set by the Bootloader version menu. Binaries folder has also been updated with the revised bootloader 2015-04-26 16:31:32 +10:00
rogerclarkmelbourne cdf0fc0d65 Fixed small issue with incorrect flash and ram sizes being reported to the IDE for maple mini, orignal and bootloader 2.0 2015-04-25 20:47:34 +10:00
rogerclarkmelbourne f92904f577 Added support for bootloader 2.0 to Maple mini, and added source and binary for maple_mini_boot20.bin to the repo 2015-04-25 19:15:48 +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 4d3c370314 added bootloader and non bootloder version of STM32F103RE to STM32F103R series boards 2015-04-20 12:26:16 +10:00
rogerclarkmelbourne 6408adc02f Added experimental Maple RET6 board for @skyng22003 2015-04-20 10:17:58 +10:00
Roger Clark fa41407524 Fixed mistake in boards.txt in flash.maximum size 2015-04-16 20:03:31 +10:00
Roger Clark 167320f462 Added variants to Generic STM32F103Z and tidied up unused files in the stm32f103zxx variants folder 2015-04-16 19:55:11 +10:00
Roger Clark f92015b9f4 Added provisional support for STM32F103Z series. Note this is a work in progress 2015-04-15 20:25:00 +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
Roger Clark 544908bb14 Fixed issue with options on Mini maple generic, and I also renamed this board type, as it does now work relatively well 2015-04-14 17:14:58 +10:00
Roger Clark fedb642aa1 Updated 'Maple mini generic' board type - fixed issue with c8 boards, removed non working gcc compilor menu and removed non working debug options menu. Renamed boards to 'STM32 boards' etc 2015-04-10 17:09:07 +10:00
Roger Clark bfc6440ccb Added build.board to each board in boards.txt as when this is missing, it has been reported that the Linux version gives warnings during startup. Also re-organised the order of the boards so that the most popular board, tha Maple mini is at the top and I renamed and moved the 'Maple mini generic' as this was causing problems for novices who thought it was the correct board for a normal Maple mini 2015-03-16 18:29:20 +11:00
Roger Clark 26150944c1 Removed definition for MEDIUM_DENSITY in boards.txt as this is now in stm32.h 2015-03-12 07:30:12 +11:00
Roger Clark cd7b0badcf Fixed issue of missing port pins in board.cpp 2015-03-12 07:19:33 +11:00
Roger Clark 61ef2bca74 Started work on new variants and fixed a few other minor issues 2015-03-04 08:27:47 +11:00
Roger Clark d130fa5f0d Changed definition _STM32F1XX__ in boards.txt to __STM32F1__ as this was accidently missed from the commit which changed the folder name 2015-02-25 08:57:48 +11:00
Roger Clark 5f83c13285 renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00