From dfe901e87c068f9795e4247175e4cdd763fc2590 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Thu, 12 Mar 2020 13:29:07 +0100 Subject: [PATCH] Adding missing intelhex python library --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 93b7e12..1c6fe37 100755 --- a/setup.sh +++ b/setup.sh @@ -81,7 +81,7 @@ source tools/gen_key_materials.sh generate_crypto_materials N rustup install $(head -n 1 rust-toolchain) -pip3 install --user --upgrade tockloader six +pip3 install --user --upgrade tockloader six intelhex rustup target add thumbv7em-none-eabi # Install dependency to create applications. -- GitLab