Scott Lahteine
|
52eefa90e1
|
♻️ Move watchdog to MarlinHAL
|
2022-05-20 11:22:57 -05:00 |
|
Scott Lahteine
|
66e32cb0fa
|
🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround
|
2022-05-13 19:31:07 -05:00 |
|
John Robertson
|
f7fff4d455
|
🧑💻 Define isr_float_t to assert a non-FPU float (#23969)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2022-04-03 18:47:55 -05:00 |
|
Scott Lahteine
|
44eff9a233
|
♻️ Refactor HAL as singleton (#23357)
|
2022-02-18 14:38:23 -06:00 |
|
Scott Lahteine
|
07bffdf4bc
|
🧑💻 Adjust FastIO AVR timer enums, macros
|
2022-01-10 20:28:12 -06:00 |
|
Scott Lahteine
|
6a8b9274a3
|
⏪️ Refactor still needs work
Reverting #23295
|
2021-12-25 23:15:17 -06:00 |
|
Scott Lahteine
|
57315f02cb
|
🐛 Fix missing ADC method
|
2021-12-25 21:27:28 -06:00 |
|
Scott Lahteine
|
4f0932e5c1
|
🐛 Fix freeMemory endless loop
Followup to #23295
|
2021-12-25 20:00:48 -06:00 |
|
Scott Lahteine
|
e211ff148c
|
♻️ Refactor HAL as singleton (#23295)
|
2021-12-24 21:33:59 -06:00 |
|
BigTreeTech
|
0077d982cd
|
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) (#23283)
|
2021-12-10 13:38:03 -06:00 |
|
Steven Haigh
|
d7e597f3df
|
🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789)
|
2021-09-18 01:33:18 -05:00 |
|
dotdash32
|
c881fab128
|
🎨 Use largest default ST9720 delays (#22713)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-09-05 19:21:25 -05:00 |
|
Scott Lahteine
|
d818a019c5
|
🎨 EXP headers, ST7920 delays (#22641)
|
2021-08-28 15:27:52 -05:00 |
|
Victor Oliveira
|
221bec5ce8
|
🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087)
|
2021-06-11 16:13:22 -05:00 |
|
ellensp
|
02405add76
|
Support a third serial port (#21784)
|
2021-05-07 00:31:45 -05:00 |
|
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
|
2021-05-06 22:39:34 -05:00 |
|
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 |
|
Scott Lahteine
|
550a806d77
|
More detailed serial config error
|
2021-04-18 18:24:58 -05:00 |
|
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
2021-03-10 13:45:53 -06:00 |
|
X-Ryl669
|
1c19af2c8f
|
Fix ARM delay function (#20901)
|
2021-02-05 22:43:51 -06:00 |
|
Victor Oliveira
|
28b8bf566b
|
STM32 Shared Media - USB Mass Storage Device (#20956)
|
2021-02-02 14:55:11 -06:00 |
|
X-Ryl669
|
c74f972627
|
LVGL UI G-code console (#20755)
|
2021-01-31 18:18:39 -06:00 |
|
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
2021-01-28 02:02:06 -06:00 |
|
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>
|
2021-01-19 16:26:25 -06:00 |
|
Giuliano Zaro
|
1d5862a39b
|
MMU2 as standard serial device (#20771)
|
2021-01-15 20:38:34 -06:00 |
|
LinFor
|
36aff1e464
|
12-bit ADC resolution for STM32 (#20519)
|
2020-12-21 18:30:03 -06:00 |
|
Scott Lahteine
|
3f93b8baed
|
Trust STM32 gcc versions
|
2020-12-15 01:06:32 -06:00 |
|
Jason Smith
|
2c8f566231
|
Suspend Servos for STM32+NeoPixel (#19963)
|
2020-12-05 00:02:58 -06:00 |
|
Scott Lahteine
|
18853defdd
|
Reduce warnings, extern "C" cleanup (#20279)
|
2020-11-25 21:40:56 -06:00 |
|
Victor
|
a1cce36c1e
|
FAST_PWM for STM32 (#20025)
|
2020-11-04 15:15:19 -06:00 |
|
Victor Oliveira
|
e7ebb66200
|
Fix STM32 HW Serial + EP compile (#19990)
|
2020-11-01 20:38:10 -06:00 |
|
Victor Oliveira
|
631457ffea
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-09 06:28:53 -05:00 |
|
Victor Oliveira
|
348570fd68
|
Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565)
|
2020-10-01 20:54:22 -05:00 |
|
Jason Smith
|
da6c8317a7
|
Fix and improve STM32F1 serial (#19464)
|
2020-09-24 20:28:48 -05:00 |
|
Scott Lahteine
|
4b928b2da8
|
HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
|
2020-09-23 19:45:33 -05:00 |
|
Alexander Gavrilenko
|
117df87d19
|
Support for TFT & Touch Screens (#18130)
|
2020-07-30 01:43:19 -05:00 |
|
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
2020-07-22 22:20:14 -05:00 |
|
Scott Lahteine
|
424569b4c4
|
Power monitor and display (#17437)
|
2020-06-18 15:23:03 -05:00 |
|
ellensp
|
33d1e77e2e
|
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2020-06-01 18:33:30 -05:00 |
|
rudihorn
|
38ccc769f7
|
Emergency Parser for STM32 (#18095)
|
2020-05-26 00:43:29 -05:00 |
|
Scott Lahteine
|
5e6faa999d
|
Refine EEPROM types / flags (#17772)
|
2020-04-29 14:46:33 -05:00 |
|
Scott Lahteine
|
adb7a88428
|
Fix an unused var warning
|
2020-03-23 17:35:43 -05:00 |
|
Scott Lahteine
|
6bead0c1b0
|
Shorter paths to HAL, ExtUI (#17156)
|
2020-03-13 16:29:29 -05:00 |
|