Basic project setup (#1)
Reviewed-on: https://git.mercurial-manifold.eu/an.tsouchlos/commonsense-sw/pulls/1 Co-authored-by: Andreas Tsouchlos <an.tsouchlos@gmail.com> Co-committed-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user