From ee2a36d3f60c788929c8c8def66c8d575cfb0b80 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jul 2021 13:19:48 +0200 Subject: [PATCH 1/3] common_tmtc update --- tmtc/common_tmtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtc/common_tmtc b/tmtc/common_tmtc index 117213a..a31a9d3 160000 --- a/tmtc/common_tmtc +++ b/tmtc/common_tmtc @@ -1 +1 @@ -Subproject commit 117213a922e71f6a058998305c01d98c878cb856 +Subproject commit a31a9d39257d545a1a35752f35d7d1bfcf1b2c49 From 63c40f678322a331ded40de6d9439c04855d5ca9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jul 2021 13:21:34 +0200 Subject: [PATCH 2/3] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d670a3e..ded9aaf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # FSFW Example Application From 7270f7c3a399852732e797570c30e7d326a925db Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jul 2021 13:38:07 +0200 Subject: [PATCH 3/3] README update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded9aaf..51695cf 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,12 @@ To install general buildtools for the linux binary, run: sudo apt-get install build-essential ``` -Install the USB drivers on Linux by -[following these instructions](https://fishpepper.de/2016/09/16/installing-using-st-link-v2-to-flash-stm32-on-linux/). +Install the [USB drivers](https://github.com/stlink-org/stlink) on Linux. +On Ubuntu, you can run the following command to install it: + +```sh +sudo apt-get install stlink-tools +``` ## Setting up Eclipse for OpenOCD debugging