watchdog updates #144

Merged
meierj merged 4 commits from mueller/watchdog-tweaks into develop 2022-02-22 18:16:26 +01:00
5 changed files with 29 additions and 19 deletions
Showing only changes of commit f5c525699e - Show all commits

View File

@@ -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. The configure steps do not need to be repeated if the folder has already been configured.
```sh ```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 -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . --target eive-watchdog -j cmake --build . --target eive-watchdog -j
``` ```