From f1763b234b4139b5216ee87b5fed9d1325387478 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 1 Nov 2014 17:07:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7450 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 18 +++++++++--------- os/hal/templates/mcuconf.h | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'os/hal') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index d61f89d56..f30f0f972 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006-2014 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -33,13 +33,6 @@ /** * @name Drivers enable switches */ -/** - * @brief Enables the TM subsystem. - */ -#if !defined(HAL_USE_TM) || defined(__DOXYGEN__) -#define HAL_USE_TM TRUE -#endif - /** * @brief Enables the PAL subsystem. */ @@ -82,6 +75,13 @@ #define HAL_USE_I2C TRUE #endif +/** + * @brief Enables the I2S subsystem. + */ +#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__) +#define HAL_USE_I2S TRUE +#endif + /** * @brief Enables the ICU subsystem. */ @@ -114,7 +114,7 @@ * @brief Enables the RTC subsystem. */ #if !defined(HAL_USE_RTC) || defined(__DOXYGEN__) -#define HAL_USE_RTC FALSE +#define HAL_USE_RTC TRUE #endif /** diff --git a/os/hal/templates/mcuconf.h b/os/hal/templates/mcuconf.h index c5a797157..4037e920b 100644 --- a/os/hal/templates/mcuconf.h +++ b/os/hal/templates/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- cgit v1.2.3