Scott Lahteine
|
833c2e54a1
|
Add an empty flushTX to MarlinSerialUSB_Due
|
2019-02-25 13:48:14 -06:00 |
|
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
2019-02-12 15:30:11 -06:00 |
|
Scott Lahteine
|
f5eab912ed
|
Apply #pragma once, misc cleanup (#12322)
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
|
2018-11-04 02:25:55 -06:00 |
|
Eduardo José Tagle
|
d6955f25b2
|
Expand serial support in DUE/AVR hals exploiting the templated MarlinSerial classes (#11988)
|
2018-10-03 00:47:27 -05:00 |
|
Eduardo José Tagle
|
f6f2246f59
|
Templatized serial classes (#11982)
|
2018-10-02 22:15:30 -05:00 |
|
Scott Lahteine
|
0106c3e476
|
Style tweak in MarlinSerialUSB_Due.h
|
2018-02-19 06:58:26 -06:00 |
|
Thomas Moore
|
84de428d30
|
[2.0.x] Fix compile errors (#9141)
* Update persistent_store_impl.cpp
* Remove define BYTE from serial functions since Arduino docs typically show 0 for the normal case.
|
2018-01-11 21:43:26 -06:00 |
|
etagle
|
33a6fc70e4
|
Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC)
|
2017-12-21 02:42:46 -03:00 |
|