Firmware2/Marlin/src/HAL
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
..
HAL_AVR Match the license headers in other files 2017-08-31 18:31:07 -05:00
HAL_DUE Match the license headers in other files 2017-08-31 18:31:07 -05:00
HAL_LPC1768 add HardwareSerial and SoftwareSerial for Re-ARM. 2017-08-31 18:33:07 -05:00
HAL_TEENSY35_36 Match the license headers in other files 2017-08-31 18:31:07 -05:00
HAL_endstop_interrupts.h Match the license headers in other files 2017-08-31 18:31:07 -05:00
HAL_pinsDebug.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
HAL_SanityCheck.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
HAL_spi_pins.h Match the license headers in other files 2017-08-31 18:31:07 -05:00
HAL.h HAL for Re:ARM (LPC1768) architecture 2017-08-31 18:21:38 -05:00
I2cEeprom.cpp Match the license headers in other files 2017-08-31 18:31:07 -05:00
math_32bit.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
persistent_store_api.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
servo_private.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
servo.cpp Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
servo.h Servo & PWM support for LPC1768 (#7500) 2017-08-31 18:31:43 -05:00
SpiEeprom.cpp Match the license headers in other files 2017-08-31 18:31:07 -05:00