6 Commits (09ee5a5da10b2f8d7db5ac8bcb6bfa14e150786a)

Author SHA1 Message Date
  Scott Lahteine c0e917ea83 DUE/usb should use platform min/max 6 years ago
  Scott Lahteine 253d0f9671 Some `MIN`/`MAX` rely on core 6 years ago
  Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 6 years ago
  Scott Lahteine 50270b53a0 Clear up some more compile warnings 7 years ago
  Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros 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