Eduardo José Tagle
|
bbfbf90797
|
Fix for DUE - no host support on native USB if SD card not enabled (#10148)
|
2018-03-18 19:49:51 -05:00 |
|
etagle
|
404fc94705
|
DUE USB CDC: Do not send any character if no program on the PC is listening to them. This avoids Marlin waiting until the user actually opens a program that is able to consume the output of Marlin
|
2018-03-15 00:56:28 -03:00 |
|
ejtagle
|
703c8ac0ef
|
Added Arduino-compatible kludge to the (ATMEL supplied) SAM3X USB stack we are now using so the Native port is also usable as a programming port on Arduino DUE and derived designs
|
2018-03-11 15:17:55 -03:00 |
|
Scott Lahteine
|
cfdcf91df5
|
Fix compile error with initTone
|
2018-02-26 01:49:48 -06:00 |
|
Scott Lahteine
|
f2c0ed193d
|
Add tone support for Due (#9807)
|
2018-02-25 10:48:14 -06:00 |
|
Bob-the-Kuhn
|
e5b71af8c9
|
snapshot
found a few more nasties
|
2018-01-03 10:41:23 -06:00 |
|
etagle
|
729a9f55fc
|
Improved Sw SPI on DUE HAL a bit more.
Now the USB MSD can transfer at 750k/s. Previously, it was 500k/s. I think this is the maximum achievable speed using Sw SPI.
|
2017-12-30 17:24:38 -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 |
|