Firmware2/Marlin/src/HAL/HAL_DUE/usb
2018-10-02 04:25:46 -05:00
..
arduino_due_x.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
compiler.h Reorganize some core headers (#11983) 2018-10-02 04:25:46 -05:00
conf_access.h Fix for DUE - no host support on native USB if SD card not enabled (#10148) 2018-03-18 19:49:51 -05:00
conf_clock.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
conf_usb.h Reorganize some core headers (#11983) 2018-10-02 04:25:46 -05:00
ctrl_access.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
ctrl_access.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
genclk.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
mrepeat.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
osc.h Trailing whitespace clean 2018-01-05 10:11:31 -06:00
pll.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
preprocessor.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
sbc_protocol.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
sd_mmc_spi_mem.cpp Use serial macro in sd_mmc_spi_mem.cpp for Due 2018-02-16 17:57:24 -06:00
sd_mmc_spi_mem.h Trailing whitespace clean 2018-01-05 10:11:31 -06:00
spc_protocol.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
stringz.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
sysclk.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
sysclk.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
tpaste.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
udc_desc.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
udc.c Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
udc.h Trailing whitespace clean 2018-01-05 10:11:31 -06:00
udd.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
udi_cdc_conf.h Fix for DUE - no host support on native USB if SD card not enabled (#10148) 2018-03-18 19:49:51 -05:00
udi_cdc_desc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_cdc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_cdc.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
udi_composite_desc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_msc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_msc.h Trailing whitespace clean 2018-01-05 10:11:31 -06:00
udi.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
uotghs_device_due.c Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
uotghs_device_due.h Clear up some more compile warnings 2018-05-17 18:40:49 -05:00
uotghs_otg.h Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
usb_protocol_cdc.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
usb_protocol_msc.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
usb_protocol.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
usb_task.c Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
usb_task.h Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00