1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-14 06:21:44 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_LPC1768
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
..
include Update copyright in headers 2019-02-12 15:30:11 -06:00
u8g Some LCD code cleanup 2019-03-11 05:07:31 -05:00
win_usb_driver [HAL][LPC176x] Pull out framework into separate repository 2018-10-14 18:43:48 +01:00
DebugMonitor_LPC1768.cpp Coding standards 2019-02-19 14:58:39 -06:00
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio.h No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
HAL_spi.cpp Very minor SPI speedup 2019-02-20 04:36:23 -06:00
HAL_timers.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
HAL.cpp Add M997 support and simple implementation for LPC176x (#13281) 2019-03-01 20:11:50 -06:00
HAL.h Add M997 support and simple implementation for LPC176x (#13281) 2019-03-01 20:11:50 -06:00
main.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
MarlinSerial.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
MarlinSerial.h Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
MarlinServo.h Update copyright in headers 2019-02-12 15:30:11 -06:00
persistent_store_api.h FLASH_EEPROM => FLASH_EEPROM_EMULATION 2019-02-20 04:36:23 -06:00
persistent_store_flash.cpp FLASH_EEPROM => FLASH_EEPROM_EMULATION 2019-02-20 04:36:23 -06:00
persistent_store_sdcard.cpp FLASH_EEPROM => FLASH_EEPROM_EMULATION 2019-02-20 04:36:23 -06:00
pinsDebug.h Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
SanityCheck.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
upload_extra_script.py [LPC176x] Update PIO extrascript (#12878) 2019-01-11 19:45:33 -06:00
usb_serial.cpp [HAL][LPC176x] Pull out framework into separate repository 2018-10-14 18:43:48 +01:00
watchdog.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog.h Update copyright in headers 2019-02-12 15:30:11 -06:00