Arduino_STM32/STM32F1XX/cores/maple
Roger Clark a276f6184c Merge branch 'master' of https://github.com/bobc/Arduino_STM32 2014-12-26 08:02:51 +11:00
..
avr Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
libmaple Move libmaple/* from variants to cores 2014-12-25 13:07:45 +00:00
stm32f1 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
Arduino.h 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
HardwareSerial.cpp Partially complete work to bring SerialUSB to Arduino 1.0 API. Still need to write code for SerialUSB.flash and SerialUSB.peek 2014-12-04 08:08:49 +11:00
HardwareSerial.h Partially complete work to bring SerialUSB to Arduino 1.0 API. Still need to write code for SerialUSB.flash and SerialUSB.peek 2014-12-04 08:08:49 +11:00
HardwareTimer.cpp 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
HardwareTimer.h 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
Print.cpp 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
Print.h 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
Stream.cpp 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
Stream.h 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
WProgram.h 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
WString.cpp 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
WString.h 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
bit_constants.h 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
bits.h 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
boards.h 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
boards_private.h Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
cxxabi-compat.cpp Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
ext_interrupts.cpp 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
ext_interrupts.h 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
io.h 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
itoa.c Added support for String object. Updated print class to support String. Added examples folder from Maple IDE (None of the examples have been tested) 2014-11-02 20:24:34 +11:00
itoa.h Added support for String object. Updated print class to support String. Added examples folder from Maple IDE (None of the examples have been tested) 2014-11-02 20:24:34 +11:00
main.cpp Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
pwm.cpp 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
pwm.h 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
rules.mk Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
usb_serial.cpp 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
usb_serial.h Added missing operator bool to USBSerial. Note. Its odd that I'd not spotted this was missing as I added it to HardwareSerial ages ago 2014-12-21 18:08:16 +11:00
wiring_private.h 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
wirish.h Added missing typedef for the word data type to wirish.h 2014-12-26 07:55:24 +11:00
wirish_analog.cpp 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
wirish_debug.h 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
wirish_digital.cpp 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
wirish_math.cpp 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
wirish_math.h 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
wirish_shift.cpp 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
wirish_time.cpp 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
wirish_time.h 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
wirish_types.h 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