Marlin_Firmware/Marlin/src/sd/usb_flashdrive
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
..
lib Coding standards 2019-02-19 14:58:39 -06:00
Sd2Card_FlashDrive.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
Sd2Card_FlashDrive.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SOURCES.txt Add USB_FLASH_DRIVE_SUPPORT 2018-10-04 19:54:12 -05:00
usb_host.cpp Various general cleanups 2019-01-19 16:56:12 -06:00
usb_host.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
usb-2.0-host-library-changes.patch Add USB_FLASH_DRIVE_SUPPORT 2018-10-04 19:54:12 -05:00