Commit Graph

127 Commits

Author SHA1 Message Date
cc3e878f90 Fix small wired EEPROM (#21337)
Co-Authored-By: jafal99 <26922965+jafal99@users.noreply.github.com>
2021-03-14 11:43:20 -05:00
dd42831cba Serial macros cleanup 2021-02-28 20:02:24 -06:00
c76008bd6a MKS H43 controller (#20609) 2021-02-27 17:35:32 -06:00
f003e52009 Combined LPC / Serial fixes (#21178)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-25 01:23:29 -06:00
8d28853774 Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
03789c4d97 Improve Delay test report (#21047) 2021-02-12 07:49:07 -06:00
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
1c19af2c8f Fix ARM delay function (#20901) 2021-02-05 22:43:51 -06:00
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
ef14b18f8e PSTR alias followup (#20831) 2021-01-20 16:52:09 -06:00
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
b41f41589a General cleanup, use _BV 2021-01-16 22:53:50 -06:00
bbf06152da Fix misc. warnings (#20715) 2021-01-08 18:55:36 -06:00
3a396a25dc Retire HAL for STM32F4 / F7 (#20153) 2020-11-26 00:37:18 -06:00
be0c9ff705 Fix comments, spacing 2020-10-29 00:49:18 -05:00
5917b5cf5c Fix warning in gcode_D 2020-10-23 19:25:32 -05:00
54315252c7 Add NUCLEO-F767ZI dev board (#19373)
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
2020-10-13 18:03:09 -05:00
4424645e04 Multi-line comments cleanup (#19535) 2020-09-28 14:53:50 -05:00
c2c6a679ea Rename LCD conditionals (#19533) 2020-09-28 01:13:27 -05:00
049fbc92a9 Support for Teensy 4 (#19311) 2020-09-09 18:57:20 -05:00
bc7720c0cd Minor HAL cleanup 2020-09-08 22:17:44 -05:00
de5cca6b1f Update more external links (#18819) 2020-07-28 01:04:44 -05:00
451f48231d Ender 3 V2 BL24C16 EEPROM support (#18758) 2020-07-24 03:09:14 -05:00
d1e20eb29f Update links, README, contributing, etc. 2020-07-23 20:46:51 -05:00
42fbd527f3 Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
8f3d17699a Init all ESP01 (module) WIFI pins (#17679) 2020-05-08 02:43:53 -05:00
2107bc5836 Clean up EEPROM interfaces (#17803) 2020-05-01 00:04:55 -05:00
bd8436d1c5 Fix SAMD51 i2c EEPROM (#17815)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-30 18:14:49 -05:00
a521b0edbb Strip never-used eeprom functions 2020-04-30 17:25:27 -05:00
5e6faa999d Refine EEPROM types / flags (#17772) 2020-04-29 14:46:33 -05:00
56e3106b63 Clean up whitespace 2020-04-28 07:53:04 -05:00
5f7a75979f LPC176x SPI / I2C PersistentStore (#17651) 2020-04-28 02:27:55 -05:00
ef74ca60c0 Fix unwarm regData index 2020-04-26 03:11:28 -05:00
b700b3cde6 Fix M261, i2c EEPROM, i2c Encoder for LPC (#17678)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-25 11:35:35 -05:00
ab2b98e425 Apply composite tests 2020-04-23 21:53:52 -05:00
6d90d1e1f5 Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
f5d809f366 SKR Pro 1.1 WiFi and LCD SD card support (#17531) 2020-04-16 03:55:33 -05:00
129b270628 QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
118bd2f8b2 Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
6bead0c1b0 Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
64d092935b More useful ENABLED / DISABLED macros (#17054) 2020-03-07 22:20:41 -06:00
3473b21710 Move millis_t includes 2020-03-01 09:50:53 -06:00
4ef627d79f Add a note on EEPROM todo 2020-02-20 20:36:50 -06:00
fa6e7cb733 Function-style critical section macros 2020-02-11 09:37:04 -06:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
2b9eb4437b ESP32 HAL: Fix random pauses during prints (#16548) 2020-01-16 05:57:14 -06:00
1ad53cee1f Improved STMicro L64XX stepper driver support (#16452) 2020-01-13 18:47:30 -06:00
95046c9047 Extend SERIAL_CHAR to take multiple arguments 2020-01-08 18:36:47 -06:00
e593da1c23 Update and fix DGUS (#16317) 2020-01-03 21:00:44 -06:00
5b75a018b7 Misc patches preceding DGUS PR 2020-01-02 17:59:38 -06:00