diff --git a/os/hal/ports/STM32/LLD/RCCv1/stm32_lsi_v2.inc b/os/hal/ports/STM32/LLD/RCCv1/stm32_lsi_v2.inc
index b7523b4c5..86ad45ddb 100644
--- a/os/hal/ports/STM32/LLD/RCCv1/stm32_lsi_v2.inc
+++ b/os/hal/ports/STM32/LLD/RCCv1/stm32_lsi_v2.inc
@@ -95,7 +95,6 @@ __STATIC_INLINE void lsi_init(void) {
while ((RCC->CSR & RCC_CSR_LSI2RDY) == 0U) {
}
#endif
-
}
/*===========================================================================*/
diff --git a/readme.txt b/readme.txt
index 9af5931a6..7101addc4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,7 @@
*****************************************************************************
*** Next ***
+- NEW: Added an STM32 WDG "multi" demo.
- NEW: Added option to copy vectors in RAM on GCC startup for ARMv6-M,
ARMv7-M and ARMv8-M-ML.
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
diff --git a/testhal/STM32/multi/WDG/.cproject b/testhal/STM32/multi/WDG/.cproject
new file mode 100644
index 000000000..9d218288d
--- /dev/null
+++ b/testhal/STM32/multi/WDG/.cproject
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/testhal/STM32/multi/WDG/.project b/testhal/STM32/multi/WDG/.project
new file mode 100644
index 000000000..0c69446d6
--- /dev/null
+++ b/testhal/STM32/multi/WDG/.project
@@ -0,0 +1,85 @@
+
+
+ STM32-WDG
+
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.genmakebuilder
+ clean,full,incremental,
+
+
+ ?name?
+
+
+
+ org.eclipse.cdt.make.core.append_environment
+ true
+
+
+ org.eclipse.cdt.make.core.autoBuildTarget
+ all
+
+
+ org.eclipse.cdt.make.core.buildArguments
+ -j
+
+
+ org.eclipse.cdt.make.core.buildCommand
+ make
+
+
+ org.eclipse.cdt.make.core.cleanBuildTarget
+ clean
+
+
+ org.eclipse.cdt.make.core.contents
+ org.eclipse.cdt.make.core.activeConfigSettings
+
+
+ org.eclipse.cdt.make.core.enableAutoBuild
+ false
+
+
+ org.eclipse.cdt.make.core.enableCleanBuild
+ true
+
+
+ org.eclipse.cdt.make.core.enableFullBuild
+ true
+
+
+ org.eclipse.cdt.make.core.fullBuildTarget
+ all
+
+
+ org.eclipse.cdt.make.core.stopOnError
+ true
+
+
+ org.eclipse.cdt.make.core.useDefaultBuildCmd
+ true
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
+ full,incremental,
+
+
+
+
+
+ org.eclipse.cdt.core.cnature
+ org.eclipse.cdt.managedbuilder.core.managedBuildNature
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
+
+
+
+ os
+ 2
+ CHIBIOS/os
+
+
+