Scott Lahteine
|
52eefa90e1
|
♻️ Move watchdog to MarlinHAL
|
2 years ago |
Scott Lahteine
|
12da2e9288
|
🎨 Minor HAL cleanup
|
2 years ago |
John Robertson
|
f7fff4d455
|
🧑💻 Define isr_float_t to assert a non-FPU float (#23969)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
DerAndere
|
e5b651f407
|
✨ Support for up to 9 axes (linear, rotary) (#23112)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2 years ago |
Scott Lahteine
|
b1958a43fc
|
🐛 Fix pulldown sanity check
|
2 years ago |
Scott Lahteine
|
44eff9a233
|
♻️ Refactor HAL as singleton (#23357)
|
2 years ago |
Keith Bennett
|
3e2a38b653
|
📝 KHz => kHz (#23512)
|
2 years ago |
Scott Lahteine
|
02b29c0fec
|
📝 kHz => KHz
|
2 years ago |
Scott Lahteine
|
6a8b9274a3
|
⏪️ Refactor still needs work
Reverting #23295
|
2 years ago |
Robby Candra
|
a47f559db1
|
🐛 HAL refactor followup (#23354)
|
2 years ago |
Scott Lahteine
|
57315f02cb
|
🐛 Fix missing ADC method
|
2 years ago |
Scott Lahteine
|
4f0932e5c1
|
🐛 Fix `freeMemory` endless loop
Followup to #23295
|
2 years ago |
Scott Lahteine
|
e211ff148c
|
♻️ Refactor HAL as singleton (#23295)
|
2 years ago |
Mike La Spina
|
4411af655e
|
🏗️ Fix Maple HAL/STM32F1 PWM (#23211)
|
2 years ago |
Scott Lahteine
|
0539e870de
|
🎨 Rename HAL timer elements
|
3 years ago |
Andrei M
|
da830e6ced
|
⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
1f3f9cb68c
|
🎨 Pragma GCC cleanup
|
3 years ago |
Mark
|
4e9ae9449f
|
✨ ESP32 Panda_ZHU and Panda_M4 (#22644)
|
3 years ago |
Scott Lahteine
|
1835f8fb25
|
🩹 Add MarlinSPI to more HALs
|
3 years ago |
Scott Lahteine
|
323b38ee88
|
💡 Adjust headers, formatting
|
3 years ago |
dotdash32
|
c881fab128
|
🎨 Use largest default ST9720 delays (#22713)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
d818a019c5
|
🎨 EXP headers, ST7920 delays (#22641)
|
3 years ago |
luzpaz
|
afca6e7459
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
3 years ago |
DerAndere
|
7726af9c53
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
3 years ago |
Scott Lahteine
|
be6fbc76a1
|
Serial and pins debug cleanup
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
|
3 years ago |
Scott Lahteine
|
fccfcfbe5f
|
Cleanup, hex formatting, includes
|
3 years ago |
fedetony
|
d3a2c6a0b4
|
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
550a806d77
|
More detailed serial config error
|
3 years ago |
Scott Lahteine
|
3b73b115ca
|
Apply pointer formatting
|
3 years ago |
Tomas Rimkus
|
8a67846872
|
Avoid watchdog reset in all wired EEPROMs (#21436)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
3 years ago |
X-Ryl669
|
c07f99d5e4
|
Teensy USB / serial followup (#21316)
|
3 years ago |
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
3 years ago |
X-Ryl669
|
8d28853774
|
Postmortem Debugging to serial port (#20492)
|
3 years ago |
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
3 years ago |
Rockman18
|
d0f953218f
|
Fix, consolidate PSTR aliases (#20812)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
b41f41589a
|
General cleanup, use _BV
|
3 years ago |
Victor Oliveira
|
c840bbc970
|
Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
18853defdd
|
Reduce warnings, extern "C" cleanup (#20279)
|
4 years ago |
Scott Lahteine
|
4fe1adc383
|
HAL support for 8s watchdog
|
4 years ago |
Scott Lahteine
|
f8d57370d0
|
gcode_D EEPROM size, cleanup
Fixes #19920
Co-Authored-By: Orel <37673727+0r31@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
6831341ab4
|
Batch appercase hex values
|
4 years ago |
Victor Oliveira
|
631457ffea
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
4e8eea8e78
|
Adjust HAL platform defines, comments
|
4 years ago |
Scott Lahteine
|
4b928b2da8
|
HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
bc7720c0cd
|
Minor HAL cleanup
|
4 years ago |
ellensp
|
f2f1d8fa21
|
HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947)
|
4 years ago |
Alexander Gavrilenko
|
117df87d19
|
Support for TFT & Touch Screens (#18130)
|
4 years ago |
Scott Lahteine
|
d1e20eb29f
|
Update links, README, contributing, etc.
|
4 years ago |
Scott Lahteine
|
e27f031a55
|
General cleanup
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |