Firmware2/Marlin/src/HAL/HAL_ESP32
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
..
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_ESP32.h No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_spi_ESP32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_ESP32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_ESP32.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
HAL.cpp Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
HAL.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
i2s.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
i2s.h Update copyright in headers 2019-02-12 15:30:11 -06:00
ota.cpp Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
ota.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SanityCheck.h Update copyright in headers 2019-02-12 15:30:11 -06:00
servotimers.h Update copyright in headers 2019-02-12 15:30:11 -06:00
spi_pins.h Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_ESP32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_ESP32.h Update copyright in headers 2019-02-12 15:30:11 -06:00
web.cpp Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
web.h Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
WebSocketSerial.cpp Fixups for ESP32 2019-03-13 05:32:33 -05:00
WebSocketSerial.h Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
wifi.cpp Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00
wifi.h Add ESP32 WiFi interface (#11209) 2019-03-13 00:48:08 -05:00