boards: silabs: Added support for Counter and Watchdog
Added the support for counter and watchdog in efr32xg24_dk2601b board. Signed-off-by: Sateesh Kotapati <sateesh.kotapati@silabs.com>
This commit is contained in:
parent
6c244cf440
commit
f4c067c6bc
3 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
led2 = &blue_led;
|
||||
sw0 = &button0;
|
||||
sw1 = &button1;
|
||||
watchdog0 = &wdog0;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -172,3 +173,7 @@
|
|||
&adc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stimer0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -8,8 +8,10 @@ toolchain:
|
|||
- zephyr
|
||||
- gnuarmemb
|
||||
supported:
|
||||
- counter
|
||||
- gpio
|
||||
- uart
|
||||
- watchdog
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
2
west.yml
2
west.yml
|
@ -219,7 +219,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_silabs
|
||||
revision: 442d0fb1d02cc4b2bb159fbff378029998b89049
|
||||
revision: 0c39ee28be31c59a98ed490c3811f68caa1fcbd3
|
||||
path: modules/hal/silabs
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue