Skip to content

Commit 5d7fbd3

Browse files
nandojvekartben
authored andcommitted
boards: atmel: sam4l: Add watchdog
Enable sam4l_ek board on watchdog tests. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
1 parent 4979012 commit 5d7fbd3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/atmel/sam/sam4l_ek/sam4l_ek.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2020-2025, Gerson Fernando Budke <nandojve@gmail.com>
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
identifier: sam4l_ek
25
name: SAM4L-EK
36
type: mcu
@@ -16,4 +19,5 @@ supported:
1619
- spi
1720
- uart
1821
- usb_device
22+
- watchdog
1923
vendor: atmel

boards/atmel/sam/sam4l_ek/sam4l_ek_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Copyright (c) 2020-2025, Gerson Fernando Budke <nandojve@gmail.com>
12
# SPDX-License-Identifier: Apache-2.0
23

34
CONFIG_ARM_MPU=y
45
CONFIG_HW_STACK_PROTECTION=y
6+
CONFIG_WDT_DISABLE_AT_BOOT=y
57

68
CONFIG_CONSOLE=y
79
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)