muele-marlin/Marlin/src/HAL/HAL_DUE
2017-12-21 02:42:46 -03:00
..
usb 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
EepromEmulation_Due.cpp Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
endstop_interrupts.h HAL for DUE architecture 2017-08-31 18:15:07 -05:00
fastio_Due.h Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
HAL_Due.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_Due.h 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
HAL_spi_Due.cpp Reimplemented SW SPI for DUE in assembler. This allows to reach 12Mhz as SPI Clock and improves 4x the transfer speed to the SD card. This is REQUIRED so access to SD from USB is usable (allows 600Kbytes/second transfer speeds) 2017-12-21 02:35:49 -03:00
HAL_timers_Due.cpp Clean up some HAL code 2017-08-31 18:36:53 -05:00
HAL_timers_Due.h Allow setting current timer counter 2017-12-10 18:38:53 -06:00
InterruptVectors_Due.cpp Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
InterruptVectors_Due.h Add a module for Due SRAM-based Interrupt Vector Table 2017-10-27 03:24:23 -05:00
MarlinSerial_Due.cpp Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
MarlinSerial_Due.h 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
MarlinSerialUSB_Due.cpp 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
MarlinSerialUSB_Due.h 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
persistent_store_impl.cpp Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
SanityCheck_Due.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
Servo_Due.cpp [2.0.x] removed spaces 2017-11-05 20:42:48 +01:00
servotimers.h Apply some formatting 2017-11-18 03:12:30 -06:00
spi_pins.h Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 2017-12-12 17:51:36 -06:00
watchdog_Due.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
watchdog_Due.h HAL updates 2017-09-21 15:52:17 -05:00