关于 Raspberry Pi Pico的游乐场 建造 git clone https://github.com/iwatake2222/pico-work.git cd pico-work git submodule update --init cd pico-sdk && git submodule update --init && cd .. mkdir build && cd build # For Windows Visual Studio 2019 (Developer Command Prompt for VS 2019) cmake .. -G "NMake Makefiles" nmake # For Windows MSYS2 (Run the following commands on MSYS2) cmake .. -G "MSYS Makefiles" make