Commit Graph

44 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 21e0fcd802 New board STM32F0308DISCOVERY 2017-04-15 13:06:43 +03:00
Ivan Kravets b31bc3b413 Add specific macro when debug arduino-based project 2017-04-08 00:19:08 +03:00
Ivan Kravets 0f7b27f13f Initial debug configuration 2017-04-01 15:39:18 +03:00
Ivan Kravets ab1f965f47 Fix libopencm3 build script 2017-03-13 01:00:44 +02:00
Ivan Kravets dc1c2d19dd Bump version to 1.8.0 2017-03-12 23:20:47 +02:00
Valeriy Koval 9be0e9269f Use latest builder and package for mbed framework 2017-03-12 19:33:29 +02:00
Ivan Kravets 32758f1fe9 Add example with mbed-events library 2017-01-18 20:48:14 +02:00
Ivan Kravets eb55fd03f8 Update ARM mbed framework to 5.3.0/v131 2016-12-18 18:32:26 +02: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 24b91f591c Disable temporary nucleo_f030r8 for tests 2016-11-18 16:30:18 +02:00
Ivan Kravets dcbdb1dd2d Fix `buildprog` target 2016-10-27 23:20:40 +03:00
Ivan Kravets 0ea1f68133 Fix "undefined reference to `_sbrk'" 2016-10-14 14:26:21 +03:00
Ivan Kravets e7ee381f84 Allow using stlink for stm32duino // Resolve #16 2016-10-14 12:18:14 +03:00
Ivan Kravets d3bd98072f Use Boot v1 for Maple board // Resolve #17 2016-10-12 15:47:58 +03:00
Ivan Kravets 3f6dbd1b74 Refactor support for STM32Duino // Resolve #9 2016-10-12 01:36:48 +03:00
Ivan Kravets 012d7eb939 Use "serial" protocol by default for STM32Duino-based boards // Resolve #14 2016-10-11 19:33:19 +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 6800d63f4f Add `buildprog` target; other improvements 2016-10-03 17:58:40 +03:00
Ivan Kravets 9f8adc94df Update mbed OS to 5.1.4/rev126 2016-09-17 13:59:01 +03:00
Ivan Kravets 3bface3cc3 Add new boards 2016-09-16 21:26:53 +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 e1f93dc5b9 Remove double escaping of path with space 2016-09-10 19:09:07 +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
Valeriy Koval ca90da1f01 Switch to mbed v124 2016-08-31 16:03:26 +03:00
Ivan Kravets fa2c19cb03 Remove unused 'test' target 2016-08-30 21:49:51 +03:00
Ivan Kravets da82d327c0 Absolute CPPPATH instead BUILD_DIR; better output without verbose 2016-08-30 21:24:46 +03:00
Valeriy Koval 800b50eccb Switch to new mbed builder 2016-08-29 12:15:48 +03:00
Ivan Kravets b8470ea3d3 Improve output in non verbose mode 2016-08-27 19:31:54 +03:00
Ivan Kravets 8291aadc33 Simplify project configuration file; Update copyrights 2016-08-03 22:30:45 +03:00
Ivan Kravets 2e8b853d06 Refactor DevPlatform to PioPlatform 2016-08-03 20:08:52 +03:00
Ivan Kravets 85519bff8a Refactor PLATFORM and FRAMEWORK build variables with PIO prefix 2016-07-17 16:08:03 +03:00
Ivan Kravets 410550dc0e Update to the new ProcessFlags API 2016-06-22 19:55:33 +03:00
Ivan Kravets 7b23f46c2c Update ARM mbed framework 2016-06-15 20:18:18 +03:00
Ivan Kravets dcc62aae49 Update ARM mbed to v121 2016-06-15 13:48:09 +03:00
Ivan Kravets d2928bca52 Code cleanup 2016-06-11 16:52:05 +03:00
Ivan Kravets 559ebb3bbb Update build script for the ARM mbed framework 2016-06-02 23:59:35 +03:00
Ivan Kravets cdb55bd51d Initial commit 2016-05-27 18:48:20 +03:00