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 /demos/various | |
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 'demos/various')
-rw-r--r-- | demos/various/NIL-ARMCM0-GENERIC/cfg/chconf.h | 4 | ||||
-rw-r--r-- | demos/various/NIL-ARMCM4-GENERIC/cfg/chconf.h | 4 | ||||
-rw-r--r-- | demos/various/RT-ARM7-GENERIC/chconf.h | 2 | ||||
-rw-r--r-- | demos/various/RT-ARMCM0-GENERIC/cfg/chconf.h | 2 | ||||
-rw-r--r-- | demos/various/RT-ARMCM4-GENERIC/cfg/chconf.h | 2 | ||||
-rwxr-xr-x | demos/various/RT-Posix-Simulator/cfg/chconf.h | 2 | ||||
-rwxr-xr-x | demos/various/RT-Posix-Simulator/cfg/halconf.h | 2 | ||||
-rw-r--r-- | demos/various/RT-Win32-Simulator/cfg/chconf.h | 2 | ||||
-rw-r--r-- | demos/various/RT-Win32-Simulator/cfg/halconf.h | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/demos/various/NIL-ARMCM0-GENERIC/cfg/chconf.h b/demos/various/NIL-ARMCM0-GENERIC/cfg/chconf.h index c6507a891..a9f28f1ad 100644 --- a/demos/various/NIL-ARMCM0-GENERIC/cfg/chconf.h +++ b/demos/various/NIL-ARMCM0-GENERIC/cfg/chconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/chconf.h
+ * @file nil/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.
@@ -29,7 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_NIL_CONF_
-#define _CHIBIOS_NIL_CONF_VER_3_0_
+#define _CHIBIOS_NIL_CONF_VER_3_2_
/*===========================================================================*/
/**
diff --git a/demos/various/NIL-ARMCM4-GENERIC/cfg/chconf.h b/demos/various/NIL-ARMCM4-GENERIC/cfg/chconf.h index c6507a891..a9f28f1ad 100644 --- a/demos/various/NIL-ARMCM4-GENERIC/cfg/chconf.h +++ b/demos/various/NIL-ARMCM4-GENERIC/cfg/chconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/chconf.h
+ * @file nil/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.
@@ -29,7 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_NIL_CONF_
-#define _CHIBIOS_NIL_CONF_VER_3_0_
+#define _CHIBIOS_NIL_CONF_VER_3_2_
/*===========================================================================*/
/**
diff --git a/demos/various/RT-ARM7-GENERIC/chconf.h b/demos/various/RT-ARM7-GENERIC/chconf.h index 99a414275..070151bdb 100644 --- a/demos/various/RT-ARM7-GENERIC/chconf.h +++ b/demos/various/RT-ARM7-GENERIC/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/demos/various/RT-ARMCM0-GENERIC/cfg/chconf.h b/demos/various/RT-ARMCM0-GENERIC/cfg/chconf.h index 99a414275..070151bdb 100644 --- a/demos/various/RT-ARMCM0-GENERIC/cfg/chconf.h +++ b/demos/various/RT-ARMCM0-GENERIC/cfg/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/demos/various/RT-ARMCM4-GENERIC/cfg/chconf.h b/demos/various/RT-ARMCM4-GENERIC/cfg/chconf.h index 6a8831526..78698eb78 100644 --- a/demos/various/RT-ARMCM4-GENERIC/cfg/chconf.h +++ b/demos/various/RT-ARMCM4-GENERIC/cfg/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/demos/various/RT-Posix-Simulator/cfg/chconf.h b/demos/various/RT-Posix-Simulator/cfg/chconf.h index 0175ebce3..668319c11 100755 --- a/demos/various/RT-Posix-Simulator/cfg/chconf.h +++ b/demos/various/RT-Posix-Simulator/cfg/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/demos/various/RT-Posix-Simulator/cfg/halconf.h b/demos/various/RT-Posix-Simulator/cfg/halconf.h index a8bc758c1..dce268583 100755 --- a/demos/various/RT-Posix-Simulator/cfg/halconf.h +++ b/demos/various/RT-Posix-Simulator/cfg/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/demos/various/RT-Win32-Simulator/cfg/chconf.h b/demos/various/RT-Win32-Simulator/cfg/chconf.h index bbff2e4b3..8e61a6261 100644 --- a/demos/various/RT-Win32-Simulator/cfg/chconf.h +++ b/demos/various/RT-Win32-Simulator/cfg/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/demos/various/RT-Win32-Simulator/cfg/halconf.h b/demos/various/RT-Win32-Simulator/cfg/halconf.h index a8bc758c1..dce268583 100644 --- a/demos/various/RT-Win32-Simulator/cfg/halconf.h +++ b/demos/various/RT-Win32-Simulator/cfg/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"
|