https://github.com/hugow04/raspberrypi-setup
https://github.com/hugow04/raspberrypi-setup
raspberry raspberry-pi raspberry-pi-setup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugow04/raspberrypi-setup
- Owner: HUGOW04
- Created: 2023-09-23T12:01:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:25:38.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:27:37.320Z (about 1 year ago)
- Topics: raspberry, raspberry-pi, raspberry-pi-setup
- Language: CMake
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspberrypi-setup
git clone https://github.com/raspberrypi/pico-sdk.git
mkdir pico
cd pico
cp ~/pico-sdk/external/pico_sdk_import.cmake .
mkdir build
cd build
export PICO_SDK_PATH=../../pico-sdk
cmake ..
make