You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 49cf92dc36
Extended condition macros (#13419)
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
..
L6470 Unify debugging output with debug_out.h (#13388) 6 years ago
bresenham.h Create bresenham.h 6 years ago
buzzer.cpp Update copyright in headers 6 years ago
buzzer.h Update copyright in headers 6 years ago
circularqueue.h Update copyright in headers 6 years ago
duration_t.h Update copyright in headers 6 years ago
hex_print_routines.cpp Extended condition macros (#13419) 6 years ago
hex_print_routines.h Update copyright in headers 6 years ago
least_squares_fit.cpp Extended condition macros (#13419) 6 years ago
least_squares_fit.h Update copyright in headers 6 years ago
nozzle.cpp Extended condition macros (#13419) 6 years ago
nozzle.h Update copyright in headers 6 years ago
point_t.h Update copyright in headers 6 years ago
private_spi.h Update copyright in headers 6 years ago
softspi.h Update HAL and libs formatting 6 years ago
stopwatch.cpp Update copyright in headers 6 years ago
stopwatch.h Update copyright in headers 6 years ago
vector_3.cpp Update some ABL/UBL conditionals 6 years ago
vector_3.h Update copyright in headers 6 years ago