Jason Smith
|
4e1f2f89f6
|
Refactor TMC-related macros and sanity checks (#16384)
|
2020-01-01 21:51:15 -06:00 |
|
Lino Barreca
|
ac71cdc265
|
New HardwareTimer for STM32 5.7.0 (#15655)
|
2019-11-12 19:23:02 -06:00 |
|
LinFor
|
a84e3d1b80
|
Use native ADC resolution where possible (#15719)
|
2019-11-06 17:49:17 -06:00 |
|
Scott Lahteine
|
e3fd0519b3
|
Reduce need for UNUSED
|
2019-09-30 22:56:22 -05:00 |
|
Scott Lahteine
|
139b7196a0
|
Watchdog cleanup (#15283)
|
2019-09-29 17:57:29 -05:00 |
|
Scott Lahteine
|
f2d93f61c3
|
Revert errant const
|
2019-09-28 23:52:54 -05:00 |
|
Tim Moore
|
7e72768433
|
Info Menu: Runaway Watch state (#14827)
|
2019-09-28 21:53:40 -05:00 |
|
Scott Lahteine
|
b72fd7ea9c
|
Supply 'super' for servo subclasses
|
2019-09-25 22:07:14 -05:00 |
|
Scott Lahteine
|
0b4aedf13e
|
Less use of "this"
|
2019-09-25 09:29:58 -05:00 |
|
Scott Lahteine
|
f01f0d1956
|
Drop C-style 'void' argument
|
2019-09-16 20:31:21 -05:00 |
|
Scott Lahteine
|
a06010e08a
|
Macrofy attachInterrupt
|
2019-09-16 20:31:20 -05:00 |
|
Scott Lahteine
|
8d036e94bf
|
Combine channel-based SPI headers
|
2019-09-05 17:09:24 -05:00 |
|
Scott Lahteine
|
75efa3cdac
|
Reorganize HAL (#14832)
|
2019-09-02 19:49:58 -05:00 |
|
Scott Lahteine
|
fb579212ea
|
Reduce unused function warnings
|
2019-08-06 04:56:17 -05:00 |
|
Scott Lahteine
|
18c9182903
|
Match up write_data signatures
|
2019-08-02 11:09:07 -05:00 |
|
Scott Lahteine
|
e85eca2630
|
HAL cleanup, Teensy 3.1 platform
|
2019-08-02 07:22:26 -05:00 |
|
Scott Lahteine
|
c2b319360d
|
Remove extra pragmas
|
2019-07-30 20:19:47 -05:00 |
|
Scott Lahteine
|
e5d73f68c8
|
HAL folder organization (#14763)
|
2019-07-28 23:55:24 -05:00 |
|
Scott Lahteine
|
ad1c061e7b
|
Bring STM32F4/F7 together
|
2019-07-10 07:07:04 -05:00 |
|
Scott Lahteine
|
056efaba91
|
Clean up section comments
|
2019-07-09 22:34:21 -05:00 |
|
Scott Lahteine
|
a2ba0aaaac
|
HAL include and other adjustments (#14525)
|
2019-07-08 23:42:29 -05:00 |
|
Scott Lahteine
|
b6546ea33a
|
Add include guards to some headers
|
2019-07-05 04:02:08 -05:00 |
|
Giuliano Zaro
|
b7573c6e69
|
Remove unused WRITE_VAR, etc. (#14493)
|
2019-07-03 17:52:30 -05:00 |
|
Scott Lahteine
|
93cd66ac11
|
Tweaky change from (C) to (c)
|
2019-06-27 23:58:16 -05:00 |
|
Scott Lahteine
|
6664b90bbb
|
Init servo pins in HAL_init (#14425)
|
2019-06-27 16:29:17 -05:00 |
|
Scott Lahteine
|
26de051e92
|
HAL SPI pin init cleanup
|
2019-06-14 20:17:25 -05:00 |
|
Scott Lahteine
|
2b5046659a
|
Tweak Marlin headers, comments
|
2019-05-22 16:54:52 -05:00 |
|
Giuliano Zaro
|
a74aad3b4a
|
Clean up HALs / FastIO (#14082)
|
2019-05-21 18:28:12 -05:00 |
|
Scott Lahteine
|
e7682eea42
|
Use Arduino.h include wrapper (#13877)
|
2019-05-02 00:45:50 -05:00 |
|
Alexander Amelkin
|
e40636a7c1
|
Replace digitalPinHasPWM with HAS_TIMER (#13520)
|
2019-03-29 12:21:14 -05:00 |
|
Chris Pepper
|
ffc2c2d7c5
|
Move FAST_PWM_FAN code to HALs (#13491)
|
2019-03-26 01:03:23 -05:00 |
|
Scott Lahteine
|
67bee06e43
|
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment-471388743
|
2019-03-13 07:21:10 -05:00 |
|
Scott Lahteine
|
f89b375fb9
|
Fixes and improvements for PWM pins (#13383)
|
2019-03-13 06:51:15 -05:00 |
|
Scott Lahteine
|
1f7e220387
|
Make HAL ISR macros function-like
|
2019-03-10 20:44:27 -05:00 |
|
Scott Lahteine
|
2212da453a
|
Distinguish between analog/digital auto fans (#13298)
|
2019-03-05 00:41:31 -06:00 |
|
Scott Lahteine
|
3a1b6fe8c1
|
Coding standards
|
2019-02-19 14:58:39 -06:00 |
|
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
2019-02-12 15:30:11 -06:00 |
|
Scott Lahteine
|
c986239837
|
A single SERIAL_ECHO macro type (#12557)
|
2018-11-29 16:58:58 -06:00 |
|
Nils Hasenbanck
|
cafabf2055
|
Implement DELAY_NS with CYCCNT on Cortex-M7 (#12283)
|
2018-11-01 16:11:51 -05:00 |
|
Scott Lahteine
|
4ed579cafc
|
Americanized English spelling
|
2018-10-30 18:55:38 -05:00 |
|
Scott Lahteine
|
0bd54392b7
|
Use uint8_t in EEPROM code
|
2018-10-09 19:00:01 -05:00 |
|
Scott Lahteine
|
6a3207391f
|
Remove obsolete HAL_timer_restrain
|
2018-08-31 16:17:22 -05:00 |
|
Ilya Bukhonin
|
7ecb8b4af5
|
[2.0.x] Teensy 3.1 and 3.2 support (#11460)
|
2018-08-27 21:49:49 -05:00 |
|