.. |
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
|
Copied individual files from @stevestong master
|
2016-11-10 20:06:23 +11:00 |
stm32f1
|
channel output disabled in non pwm-mode
|
2017-05-20 16:11:00 +02: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
|
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' into F1-USART---buffered-interrupt-based-TX-(static-TX-buffer)
|
2016-07-19 13:13:20 +02:00 |
HardwareSerial.h
|
corrected defines needed when parity is used
|
2015-11-19 11:50:13 +01:00 |
HardwareTimer.cpp
|
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
|
2016-10-16 23:02:16 +02:00 |
HardwareTimer.h
|
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
|
2016-10-16 23:02:16 +02: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
|
Fixed #231
|
2016-11-30 17:27:21 +11:00 |
Print.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 |
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
|
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 |
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
|
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 |
itoa.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 |
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 |
tone.cpp
|
Fixed tone() so it works is F_CPU is not 72Mhz
|
2017-01-09 21:17:28 +11: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
|
Copied individual files from @stevestong master
|
2016-11-10 20:06:23 +11:00 |
usb_serial.h
|
Copied individual files from @stevestong master
|
2016-11-10 20:06:23 +11: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
|
Fix problems with tone functions
|
2016-12-12 17:57:50 +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
|
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_math.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_shift.cpp
|
Added shiftIn to F1 and F4
|
2016-12-08 20:00:20 +11:00 |
wirish_time.cpp
|
wait for time to elapse instead of a cycle-counting loop
|
2015-10-31 16:25:42 +01: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
|
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
|
2016-10-16 23:02:16 +02:00 |