Added rpi-pico-sdk
This commit is contained in:
8
motor-control/firmware/docker/Dockerfile
Normal file
8
motor-control/firmware/docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt -y update
|
||||
RUN apt -y install build-essential gcc-arm-none-eabi doxygen cmake python3
|
||||
RUN mkdir /data
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
Reference in New Issue
Block a user