aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-14 12:55:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-14 12:55:14 +0000
commitac645ed6763094bb9fba7709de2e31e91d97a693 (patch)
tree6bda1e56785d86ee25937344d717778c068c16b7 /os/nil
parent58fc5d04090b06449faa8e5269e469037797b5b2 (diff)
downloadChibiOS-ac645ed6763094bb9fba7709de2e31e91d97a693.tar.gz
ChibiOS-ac645ed6763094bb9fba7709de2e31e91d97a693.tar.bz2
ChibiOS-ac645ed6763094bb9fba7709de2e31e91d97a693.zip
NIL chconf.h files realignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11744 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/nil')
-rw-r--r--os/nil/templates/chconf.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/os/nil/templates/chconf.h b/os/nil/templates/chconf.h
index efac28c0b..08832845f 100644
--- a/os/nil/templates/chconf.h
+++ b/os/nil/templates/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file chconf.h
+ * @file 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_5_0_
+#define _CHIBIOS_NIL_CONF_VER_3_0_
/*===========================================================================*/
/**
@@ -69,18 +69,6 @@
#define CH_CFG_ST_FREQUENCY 1000
/**
- * @brief Time intervals data size.
- * @note Allowed values are 16, 32 or 64 bits.
- */
-#define CH_CFG_INTERVALS_SIZE 32
-
-/**
- * @brief Time types data size.
- * @note Allowed values are 16 or 32 bits.
- */
-#define CH_CFG_TIME_TYPES_SIZE 32
-
-/**
* @brief Time delta constant for the tick-less mode.
* @note If this value is zero then the system uses the classic
* periodic tick. This value represents the minimum number