0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-01 06:30:24 +00:00
MarlinFirmware/Marlin/src/HAL/DUE
fedetony d3a2c6a0b4
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-24 02:53:52 -05:00
..
dogm Fix ARM delay function (#20901) 2021-02-05 22:43:51 -06:00
fastio Digipots refactor / cleanup (#19690) 2020-10-11 14:58:35 -05:00
inc Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
usb Use itoa for sprintf int 2021-04-16 05:14:37 -05:00
eeprom_flash.cpp misc. pointer formatting 2021-04-04 18:08:13 -05:00
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 2021-03-25 19:16:45 -05:00
endstop_interrupts.h
fastio.h General cleanup, use _BV 2021-01-16 22:53:50 -06:00
HAL.cpp Soft Reset via Serial or post-kill button click (#21652) 2021-04-24 02:53:52 -05:00
HAL.h Soft Reset via Serial or post-kill button click (#21652) 2021-04-24 02:53:52 -05:00
HAL_MinSerial.cpp Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
HAL_SPI.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
InterruptVectors.cpp
InterruptVectors.h
MarlinSerial.cpp Apply TMC UART to STM32, simplify 2021-03-25 16:53:05 -05:00
MarlinSerial.h Define HW serial ports needed for TMC UART (#21446) 2021-03-25 16:19:03 -05:00
MarlinSerialUSB.cpp Combined LPC / Serial fixes (#21178) 2021-02-25 01:23:29 -06:00
MarlinSerialUSB.h Number serial from 1 to match settings 2021-03-10 13:45:53 -06:00
pinsDebug.h Multi-line comments cleanup (#19535) 2020-09-28 14:53:50 -05:00
Servo.cpp
ServoTimers.h
spi_pins.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-01-01 14:31:15 -06:00
timers.cpp General cleanup, use _BV 2021-01-16 22:53:50 -06:00
timers.h Adjust HAL platform defines, comments 2020-10-02 17:05:59 -05:00
Tone.cpp Update links, README, contributing, etc. 2020-07-23 20:46:51 -05:00
upload_extra_script.py Fix 'bossac' upload on Windows (#19545) 2020-10-02 17:31:33 -05:00
watchdog.cpp HAL support for 8s watchdog 2020-11-04 15:08:40 -06:00
watchdog.h