etagle
|
c9bbef6380
|
Cosmetic fix for HAL_AVR/MarlinSerial.cpp
Instead of using const char, it is better to use uint8_t
|
2017-10-27 03:24:23 -05:00 |
|
Scott Lahteine
|
732e87e83c
|
Merge pull request #7892 from GMagician/Serial-double-echo-fix
[2.0.x] Serial double echo fix
|
2017-10-10 02:42:16 -05:00 |
|
GMagician
|
546f02c6f4
|
[2.0.x] Addressing #7896
Compiler error, added char c variable
|
2017-10-08 23:16:35 +02:00 |
|
GMagician
|
eb96d37da0
|
Serial double echo fix
Fix double character sent when TX buffer size is 0 on mega2560
|
2017-10-07 22:20:00 +02:00 |
|
Scott Lahteine
|
9fe7f53216
|
Misc general spacing cleanup
|
2017-10-06 15:14:01 -05:00 |
|
Scott Lahteine
|
7258218f89
|
Fix xon_xoff_state initialization
|
2017-10-04 12:11:56 -05:00 |
|
Scott Lahteine
|
508d764d63
|
Add serial XON/XOFF handshaking
From @ejtagle, originally #7459
|
2017-10-02 04:12:30 -05:00 |
|
Dave Johnson
|
f58ba3a64e
|
Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments. Resolves compile failure in PIO for 8-bit Teensduino targets
More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
|
2017-09-23 21:36:40 -07:00 |
|
Scott Lahteine
|
54326fb06a
|
HAL updates
|
2017-09-21 15:52:17 -05:00 |
|
Christopher Pepper
|
4b16fa3272
|
Implement HAL and apply macros across code-base
Implement AVR Platform
|
2017-08-31 18:14:31 -05:00 |
|