# pico_c **Repository Path**: zhchyong/pico_c ## Basic Information - **Project Name**: pico_c - **Description**: pico工具等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README zcyong@Ubuntu22:~$ cd ~ zcyong@Ubuntu22:~$ mkdir pico zcyong@Ubuntu22:~$ cd pico zcyong@Ubuntu22:~/pico$ git clone -b master https://github.com/raspberrypi/pico-sdk.git zcyong@Ubuntu22:~/pico$ cd pico-sdk/ zcyong@Ubuntu22:~/pico/pico-sdk$ git submodule update --init zcyong@Ubuntu22:~/pico/pico-sdk$ cd .. zcyong@Ubuntu22:~/pico$ git clone -b master https://github.com/raspberrypi/pico-examples.git zcyong@Ubuntu22:~/pico$ git clone -b master https://github.com/raspberrypi/pico-project-generator.git zcyong@Ubuntu22:~/pico$ echo "export PICO_SDK_PATH=h/home/zcyong/pico/pico-sdk" >> .bashrc zcyong@Ubuntu22:~/pico$ sudo apt install gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential