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
..
lib Coding standards 6 years ago
SOURCES.txt Add USB_FLASH_DRIVE_SUPPORT 6 years ago
Sd2Card_FlashDrive.cpp Extended condition macros (#13419) 6 years ago
Sd2Card_FlashDrive.h Update copyright in headers 6 years ago
usb-2.0-host-library-changes.patch Add USB_FLASH_DRIVE_SUPPORT 6 years ago
usb_host.cpp Various general cleanups 6 years ago
usb_host.h Apply #pragma once, misc cleanup (#12322) 6 years ago