Arduino_STM32/STM32F1/cores/maple
Roger Clark 4db3994d1c Second attempt to add availableForWrite() to USB Serial 2018-05-27 16:35:06 +10:00
..
avr renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
libmaple Second attempt to add availableForWrite() to USB Serial 2018-05-27 16:35:06 +10:00
stm32f1 stm32duino now uses __IO 2018-01-24 20:33:11 +01:00
Arduino.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
Client.h Added missing Ethernet library files 2015-10-29 21:19:47 +02:00
HardwareSerial.cpp Remove redundant #if'ed out code from maple hardware_serial.cpp 2018-05-11 09:03:04 +10:00
HardwareSerial.h corrected defines needed when parity is used 2015-11-19 11:50:13 +01:00
HardwareTimer.cpp Add InputCapture and OnePulse functionality from @stevestrong 2018-02-13 18:34:15 +11:00
HardwareTimer.h Add InputCapture and OnePulse functionality from @stevestrong 2018-02-13 18:34:15 +11:00
IPAddress.cpp merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
IPAddress.h merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
Print.cpp Fix for https://github.com/rogerclarkmelbourne/Arduino_STM32/issues/486 2018-04-12 18:17:45 +10:00
Print.h Removed non standard functionality from Print class for BYTE "base" as this is available via e.g. Serial.write and conflicts with the FatFS library and potentially anything else defining BYTE 2017-09-28 12:08:59 +02:00
Printable.h Added missing Ethernet library files 2015-10-29 21:19:47 +02:00
Server.h Added missing Ethernet library files 2015-10-29 21:19:47 +02:00
Stream.cpp merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
Stream.h merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
Udp.h Added missing Ethernet library files 2015-10-29 21:19:47 +02:00
WCharacter.h Added new file WCharacter.h, and updated String files to add missing Arduino API functionality 2016-05-03 21:01:09 +10:00
WProgram.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
WString.cpp merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
WString.h merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
bit_constants.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
bits.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
boards.h Changed definition for BOARD_HAVE_SERIALUSB so its always true (1) so that compiling in of SERIAL_USB is just controlled by the -DSERIAL_USB flag and not reliant on the DISC pin defintions. Also added experimental code into the ZET to reset USB on startup - this is not fully working, but doesnt seem to cause any ill effects 2015-05-13 19:31:23 +10:00
boards_private.h Rollback to master 2017-12-01 16:54:16 +01:00
cxxabi-compat.cpp renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
ext_interrupts.cpp renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
ext_interrupts.h fix compiler warnings related to __always_inline 2016-05-03 13:04:54 -04:00
hooks.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
io.h Added shiftIn to F1 and F4 2016-12-08 20:00:20 +11:00
itoa.c Correct argument type bug in utoa (itoa.c itoa.h) See PR #271 2017-11-02 17:50:34 +11:00
itoa.h Correct argument type bug in utoa (itoa.c itoa.h) See PR #271 2017-11-02 17:50:34 +11:00
main.cpp Edits to move pinmap to flash 2015-08-25 00:02:57 -05:00
new.cpp Add new.cpp from Arduino SAMD to resolve issue with new operator pulling in loads of library functions and taking loads of flash 2016-11-30 10:14:27 +11:00
pwm.cpp renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
pwm.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
rules.mk renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
sdio.cpp Multiple updates to SDIO library 2018-04-12 22:30:37 -05:00
tone.cpp F1 tone resolution: try to force compiler optimisation 2018-03-23 10:55:26 +01:00
tone.h Fixed issue with tone files not actually being added to the repo in a previous commit 2016-11-29 15:18:16 +11:00
usb_serial.cpp Attempt to add availableForWrite() to USB Serial 2018-05-27 16:26:19 +10:00
usb_serial.h Update usb_serial.h 2017-07-08 10:49:14 -05:00
wiring_private.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
wiring_pulse.h Added pulseIn API function 2015-05-09 15:11:35 +10:00
wirish.h Fixed missing definition of digitalPinToInterrupt, by adding macro which simply uses the pin number - as it doesnt need to be mapped 2017-11-13 12:03:19 +11:00
wirish_analog.cpp Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2016-10-16 23:02:16 +02:00
wirish_constants.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
wirish_debug.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
wirish_digital.cpp Removed non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable 2015-04-07 20:57:51 +10:00
wirish_math.cpp Added makeWord macro and functions to fix #316 2017-07-31 13:33:00 +10:00
wirish_math.h Fix for map() function - supplied by @Pito 2017-09-03 11:00:16 +10:00
wirish_shift.cpp Added shiftIn to F1 and F4 2016-12-08 20:00:20 +11:00
wirish_time.cpp Add yield() call in delay() to support the Arduino Scheduler library. Ref issue #299 2017-06-06 20:45:50 +10:00
wirish_time.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
wirish_types.h Removed pinMode from PIN_MAP 2017-12-01 17:17:28 +01:00