Commit Graph

29 Commits

Author SHA1 Message Date
Roger Clark 2208bcbc5b Add define for ARDUINO_ARCH_STM32 to correspond with the official STM core and also with Adadfuit STM32 products 2018-05-23 19:37:08 +10:00
Roger Clark cb8b30bd6f add partial support for the new USB HID bootloader 2018-04-22 17:06:22 +10:00
Roger Clark b2858b8c27 Merge branch 'shorten_path' of https://github.com/fpistm/Arduino_STM32 into fpistm-shorten_path 2018-04-19 17:46:35 +10:00
stevstrong 9e19f0ecc3
Update platform.txt
cosmetics: remove unnecessary blank space
2018-03-24 00:13:27 +01:00
Frederic.Pillon ac9237248f Replace {build.path}/{archive_file} by {archive_file_path}
See https://github.com/arduino/Arduino/issues/6757#issuecomment-331861565
From @facchinm:
  Replacing {build.path}/{archive_file} with archive_file_path
  should remove the arduino_build_xxxxxx/.. part and make the path
  a bit shorter.

Issue also raised here using BP:
http://stm32duino.com/viewtopic.php?f=3&t=3070

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-01-09 09:18:36 +01:00
Cristi Marius Tiutiu 4bfb444447 added teensy like ide compiler opts menus 2017-07-17 10:35:23 +03:00
Roger Clark 66579ef8ef Added -std=gnu++11 and -std=gnu11 compile flags to F1 and F4 platform.txt compile recipes 2017-05-26 16:03:49 +10:00
Roger Clark 293b693996 Added JLink upload method for F103C8 to Linux (untested) 2016-10-16 14:47:53 +11:00
Özay Turay 9096356e55 Update STM32F*/platform.txt to get rid of recipe.ar.pattern IDE warnings 2016-09-07 16:20:35 +03:00
roger@rogerclark.net 7e06070ade Started to add linux 64 bit support, by copying the linux folder to linux64 and changeing platform.txt. Also copied scr folder into each platform's folder to allow the src to be distributed even if the tools are split up when using the Board Manager 2016-05-07 08:02:54 +10:00
roger@rogerclark.net 1b4ee05e80 Tidied up platform.txt 2016-05-07 07:44:14 +10:00
roger@rogerclark.net 95f11697b2 Add recipe for 'Export Binary' feature 2016-05-07 07:04:00 +10:00
Roger Clark 66456b5572 Changed platform.txt back to using 1.6.5 compatible archive path, as the change I made to support 1.6.6 does not work with 1.6.5 as it appears this var is not backward compatible 2015-11-09 06:54:49 +11:00
Roger Clark abd500e3ef Changed platform.txt to fix issue with changes in IDE 1.6.6 to build archive path 2015-11-07 23:23:27 +11:00
Roger Clark 1fc436e596 STM32F1. Removed support / worksround for IDE versions before 1.6.3, with removal of platform.rewrite.keys.txt and update of compiler path in platforms.txt 2015-11-03 05:28:50 +11:00
Roger Clark 3d51e8c530 Tidied up names of Maple boards in boards.txt menu names 2015-07-05 11:06:32 +10:00
rogerclarkmelbourne 39787f73e7 Changed isrs.s with update from Rick Kimball to fix issue with hardware timers when not using the --whole-archive flag in the build flags. also changed platform.txt to remove --whole-archive 2015-05-26 14:50:37 +10:00
rogerclarkmelbourne 4f6667afca Fixed issue caused by my missunderstanding of implementing Ricks compile pattern in platform.txt - which removed --whole-archive, which breaks many things :-( 2015-05-23 21:07:59 +10:00
rogerclarkmelbourne 0b7bbab0ac Updated platform.txt with improved size calculatin from Rick 2015-05-23 08:25:43 +10:00
rogerclarkmelbourne 73bc96b898 Updated platform.txt with enhancement from Rick to allow more compiler warnings and debugging to be more easily changed 2015-05-23 08:21:03 +10:00
rogerclarkmelbourne 331a02e296 Updated BlackMagicProbe upload pattern in platform.txt, and commented out windows specific upload lines 2015-05-20 19:38:16 +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
Roger Clark 8c0004f573 Updated size calculation recipe regex with new version from @victor_pv 2015-05-09 18:29:31 +10:00
Roger Clark 311b36450c Defined DEBUG_LEVEL=DEBUG_NONE in platform.txt so that it doesnt get defaulted to DEBUG_ALL in util.h, as this causes extra, unused code to be added. This change seems to save around 1.5k to the total on an empty sketch 2015-05-07 13:55:44 +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
Roger Clark 4a3da022b8 Updated platform.txt and added platform rewrite keys file to aid operation with IDE 1.6.2 onwards 2015-04-12 10:05:32 +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 7bc0e0f015 Added missing paths for upload_router upload method to platforms.txt 2015-04-06 09:20:20 +10: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