John Lagonikas
|
cdcf31453b
|
🐛 Fix dual MAX31865 initialization issues (#23496)
|
2022-05-07 15:53:47 -05:00 |
|
Scott Lahteine
|
5b9f3bd4b1
|
🧑💻 Remove extraneous 'inline' hints
|
2022-01-09 04:33:17 -06:00 |
|
BigTreeTech
|
a6bed22839
|
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) (#23283)
|
2021-12-25 03:23:09 -06:00 |
|
Jin
|
f32e19e1c6
|
🍻 Preliminary fix for Max31865 SPI (#22682)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-12-25 00:46:49 -06:00 |
|
Scott Lahteine
|
24dbeceb45
|
🎨 Apply F() to various reports
|
2021-12-25 00:45:04 -06:00 |
|
Scott Lahteine
|
9cf1c3cf05
|
🎨 Apply F() to UTF-8/MMU2 string put
|
2021-12-25 00:45:04 -06:00 |
|
Scott Lahteine
|
433a27e475
|
🎨 Update F string declarations
|
2021-12-25 00:20:44 -06:00 |
|
Scott Lahteine
|
d137f307eb
|
🎨 Tweak FORCE_INLINE
|
2021-10-12 21:20:08 -05:00 |
|
Scott Lahteine
|
ab9609146f
|
💡 Adjust headers, formatting
|
2021-10-02 22:31:16 -05:00 |
|
Scott Lahteine
|
b661795ae5
|
🎨 Fewer serial macros
|
2021-10-02 22:31:15 -05:00 |
|
Scott Lahteine
|
eb0d80cb19
|
🎨 Update MKSPWC, some other pins (#22557)
|
2021-08-18 20:39:41 -05:00 |
|
luzpaz
|
c612b56bc1
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
2021-08-18 20:29:56 -05:00 |
|
Jason Smith
|
e3c294dc9b
|
🐛 Fix some Simulator on Windows issues (#22516)
|
2021-08-09 00:27:35 -05:00 |
|
Chris Pepper
|
dc67705049
|
✨ Simulator HAL and build targets (#22418)
|
2021-08-09 00:27:31 -05:00 |
|
Skruppy
|
7ae099f2be
|
🐛 Fix AVR DELAY_US int overflow (#22268)
|
2021-07-17 02:31:54 -05:00 |
|
Kyle Repinski
|
bfa257902e
|
🐛 Fix small/huge I2C EEPROM address (#22081)
|
2021-06-15 00:09:52 -05:00 |
|
sanek88lbl
|
06e965e29c
|
Lerdge K EEPROM and TFT (#21812)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-05-15 15:05:53 -05:00 |
|
Scott Lahteine
|
db90a180c2
|
Cleanup, hex formatting, includes
|
2021-05-15 15:05:52 -05:00 |
|
Scott Lahteine
|
0e9836649e
|
Misc. formatting, serial out
|
2021-04-13 21:41:04 -05:00 |
|
Mike La Spina
|
993609b5aa
|
Make DELAY_NS round up on AVR (#21546)
|
2021-04-05 16:34:31 -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 |
|
Scott Lahteine
|
38b44e3fc9
|
HAL eeprom cleanup
|
2021-03-19 04:51:41 -05:00 |
|
Scott Lahteine
|
560448afed
|
Revert "Fix small wired EEPROM (#21337)"
Reverting commit cc3e878f90 pending further investigation.
|
2021-03-17 21:36:30 -05:00 |
|
Scott Lahteine
|
cc3e878f90
|
Fix small wired EEPROM (#21337)
Co-Authored-By: jafal99 <26922965+jafal99@users.noreply.github.com>
|
2021-03-14 11:43:20 -05:00 |
|
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
2021-02-28 20:02:24 -06:00 |
|
Sola
|
c76008bd6a
|
MKS H43 controller (#20609)
|
2021-02-27 17:35:32 -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 |
|
X-Ryl669
|
03789c4d97
|
Improve Delay test report (#21047)
|
2021-02-12 07:49:07 -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 |
|
Scott Lahteine
|
604afd52d1
|
Fix some serial char, echo
Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
|
2021-02-04 19:20:28 -06:00 |
|
Tanguy Pruvot
|
ef14b18f8e
|
PSTR alias followup (#20831)
|
2021-01-20 16:52:09 -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 |
|
Dmitry Katsubo
|
bbf06152da
|
Fix misc. warnings (#20715)
|
2021-01-08 18:55:36 -06:00 |
|
Jason Smith
|
3a396a25dc
|
Retire HAL for STM32F4 / F7 (#20153)
|
2020-11-26 00:37:18 -06:00 |
|
Scott Lahteine
|
be0c9ff705
|
Fix comments, spacing
|
2020-10-29 00:49:18 -05:00 |
|
Scott Lahteine
|
5917b5cf5c
|
Fix warning in gcode_D
|
2020-10-23 19:25:32 -05:00 |
|
Jason Smith
|
54315252c7
|
Add NUCLEO-F767ZI dev board (#19373)
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
|
2020-10-13 18:03:09 -05:00 |
|
qwewer0
|
4424645e04
|
Multi-line comments cleanup (#19535)
|
2020-09-28 14:53:50 -05:00 |
|
Scott Lahteine
|
c2c6a679ea
|
Rename LCD conditionals (#19533)
|
2020-09-28 01:13:27 -05:00 |
|
bilsef
|
049fbc92a9
|
Support for Teensy 4 (#19311)
|
2020-09-09 18:57:20 -05:00 |
|
Scott Lahteine
|
bc7720c0cd
|
Minor HAL cleanup
|
2020-09-08 22:17:44 -05:00 |
|
Diego von Deschwanden
|
de5cca6b1f
|
Update more external links (#18819)
|
2020-07-28 01:04:44 -05:00 |
|
Scott Lahteine
|
451f48231d
|
Ender 3 V2 BL24C16 EEPROM support (#18758)
|
2020-07-24 03:09:14 -05:00 |
|
Scott Lahteine
|
d1e20eb29f
|
Update links, README, contributing, etc.
|
2020-07-23 20:46:51 -05:00 |
|
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
2020-07-22 22:20:14 -05:00 |
|
Bob Kuhn
|
8f3d17699a
|
Init all ESP01 (module) WIFI pins (#17679)
|
2020-05-08 02:43:53 -05:00 |
|