Files
tinyUSB/hw/bsp/rp2040/boards/feather_rp2040_max3421/board.cmake
hathach 7910cc2981 fix build with rp2040 + max3421
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00

5 lines
88 B
CMake

set(PICO_BOARD adafruit_feather_rp2040)
# Enable MAX3421E USB Host
set(MAX3421_HOST 1)