1 Commits (fa48fbb9b8825ac0e51a43b931e6637a9f25b52c)

Author SHA1 Message Date
  Scott Lahteine 6bead0c1b0
Shorter paths to HAL, ExtUI (#17156) 4 years ago
  Scott Lahteine a920b10483 Fix true/false redefined warnings 4 years ago
  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
  Marcio Teixeira 16409eb233 Suppress more UNUSED warnings (#14466) 5 years ago
  Scott Lahteine d1b619be52 Standardize some hexadecimals 6 years ago
  etagle c5730cf711 As Bob-The-Khun suggested, resetting the USB peripheral solves the huge startup delays that happen when a WDT reset happens and we are connected through the native port 6 years ago
  Eduardo José Tagle 97e8a6ebd9 Various fixes for DUE... (#10152) 6 years ago
  Eduardo José Tagle bbfbf90797 Fix for DUE - no host support on native USB if SD card not enabled (#10148) 6 years ago
  etagle 404fc94705 DUE USB CDC: Do not send any character if no program on the PC is listening to them. This avoids Marlin waiting until the user actually opens a program that is able to consume the output of Marlin 6 years ago
  ejtagle 703c8ac0ef Added Arduino-compatible kludge to the (ATMEL supplied) SAM3X USB stack we are now using so the Native port is also usable as a programming port on Arduino DUE and derived designs 6 years ago
  Scott Lahteine cfdcf91df5 Fix compile error with initTone 6 years ago
  Scott Lahteine f2c0ed193d
Add tone support for Due (#9807) 6 years ago
  Bob-the-Kuhn e5b71af8c9 snapshot 6 years ago
  etagle 729a9f55fc Improved Sw SPI on DUE HAL a bit more. 6 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