5 Commits (34b73426e5514fe33816c7237fb9170ba2197239)

Author SHA1 Message Date
  Scott Lahteine 34b73426e5 Apply #ifdef/#ifndef where possible 6 years ago
  Scott Lahteine d1b619be52 Standardize some hexadecimals 7 years ago
  Bob-the-Kuhn 67a17446f2 Fix DUE incompatible enum type specification (#10017) 7 years ago
  Scott Lahteine 2057177184 Make enums into implicit char 7 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) 7 years ago