Firmware2/Marlin/src/HAL/HAL_LPC1768
kfazz 18f97c4013 add HardwareSerial and SoftwareSerial for Re-ARM.
HardwareSerial has been tested on Uart0 (debug header) and Uart3 (i2c connector)
Software Serial has been tested to work bi-directionally at 9600 and 115200
using pins 6 and 63 on J5, and unidirectionally (write only) at 250000.
The code used to test was Teemuatlut's tmc2208 patch, and a few small changes to main used to echo recieved chars back to a host pc.
2017-08-31 18:33:07 -05:00
..
arduino.cpp Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
arduino.h add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
endstop_interrupts.h
fastio.h
HAL_spi.cpp Revert "SPI API platform implementation stubs" (#7416) 2017-08-31 18:31:07 -05:00
HAL_timers.cpp
HAL_timers.h
HAL.cpp LCD_UBL_memory_slot_corrections (#7516) 2017-08-31 18:33:07 -05:00
HAL.h
HardwareSerial.cpp add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
HardwareSerial.h add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
lpc1768_flag_script.py Moved CMSIS and other LPC1768 dependencies 2017-08-31 18:23:44 -05:00
LPC1768_PWM.h hybrid PWM system 2017-08-31 18:33:07 -05:00
LPC1768_Servo.cpp hybrid PWM system 2017-08-31 18:33:07 -05:00
LPC1768_Servo.h Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
main.cpp Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
persistent_store_impl.cpp SPI API platform implementation stubs 2017-08-31 18:23:44 -05:00
pinmap_re_arm.h add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
pinmapping.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
pinsDebug_Re_ARM.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
SanityCheck_Re_ARM.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
serial.h
servo_private.h Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
SoftwareSerial.cpp add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
SoftwareSerial.h add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
spi_pins.h Match the license headers in other files 2017-08-31 18:31:07 -05:00
watchdog.cpp
watchdog.h
WInterrupts.cpp add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00