Scott Lahteine
|
e211ff148c
|
♻️ Refactor HAL as singleton (#23295)
|
2021-12-24 21:33:59 -06:00 |
|
Mike La Spina
|
4411af655e
|
🏗️ Fix Maple HAL/STM32F1 PWM (#23211)
|
2021-12-03 12:48:48 -06:00 |
|
Scott Lahteine
|
0539e870de
|
🎨 Rename HAL timer elements
|
2021-11-27 18:33:32 -06:00 |
|
Robby Candra
|
4483b8aaf0
|
🔨 Fix IntelliSense / PIO conflicts (#23058)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-11-04 05:28:42 -05:00 |
|
Andrei M
|
da830e6ced
|
⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-11-02 00:47:16 -05:00 |
|
Scott Lahteine
|
1f3f9cb68c
|
🎨 Pragma GCC cleanup
|
2021-10-19 05:52:41 -05:00 |
|
VragVideo
|
9bb562f40a
|
✨ WYH L12864 LCD (Alfawise Ex8) (#22863)
|
2021-10-02 22:12:51 -05:00 |
|
Scott Lahteine
|
1835f8fb25
|
🩹 Add MarlinSPI to more HALs
|
2021-09-23 00:51:35 -05:00 |
|
Scott Lahteine
|
323b38ee88
|
💡 Adjust headers, formatting
|
2021-09-16 04:39:43 -05:00 |
|
Scott Lahteine
|
754b31918a
|
🎨 Fewer serial macros
|
2021-09-09 05:41:58 -05:00 |
|
Chris Pepper
|
104de60d0b
|
🐛 Fix LPC176x M43 Pins Debugging (#22611)
|
2021-08-22 16:47:37 -05:00 |
|
Scott Lahteine
|
c161a46112
|
🎨 Update MKSPWC, some other pins (#22557)
|
2021-08-13 16:32:25 -05:00 |
|
luzpaz
|
8a7673ac1e
|
🎨 Spellcheck code (#22531)
|
2021-08-08 02:26:54 -05:00 |
|
luzpaz
|
afca6e7459
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
2021-08-03 19:02:34 -05:00 |
|
Katelyn Schiesser
|
e55427aaa2
|
🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382)
|
2021-07-18 01:10:13 -05:00 |
|
Scott Lahteine
|
cd55b5f5cc
|
📌 Require U8glib-HAL@~0.5.0 (#22324)
|
2021-07-09 16:02:27 -05:00 |
|
DerAndere
|
7726af9c53
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-06-05 02:18:47 -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 |
|
Scott Lahteine
|
fccfcfbe5f
|
Cleanup, hex formatting, includes
|
2021-05-05 08:04:04 -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
|
73f6426114
|
Use itoa for sprintf int
|
2021-04-16 05:14:37 -05:00 |
|
Victor Oliveira
|
138340ee99
|
Multi-Volume. Select Media for LVGL (#21344)
|
2021-04-13 17:34:19 -05:00 |
|
Scott Lahteine
|
8b6718c632
|
misc. pointer formatting
|
2021-04-04 18:08:13 -05:00 |
|
Scott Lahteine
|
3b73b115ca
|
Apply pointer formatting
|
2021-03-29 20:36:37 -05:00 |
|
Tomas Rimkus
|
8a67846872
|
Avoid watchdog reset in all wired EEPROMs (#21436)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-03-25 19:16:45 -05:00 |
|
Scott Lahteine
|
704b8cd83c
|
Apply TMC UART to STM32, simplify
|
2021-03-25 16:53:05 -05:00 |
|
Scott Lahteine
|
84b961cb20
|
Define HW serial ports needed for TMC UART (#21446)
|
2021-03-25 16:19:03 -05:00 |
|
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
2021-03-10 13:45:53 -06:00 |
|
X-Ryl669
|
f003e52009
|
Combined LPC / Serial fixes (#21178)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-25 01:23:29 -06:00 |
|
X-Ryl669
|
8d28853774
|
Postmortem Debugging to serial port (#20492)
|
2021-02-20 20:22:20 -06:00 |
|
Giuliano Zaro
|
8fd88eee2b
|
Don't create unused Serial Port instances (#21066)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-13 21:04:22 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
X-Ryl669
|
1c19af2c8f
|
Fix ARM delay function (#20901)
|
2021-02-05 22:43:51 -06:00 |
|
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
2021-01-28 02:02:06 -06:00 |
|
Giuliano Zaro
|
a10626705d
|
MMU2 serial followup (#20811)
|
2021-01-19 20:55:01 -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 |
|
Scott Lahteine
|
b41f41589a
|
General cleanup, use _BV
|
2021-01-16 22:53:50 -06:00 |
|
Giuliano Zaro
|
1d5862a39b
|
MMU2 as standard serial device (#20771)
|
2021-01-15 20:38:34 -06:00 |
|
Victor Oliveira
|
c840bbc970
|
Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-01-01 14:31:15 -06:00 |
|
Scott Lahteine
|
a9d18f0f57
|
SPI and pins cleanup
|
2020-12-30 22:00:36 -06:00 |
|
Scott Lahteine
|
18853defdd
|
Reduce warnings, extern "C" cleanup (#20279)
|
2020-11-25 21:40:56 -06:00 |
|
Costas Basdekis
|
0465e0ae3a
|
Distinct runout states (#19965)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-11-11 00:39:23 -06:00 |
|
Scott Lahteine
|
4fe1adc383
|
HAL support for 8s watchdog
|
2020-11-04 15:08:40 -06:00 |
|
Scott Lahteine
|
f8d57370d0
|
gcode_D EEPROM size, cleanup
Fixes #19920
Co-Authored-By: Orel <37673727+0r31@users.noreply.github.com>
|
2020-10-29 17:34:17 -05:00 |
|
Scott Lahteine
|
82ac8a1e76
|
Fix Archim 1, add Archim 1&2 tests
|
2020-10-27 16:21:03 -05:00 |
|
Scott Lahteine
|
ec23e37a4a
|
Clean up comments, USB flash, NULLs
|
2020-10-25 04:10:00 -05:00 |
|
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
2020-10-16 19:55:18 -05:00 |
|
Scott Lahteine
|
492ba2a111
|
Digipots refactor / cleanup (#19690)
|
2020-10-11 14:58:35 -05:00 |
|