Skip to content
Snippets Groups Projects
Commit 33a6fc70 authored by etagle's avatar etagle
Browse files

Adding USB MSD implementation to the HAL: Now, when you plug the Native 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)
parent d8a4db72
No related branches found
No related tags found
No related merge requests found
Showing
with 5288 additions and 8 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment