aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/RTC/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/RTC/cfg')
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f051_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h4
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f303_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f407_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32l053_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h4
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32l476_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/chconf.h b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/chconf.h
index d0a50e1be..24691d739 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/chconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h
index e4aa01c84..14185ff18 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f051_discovery/halconf.h
@@ -29,9 +29,9 @@
#define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
-#include <cfg/stm32f051_discovery/mcuconf.h>
+#include "mcuconf.h"
/**
* @brief Enables the PAL subsystem.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/chconf.h b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/chconf.h
index 33701dbc2..9cd5cbf1f 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/chconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h
index f0caf266e..14185ff18 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f303_discovery/halconf.h
@@ -29,7 +29,7 @@
#define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
#include "mcuconf.h"
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/chconf.h b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/chconf.h
index 33701dbc2..9cd5cbf1f 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/chconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h
index f0caf266e..14185ff18 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32f407_discovery/halconf.h
@@ -29,7 +29,7 @@
#define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
#include "mcuconf.h"
diff --git a/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/chconf.h b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/chconf.h
index 68b1e8a98..41e58ce96 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/chconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h
index e4aa01c84..14185ff18 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32l053_discovery/halconf.h
@@ -29,9 +29,9 @@
#define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
-#include <cfg/stm32f051_discovery/mcuconf.h>
+#include "mcuconf.h"
/**
* @brief Enables the PAL subsystem.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/chconf.h b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/chconf.h
index 33701dbc2..9cd5cbf1f 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/chconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h
index f0caf266e..14185ff18 100644
--- a/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h
+++ b/testhal/STM32/multi/RTC/cfg/stm32l476_discovery/halconf.h
@@ -29,7 +29,7 @@
#define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
#include "mcuconf.h"