
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
5 lines
88 B
CMake
5 lines
88 B
CMake
set(PICO_BOARD adafruit_feather_rp2040)
|
|
|
|
# Enable MAX3421E USB Host
|
|
set(MAX3421_HOST 1)
|