From aaefe9e1caebb77976e60380fa9bc2b746330824 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Feb 2022 00:17:07 +0100 Subject: [PATCH] update .cproject file and README for watchdog --- README.md | 2 +- misc/eclipse/.cproject | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 254b3d62..8268ea24 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ To build the EIVE watchdog, the corresponding target must be specified in the bu The configure steps do not need to be repeated if the folder has already been configured. ```sh -mkdir build-Debug-Q7S && cd build-Debug-Q7S +mkdir build-Debug-Watchdog && cd build-Debug-Watchdog cmake -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Debug .. cmake --build . --target eive-watchdog -j ``` diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject index e2984ed8..15b0195b 100644 --- a/misc/eclipse/.cproject +++ b/misc/eclipse/.cproject @@ -1177,7 +1177,7 @@