We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4979012 commit 5d7fbd3Copy full SHA for 5d7fbd3
boards/atmel/sam/sam4l_ek/sam4l_ek.yaml
@@ -1,3 +1,6 @@
1
+# Copyright (c) 2020-2025, Gerson Fernando Budke <nandojve@gmail.com>
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
identifier: sam4l_ek
5
name: SAM4L-EK
6
type: mcu
@@ -16,4 +19,5 @@ supported:
16
19
- spi
17
20
- uart
18
21
- usb_device
22
+ - watchdog
23
vendor: atmel
boards/atmel/sam/sam4l_ek/sam4l_ek_defconfig
@@ -1,7 +1,9 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
+CONFIG_WDT_DISABLE_AT_BOOT=y
7
8
CONFIG_CONSOLE=y
9
CONFIG_SERIAL=y
0 commit comments