Commit Graph

14 Commits

Author SHA1 Message Date
Michael L e70c347d61 fix path for NUCLEO variants 2017-05-08 10:06:08 +03:00
Michael L 43ff1a5a9a fix tabs to spaces 2017-05-07 21:30:59 +03:00
Michael L 3bcd0d4a73 updates and cleanups 2017-05-05 14:22:18 +03:00
Michael L 769c046e63 rewrite builder and remove -nostdlib -nostartup from link flags 2017-05-05 11:25:14 +03:00
Michael L b2b6ad65e9 initial support for STM32GENERIC with script modification 2017-05-04 16:37:07 +03:00
Ivan Kravets b31bc3b413 Add specific macro when debug arduino-based project 2017-04-08 00:19:08 +03:00
Ivan Kravets 15bb9e7db2 Refactor CPPDEFINES to tuple style 2016-11-30 15:54:55 +02:00
Ivan Kravets 58858dacba Add support for Maple Mini Original and Maple Mini Bootloader 2.0 // Resolve #22 2016-11-19 18:35:50 +02:00
Ivan Kravets 0ea1f68133 Fix "undefined reference to `_sbrk'" 2016-10-14 14:26:21 +03:00
Ivan Kravets 3f6dbd1b74 Refactor support for STM32Duino // Resolve #9 2016-10-12 01:36:48 +03:00
Ivan Kravets 557f32e82e Fix linker error "undefined reference to _sbrk" for STM32Duino // Resolve #10 2016-10-11 19:31:27 +03:00
Ivan Kravets 1abbab0122 Add support for Arduino framework for BluePill F103C8 board // Resolve #5 2016-09-13 19:55:31 +03:00
Ivan Kravets 3f8d6869b9 Cleanup code 2016-09-10 18:00:15 +03:00
ubis e2a9c070da STM32duino support (#4)
* Added STM32duino support;
Serial and DFU upload protocols

* Fixed ld script naming for Olimexino STM32

* Renamed boards and their framework to arduino

* Board genericSTM32F103RB framework renamed to arduino

* Changed boards url and vendor

* Merged usbid with hwid's;
renamed STM32duino to Arduino;
some other minor changes

* Replaced framework-stm32duino with framework-arduinoststm32

* Updated platform.json
2016-09-10 17:21:29 +03:00