23 Revize (ae15c5af882486ec1db5d734d378faf9fa6ea568)

Autor SHA1 Zpráva Datum
  Scott Lahteine 50270b53a0 Clear up some more compile warnings před 6 roky
  Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros před 6 roky
  Scott Lahteine d1b619be52 Standardize some hexadecimals před 6 roky
  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 před 6 roky
  Eduardo José Tagle 97e8a6ebd9 Various fixes for DUE... (#10152) před 6 roky
  Eduardo José Tagle bbfbf90797 Fix for DUE - no host support on native USB if SD card not enabled (#10148) před 6 roky
  Bob-the-Kuhn 7f1afbfd60 can't type před 6 roky
  Bob-the-Kuhn 23760d6c14 add full speed option před 6 roky
  Bob-the-Kuhn cbcd1ed42d full speed před 6 roky
  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 před 6 roky
  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 před 6 roky
  Bob-the-Kuhn 67a17446f2 Fix DUE incompatible enum type specification (#10017) před 6 roky
  Scott Lahteine 2057177184 Make enums into implicit char před 6 roky
  Scott Lahteine cfdcf91df5 Fix compile error with initTone před 6 roky
  Scott Lahteine f2c0ed193d
Add tone support for Due (#9807) před 6 roky
  Scott Lahteine 1bf2b1e475 Use serial macro in sd_mmc_spi_mem.cpp for Due před 6 roky
  Bob-the-Kuhn ab709ccac1 add USEABLE_HARDWARE_PWM & clear up some compiler warnings před 6 roky
  Scott Lahteine 6a043eee55 Various updates for TMC support před 6 roky
  teemuatlut a8c446c3bc [2.0.x]DUE: Fix includes for SDSUPPORT (#9112) před 6 roky
  Scott Lahteine 1c41de16d4 Trailing whitespace clean před 6 roky
  Bob-the-Kuhn e5b71af8c9 snapshot před 6 roky
  etagle 729a9f55fc Improved Sw SPI on DUE HAL a bit more. před 6 roky
  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) před 6 roky