Commit Graph

12 Commits

Author SHA1 Message Date
Bob Cousins a3065b0c00 Move libmaple/* from variants to cores 2014-12-25 13:07:45 +00:00
Roger Clark f70c503d2f Merge branch 'master' of https://github.com/IanHarvey/Arduino_STM32 2014-12-24 19:30:22 +11:00
Ian Harvey 5546e20d0c microduino: assign correct port values to GPIO pins 2014-12-23 15:13:11 +00:00
Ian Harvey c5c58e253d Add microduino variant as copy of maple_mini 2014-12-23 10:21:28 +00:00
rogerclarkmelbourne e5c795f0f7 removed the #if false in the Maple variant usb_cdcam.c which I wrongly thought needed to be removed from build as it was clashing with other code, but this was a mistake, and this file is needed for the Maple build 2014-12-23 18:10:03 +11:00
Roger Clark 98c772079e Added new menu items by Alexey (@HiddenPilot) 2014-12-19 08:31:49 +11:00
Roger Clark a327d7bd38 Removed redundant / junk files 2014-12-05 21:17:45 +11:00
Roger Clark 53f84108d6 Added empty / placeholder files, required my some libraries, specificially Adafruit_ST7735. This is a work in progress and doesn't allow this library to work, as SPI needs to be updated and also the library needs code changed to its header file 2014-12-05 20:58:27 +11:00
Roger Clark 31349f5aec Fixed issue caused by renaming SerialUSB to Serial for non Maple boards - i.e double definition of Serial 2014-12-05 09:29:11 +11:00
Roger Clark 4fdce817a4 Finished Serial.peek() and Serial.flush(). Also changed SerialUSB tgo Serial for Maple and Maple Mini builds for increased compatibility with the Arduino 1.0.x API 2014-12-04 21:11:38 +11:00
Roger Clark 8c6d25b4c0 Absolutely masses of changes, and general restructure in order to get the SPI library to at least compile ;-) 2014-11-22 06:46:57 +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