RP2040 >> C/C++
開發環境
官方提供PICO-SDK開發包,包含很多簡便的Library,安裝方式如下:
$ sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib -y $ cd $ git clone https://github.com/raspberrypi/pico-sdk $ cd pico-sdk $ git submodule update --init $ sudo mv pico-sdk /opt
P.S. PICO-SDK位置不限定,只是PICO_SDK_PATH記得指定到正確的位置