From f57411f4bf1979cb922391a34ac30e4c55e60007 Mon Sep 17 00:00:00 2001 From: Puzzlewolf Date: Sat, 24 Aug 2019 12:37:30 +0000 Subject: [PATCH] Correct the target architecture in the build command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a128cb..9ef5493 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ And then copy `build/pycardium/pycardium_epicardium.bin` as ## Build and run Rust loadables ```shell -cargo +nightly build --release --target thumbv7-none-eabi +cargo +nightly build --release --target thumbv7em-none-eabi ``` Then copy the resulting executable from the target directory -- GitLab