Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
4 年之前
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
4 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
4 年之前
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
4 年之前
Scott Lahteine
75efa3cdac
Reorganize HAL (#14832 )
5 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 年之前
Scott Lahteine
9ccbd382e7
Update Watchdog description
5 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
5 年之前
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 年之前
Marcio Teixeira
71e19baf69
Fix kill => disable_all_heaters => print_job_timer.stop (#12146 )
- Remove `print_job_timer.stop()` from `disable_all_heaters`
- Call `print_job_timer.stop()` for relevant `disable_all_heaters()`.
- Split up `kill()` for watchdog interrupt safety
6 年之前
AnHardt
c72a0610b4
Fix watchdog in WATCHDOG_RESET_MANUAL mode AVR
7 年之前
Scott Lahteine
b232f39341
AVR: Hidden option to use 8s watchdog
7 年之前
Dave Johnson
f58ba3a64e
Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments. Resolves compile failure in PIO for 8-bit Teensduino targets
More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
7 年之前
Scott Lahteine
54326fb06a
HAL updates
7 年之前
Scott Lahteine
27cbb939b2
Clean up some HAL code
7 年之前
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
7 年之前
Scott Lahteine
e94f79ccea
Patch some serial macros
7 年之前
Scott Lahteine
081bf1f879
Patch #else / #endif comments
7 年之前
Scott Lahteine
dbb2d56c89
Correct comment on watchdog timer
7 年之前
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 年之前
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 年之前
Scott Lahteine
b4af4441c5
Clean up watchdog impl.
9 年之前
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 年之前
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 年之前
AnHardt
f4a93ed997
Add a string parameter to kill()
Makes the output on the LCD adjustable.
9 年之前
Scott Lahteine
0fca084ea6
Make EEPROM reproducible in GCode
With these changes the output of `M503 S0` is all you need to restore
the EEPROM. Building on this it is straightforward to save and restore
the EEPROM state using the SD card or external GCode file.
- Added `M145` to set “heatup states” for the LCD menu
- Added `M420` to toggle Mesh Bed Leveling
- Added `M421` to set a single Mesh coordinate
- Extended `Config_PrintSettings` with added M codes
- Cleaned up some comments here and there
9 年之前
daid303
1f27870d41
Fix compiling the watchdog error message when the manual reset watchdog is used.
12 年之前
daid303
e6c1cadea0
Set the watchdog to a 4 second timeout, as with 1 second it can timeout during SD card init.
12 年之前
daid303
b6ff45254e
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
12 年之前
daid303
06b58a9c4f
First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
12 年之前
Bernhard Kubicek
1740a83e11
correcting commit errors.
13 年之前
Bernhard Kubicek
7cc358b56b
wrong file location
13 年之前
Bernhard Kubicek
e8092898b1
watchdog into dedicated file
13 年之前