Commit Graph

8 Commits

Author SHA1 Message Date
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