4 Commits (bfad23d3e2e590b257ebe4317d7b14cc2dd3435c)

Author SHA1 Message Date
  Marcio Teixeira 02bbc51195 Keep C extension for now, restore (void) arg (#15380) 4 years ago
  Scott Lahteine f01f0d1956 Drop C-style 'void' argument 4 years ago
  Scott Lahteine 7d8c38693f Formatting 4 years ago
  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) 6 years ago