marlin2_a10m/Marlin/src/core
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(...)`
2019-03-16 23:43:06 -05:00
..
boards.h Support for Tronxy X5S 2e (#13297) 2019-03-03 07:41:05 -06:00
debug_out.h Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
drivers.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
enum.h Update copyright in headers 2019-02-12 15:30:11 -06:00
language.h M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
macros.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
millis_t.h Update copyright in headers 2019-02-12 15:30:11 -06:00
minmax.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
serial.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
serial.h Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
utility.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
utility.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00