You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andy Shaw 870bfd08f5 usb and sdcard sharing improvements
* Add traceback after watchdog timeout

Add the cpability to perform a traceback following a watchdog timeout.

* Enhanced hardware SPI

Allow use of either SSP0 or SSP1.
Ensure that no data is left in I/O buffers after calls to enable sharing of SSP hardware.

* Make flash emulation of eeprom the default

Make use of flash for eeprom storage the default. This means that usage of eeprom will not cause USB drive mount/unmount operations.

* Allow sharing of SD card

SD card I/O operations from the USB stack take place in idle loop, rather than at interrupt time. Allowing sharing of the SPI bus.

New configuration options to allow usage of the SD card to be specified.

* Fix problem with hardware SPI pins
6 years ago
..
HAL usb and sdcard sharing improvements 6 years ago
config Extend M217 with configurable park/raise (#12076) 6 years ago
core Fix trailing spaces 6 years ago
feature Refactor PRINTER_EVENT_LEDS, apply to M303 (#12038) 6 years ago
gcode Extend M217 with configurable park/raise (#12076) 6 years ago
inc Extend M217 with configurable park/raise (#12076) 6 years ago
lcd [2.0.x] Updated slovak translation (#12059) 6 years ago
libs Extend M217 with configurable park/raise (#12076) 6 years ago
module Fix datasize error when FWRETRACT is disabled (#12086) 6 years ago
pins usb and sdcard sharing improvements 6 years ago
sd Add USB_FLASH_DRIVE_SUPPORT 6 years ago
Marlin.cpp Move SENSITIVE_PINS to its own file 6 years ago
Marlin.h Use uint8_t for all fan speeds (#12032) 6 years ago