From 972c282b7fc8b1458326616180d414c708ae3691 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 23 Nov 2017 13:40:01 +0000 Subject: Mass update of all chconf.h files with new options. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11070 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/testbuild/chconf.h | 12 ++++++++++++ test/rt/testbuild/chconf.h | 12 ++++++++++++ 2 files changed, 24 insertions(+) (limited to 'test') diff --git a/test/nil/testbuild/chconf.h b/test/nil/testbuild/chconf.h index 1eb550a45..0a99a9125 100644 --- a/test/nil/testbuild/chconf.h +++ b/test/nil/testbuild/chconf.h @@ -68,6 +68,18 @@ */ #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 diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h index dc5a53eb9..6034c1292 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -55,6 +55,18 @@ #define CH_CFG_ST_FREQUENCY 1000 #endif +/** + * @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 -- cgit v1.2.3