Arduino_STM32/STM32F1XX
Roger Clark 2bc7c18017 Added Alexeys 'fast pins' code for digitalWriteFast. for Maple mini only. Note also, this branch is a work in progress as I need to update digitalPinToBitMask etc probably to use Alexey's new data 2015-01-05 21:40:37 +11:00
..
cores/maple Added Alexeys 'fast pins' code for digitalWriteFast. for Maple mini only. Note also, this branch is a work in progress as I need to update digitalPinToBitMask etc probably to use Alexey's new data 2015-01-05 21:40:37 +11:00
libraries Added missing (dummy) functions attach and detach interrupt to SPIClass (taken from SAM version), and added hooks.c for yield function. Note. use of yield() at the moment isn't possible, because the linker seems unable to find the function even though hooks.c is being compiled 2014-12-29 16:51:35 +11:00
system 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
variants Added Alexeys 'fast pins' code for digitalWriteFast. for Maple mini only. Note also, this branch is a work in progress as I need to update digitalPinToBitMask etc probably to use Alexey's new data 2015-01-05 21:40:37 +11:00
boards.txt 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
platform.txt Fixed issue cause by comments in platform.txt on Linux 2014-12-30 10:18:15 +11:00