Initial commit

This commit is contained in:
lukstep
2022-09-16 22:53:07 +02:00
commit b87a3a2640
2 changed files with 44 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Raspberry Pi Pico Docker
## Run Docker container
```
cd ./docker
docker build . --tag pico-sdk
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev pico-sdk
docker exec -it pico-sdk /bin/sh
```