Skip to content

Commit

Permalink
imxrt117x: add watchdog
Browse files Browse the repository at this point in the history
JIRA: RTOS-657
  • Loading branch information
gerard5 committed Oct 26, 2023
1 parent 999e5b7 commit 7f3da6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _projects/armv7m7-imxrt117x-evk/build.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

[ "${BASH_SOURCE[0]}" -ef "$0" ] && echo "You should source this script, not execute it!" && exit 1

: "${WATCHDOG:=0}"
export WATCHDOG

b_image_project () {
b_log "The images have been built for the ${TARGET} platform"
Expand Down

0 comments on commit 7f3da6d

Please sign in to comment.