From e1250e0dc7eada4e4f4261ab9cf00c9685c2d250 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu <sam@rfc1149.net> Date: Tue, 9 Jul 2024 10:14:16 +0200 Subject: [PATCH] Mention target for compilation --- INSTALL.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.org b/INSTALL.org index 21524a3..b1bdd1d 100644 --- a/INSTALL.org +++ b/INSTALL.org @@ -2,6 +2,8 @@ * STM32 +You must install the appropriate target: =rustup target install thumbv7m-none-eabi=. + Execute =cargo build --release -p dc-motor-driver-hat=. The flashable executable will be in =target/thumbv7m-none-eabi/release/dc-motor-driver-hat=. * Raspberry Pi -- GitLab