boards/arm/olimexino_stm32: enable watchdog
Zephyr already has STM32 watchdog support. Just enable it. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
parent
bfcfe14764
commit
c7e66ff9bc
|
@ -46,6 +46,8 @@ hardware features:
|
|||
+-----------+------------+----------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+----------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+----------------------+
|
||||
|
||||
Other hardware features are not supported by the Zephyr kernel.
|
||||
|
||||
|
|
|
@ -101,3 +101,7 @@ uext_serial: &usart1 {};
|
|||
status = "ok";
|
||||
};
|
||||
};
|
||||
|
||||
&iwdg {
|
||||
status = "ok";
|
||||
};
|
||||
|
|
|
@ -13,3 +13,4 @@ supported:
|
|||
- pwm
|
||||
- spi
|
||||
- usb_device
|
||||
- watchdog
|
||||
|
|
Loading…
Reference in New Issue