Commit c7e66ff9 authored by Antony Pavlov's avatar Antony Pavlov Committed by Anas Nashif
Browse files

boards/arm/olimexino_stm32: enable watchdog



Zephyr already has STM32 watchdog support.
Just enable it.

Signed-off-by: default avatarAntony Pavlov <antonynpavlov@gmail.com>
parent bfcfe147
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.

+4 −0
Original line number Diff line number Diff line
@@ -101,3 +101,7 @@ uext_serial: &usart1 {};
		status = "ok";
	};
};

&iwdg {
	status = "ok";
};
+1 −0
Original line number Diff line number Diff line
@@ -13,3 +13,4 @@ supported:
  - pwm
  - spi
  - usb_device
  - watchdog