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
..
include Update copyright in headers 6 years ago
u8g Some LCD code cleanup 6 years ago
win_usb_driver [HAL][LPC176x] Pull out framework into separate repository 6 years ago
DebugMonitor_LPC1768.cpp Coding standards 6 years ago
HAL.cpp Add M997 support and simple implementation for LPC176x (#13281) 6 years ago
HAL.h Add M997 support and simple implementation for LPC176x (#13281) 6 years ago
HAL_spi.cpp Very minor SPI speedup 6 years ago
HAL_timers.cpp Update copyright in headers 6 years ago
HAL_timers.h Make HAL ISR macros function-like 6 years ago
MarlinSerial.cpp Update copyright in headers 6 years ago
MarlinSerial.h Add HOST_PROMPT_SUPPORT (#13039) 6 years ago
MarlinServo.h Update copyright in headers 6 years ago
SanityCheck.h Update copyright in headers 6 years ago
endstop_interrupts.h Update copyright in headers 6 years ago
fastio.h No patch needed for non-libmaple analogWrite 6 years ago
main.cpp Extended condition macros (#13419) 6 years ago
persistent_store_api.h FLASH_EEPROM => FLASH_EEPROM_EMULATION 6 years ago
persistent_store_flash.cpp FLASH_EEPROM => FLASH_EEPROM_EMULATION 6 years ago
persistent_store_sdcard.cpp FLASH_EEPROM => FLASH_EEPROM_EMULATION 6 years ago
pinsDebug.h Distinguish between analog/digital auto fans (#13298) 6 years ago
spi_pins.h Update copyright in headers 6 years ago
upload_extra_script.py [LPC176x] Update PIO extrascript (#12878) 6 years ago
usb_serial.cpp [HAL][LPC176x] Pull out framework into separate repository 6 years ago
watchdog.cpp Update copyright in headers 6 years ago
watchdog.h Update copyright in headers 6 years ago