Commit Graph

137 Commits

Author SHA1 Message Date
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
ed8f1ca9cf Revert Cortex delay for now 2019-11-02 04:12:18 -05:00
93db4f4535 Tweak backtrace.cpp include 2019-11-01 22:08:33 -05:00
f0d952d33a Cortex M3-M7 can use DWT->CYCCNT (#15762)
Suggested by Alex Kenis at https://youtu.be/ZfyPcdhQnAA?t=502
2019-11-01 22:07:51 -05:00
e3fd0519b3 Reduce need for UNUSED 2019-09-30 22:56:22 -05:00
f2d93f61c3 Revert errant const 2019-09-28 23:52:54 -05:00
7e72768433 Info Menu: Runaway Watch state (#14827) 2019-09-28 21:53:40 -05:00
c0d5b57cf9 Init i2c for all i2c EEPROM use (#15366) 2019-09-26 22:25:56 -05:00
0b4aedf13e Less use of "this" 2019-09-25 09:29:58 -05:00
c353eaa146 Misc changes from struct refactor (#15289) 2019-09-17 18:16:28 -05:00
f01f0d1956 Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
2435c6082a STM32F1: AUTO_BED_LEVELING_UBL build fixes (#15240) 2019-09-13 01:33:33 -05:00
8d036e94bf Combine channel-based SPI headers 2019-09-05 17:09:24 -05:00
75efa3cdac Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
d25231aea8 Spacing, defined(), #include tweaks 2019-08-29 18:06:24 -05:00
1d8ad7cf71 Safe changes from HAL cleanup 2019-08-28 21:21:47 -05:00
21993b75f4 SAMD51 Servo class (#14781) 2019-08-02 07:37:41 -05:00
e85eca2630 HAL cleanup, Teensy 3.1 platform 2019-08-02 07:22:26 -05:00
c2b319360d Remove extra pragmas 2019-07-30 20:19:47 -05:00
e44fccf3d2 Add support for M575 (#14757) 2019-07-30 02:30:00 -05:00
290466578f Adafruit Grand Central M4 (#14749) 2019-07-28 14:48:29 -05:00
1c3df51f87 vsnprintf patch redux (#14725) 2019-07-27 04:34:49 -05:00
585a8a96b4 Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712) 2019-07-23 17:18:53 -05:00
cf9ac4c847 Move vsnprintf_P to Marduino.h 2019-07-10 07:07:04 -05:00
4e479caf61 Fix mis-use of LIMIT 2019-07-10 07:07:04 -05:00
ed0e6afacb Apply LIMIT macro 2019-07-10 03:35:39 -05:00
f990ebfb09 Tweak STM32F4/7 eeprom emulation (#14563) 2019-07-09 22:49:58 -05:00
056efaba91 Clean up section comments 2019-07-09 22:34:21 -05:00
a2ba0aaaac HAL include and other adjustments (#14525) 2019-07-08 23:42:29 -05:00
b6546ea33a Add include guards to some headers 2019-07-05 04:02:08 -05:00
66e16af29d SPI defines cleanup (#14506) 2019-07-05 01:59:37 -05:00
44e4f853c8 Patch M_PI in Marduino.h 2019-07-04 19:58:08 -05:00
93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
8934b32f1b Fysetc AIO II / Cheetah STM32F1 (#14407) 2019-06-26 00:40:29 -05:00
26de051e92 HAL SPI pin init cleanup 2019-06-14 20:17:25 -05:00
356410dcfc Move crc16 function to libs 2019-06-12 06:14:39 -05:00
8924389dfc Tweak servo µs macros 2019-05-25 22:33:51 -05:00
74f44783ac ESP32 servo support (#14109) 2019-05-25 18:12:24 -05:00
a49919396a LPC1768 MarlinServo => libServo 2019-05-22 16:54:52 -05:00
a74aad3b4a Clean up HALs / FastIO (#14082) 2019-05-21 18:28:12 -05:00
ad4ffa1d2f Use C++ language supported 'nullptr' (#13944) 2019-05-09 11:45:55 -05:00