Add dockerfile; modify readme; add aliases to .cargo/config.toml

This commit is contained in:
2024-11-01 18:26:54 +01:00
parent 5a60fc926f
commit 903a1af075
3 changed files with 33 additions and 1 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM rust:latest
RUN rustup target add thumbv7em-none-eabi
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh