Commit Graph

12 Commits

Author SHA1 Message Date
Roger Clark a13d7d9d8c Opps. Failed to update the variant line for nucleo_f103rb in the previous commit :-( 2015-01-22 13:20:09 +11:00
Roger Clark e9182347fc Added Nucleo F103RB variant and updated boards.txt file. Note this uses STLink to upload and consequentially only works on the PC at the moment 2015-01-22 13:16:45 +11:00
Roger Clark f44d94d5cd Added Nucleo STM32F103RB board with upload via STLINK 2015-01-19 21:19:03 +11:00
Roger Clark 94864c98a7 Removed upload to RAM from boards options, as even the 'bare minimum' will no longer fit into RAM. (Note, the sections have only been commented out from boards.txt, so remove the comments if you really want to have a go at using upload to RAM ;-) 2015-01-05 11:45:53 +11:00
Bob Cousins 1eb90acf81 Enable faster builds; remove -MD flag from boards flags and add -MMD to platform flags 2014-12-25 11:42:18 +00:00
Ian Harvey 9de8d1d058 microduino: Add OS X version of maple_upload script
Currently this is a wrapper around dfu-util; tested with
dfu-util-0.7.mpkg, e.g.
https://code.google.com/p/companion9x/downloads/detail?name=dfu-util-0.7.mpkg
2014-12-23 15:46:14 +00:00
Ian Harvey c5c58e253d Add microduino variant as copy of maple_mini 2014-12-23 10:21:28 +00:00
Roger Clark 98c772079e Added new menu items by Alexey (@HiddenPilot) 2014-12-19 08:31:49 +11:00
Roger Clark 0004e11a25 Fixed issue for Maple-mini to RAM - thanks to bug report and fix from @HiddenPilot on the Arduino forum 2014-12-05 20:10:08 +11:00
Roger Clark 794a79a151 Added defined for __STM32F1XX__ to board.txt in preparation for changes to OneWire library. Also added analogWrite function to replicate what the Arduino API does, and fix the issue with needing to call pinMode with type PWM. Fade example now works, as long as a PWM compatible pin is used e.g. PA0 2014-12-03 21:32:00 +11:00
Roger Clark dbabd6fd52 Changes to generic STM32 board definitions for Serial. The first UATT is now Serial, second is Serial1 (this maps Serial -> UART1, Serial1->UART2 etc). Also fixed missing sprintf, - needed more includes in wirish.h. Also investigated implementing printf for Serial.printf (currently a work in progress) 2014-11-01 09:27:18 +11:00
Roger Clark 5a79e664af Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00