diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 21:11:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 21:11:16 +0000 |
commit | e351308f44bb293075c1ba40d1757047ee644874 (patch) | |
tree | 901c90c8f8fa878ed69f1d7d3df62658cabbe7bc /testhal/STM32/multi/DAC/cfg | |
parent | 9d21d501b5356dd7b85e1e8600846cee5a611ee5 (diff) | |
download | ChibiOS-e351308f44bb293075c1ba40d1757047ee644874.tar.gz ChibiOS-e351308f44bb293075c1ba40d1757047ee644874.tar.bz2 ChibiOS-e351308f44bb293075c1ba40d1757047ee644874.zip |
Mass update of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12575 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/DAC/cfg')
6 files changed, 6 insertions, 6 deletions
diff --git a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/chconf.h b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/chconf.h index a52e9a5ed..c24e675df 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/chconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/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/DAC/cfg/stm32h743_nucleo144/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h index 6545cc1ec..11b5dbf7b 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/halconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/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/DAC/cfg/stm32l476_discovery/chconf.h b/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/chconf.h index 33701dbc2..9cd5cbf1f 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/chconf.h +++ b/testhal/STM32/multi/DAC/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/DAC/cfg/stm32l476_discovery/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h index 7d42c4632..6b8c5731e 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l476_discovery/halconf.h +++ b/testhal/STM32/multi/DAC/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"
diff --git a/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/chconf.h b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/chconf.h index 33701dbc2..9cd5cbf1f 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/chconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/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/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h index 7d42c4632..6b8c5731e 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/halconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32l4r5zi_nucleo144/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"
|