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:
Antony Pavlov 2019-05-10 11:28:28 +03:00 committed by Anas Nashif
parent bfcfe14764
commit c7e66ff9bc
3 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -101,3 +101,7 @@ uext_serial: &usart1 {};
status = "ok";
};
};
&iwdg {
status = "ok";
};

View File

@ -13,3 +13,4 @@ supported:
- pwm
- spi
- usb_device
- watchdog