From c36da427bc49b2afd42543deed011a055e7d839d Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sat, 23 Mar 2024 13:05:55 +0100 Subject: [PATCH] Add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab8b373 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ESL CI Docker image + +A simple docker image with rust nightly, `libudev`, and +the `thumbv6m-none-eabi` rust target for use in the CI +pipeline for the course Embedded Systems Lab at TU Delft. + +## Usage + +The latest version of this docker image is available at +`git.kallestruik.nl/kalle/esl-docker:latest`.