Firmware2/Marlin/src/HAL
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
..
HAL_AVR Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_DUE No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_ESP32 Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_LINUX Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_LPC1768 Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_STM32 Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_STM32F1 Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HAL_STM32F4 No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_STM32F7 No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_TEENSY31_32 No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_TEENSY35_36 No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
shared Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
platforms.h HAL for Linux (#13146) 2019-02-22 19:09:10 -06:00