mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
6 lines
114 B
CMake
6 lines
114 B
CMake
set(PICO_PLATFORM rp2040)
|
|
set(PICO_BOARD adafruit_feather_rp2040)
|
|
|
|
# Enable MAX3421E USB Host
|
|
set(MAX3421_HOST 1)
|