InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
5 years ago
Scott Lahteine
a578749622
Clean up HAL ADC, old test scripts
5 years ago
Jason Smith
4e1f2f89f6
Refactor TMC-related macros and sanity checks (#16384 )
5 years ago
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 (#15655 )
5 years ago
LinFor
a84e3d1b80
Use native ADC resolution where possible (#15719 )
5 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
6 years ago
Scott Lahteine
139b7196a0
Watchdog cleanup (#15283 )
6 years ago
Scott Lahteine
f2d93f61c3
Revert errant const
6 years ago
Tim Moore
7e72768433
Info Menu: Runaway Watch state (#14827 )
6 years ago
Scott Lahteine
b72fd7ea9c
Supply 'super' for servo subclasses
6 years ago
Scott Lahteine
0b4aedf13e
Less use of "this"
6 years ago
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
6 years ago
Scott Lahteine
a06010e08a
Macrofy attachInterrupt
6 years ago
Scott Lahteine
8d036e94bf
Combine channel-based SPI headers
6 years ago
Scott Lahteine
75efa3cdac
Reorganize HAL (#14832 )
6 years ago
Scott Lahteine
fb579212ea
Reduce unused function warnings
6 years ago
Scott Lahteine
e85eca2630
HAL cleanup, Teensy 3.1 platform
6 years ago
Scott Lahteine
e5d73f68c8
HAL folder organization (#14763 )
6 years ago
Scott Lahteine
056efaba91
Clean up section comments
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Giuliano Zaro
b7573c6e69
Remove unused WRITE_VAR, etc. (#14493 )
6 years ago
Scott Lahteine
49027721e9
Clean up some pinsDebug headers
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
6664b90bbb
Init servo pins in HAL_init (#14425 )
6 years ago
Scott Lahteine
26de051e92
HAL SPI pin init cleanup
6 years ago
Giuliano Zaro
a74aad3b4a
Clean up HALs / FastIO (#14082 )
6 years ago
Scott Lahteine
e7682eea42
Use Arduino.h include wrapper (#13877 )
6 years ago
Scott Alfter
c6dbe6e9d6
Fix Teensy 3.5/3.6 __get_primask (#13514 )
6 years ago
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
6 years ago
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
6 years ago
Scott Alfter
32332bcd03
Proceed with Teensy 3.5/3.6 HAL (#13450 )
6 years ago
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment -471388743
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6 years ago
Scott Lahteine
1f7e220387
Make HAL ISR macros function-like
6 years ago
Scott Lahteine
2212da453a
Distinguish between analog/digital auto fans (#13298 )
6 years ago
Scott Lahteine
3a1b6fe8c1
Coding standards
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
ce563d7c2e
Various general cleanups
Mostly from the L6470-oriented PR
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Scott Lahteine
4e0c935959
Update HAL and libs formatting
6 years ago
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 years ago
mholeys
63ce8baa55
Fix Teensy 3.5/3.6 ADC access for ADC1 (#12258 )
6 years ago
Scott Lahteine
0bd54392b7
Use uint8_t in EEPROM code
6 years ago
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7 years ago
Scott Lahteine
6a3207391f
Remove obsolete HAL_timer_restrain
7 years ago
Scott Lahteine
0987ed2a18
Use American English
7 years ago
Scott Lahteine
834ea7fcea
Remove 'const' from PersistentStore::capacity
7 years ago
Dave Johnson
c64199941e
Compile only selected PIO environment (#11519 )
7 years ago
Scott Lahteine
865ee5985f
Followup persistent store with heading, const
7 years ago
Chris Pepper
66d2b48b59
Update PersistentStore api (#11538 )
- Clean up the API to use a `static` class instance to adhere to Marlin convention
- Add `const` position data access for read/write
- Add Storage capacity to the interface
7 years ago