sekigon-gonnoc / Pico-PIO-USB

USB host/device implementation using PIO of raspberry pi pico (RP2040).
MIT License
1.36k stars 145 forks source link

CMake Error at CMakeLists.txt:6 (pico_generate_pio_header) #130

Open chengjianwen opened 2 months ago

chengjianwen commented 2 months ago

I want to compile the examples(on an Debian OS), So I:

cd Pico-PIO-USB/examples
mkdir build
cd build
cmake ..

But error: C``` Make Error at CMakeLists.txt:6 (pico_generate_pio_header): Unknown CMake command "pico_generate_pio_header".


How should I do with it?