aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 17:07:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 17:07:15 +0000
commitf1763b234b4139b5216ee87b5fed9d1325387478 (patch)
tree96611df4e0a472cabb15e53644c02b9df86c955a /os/hal
parente5bbcad788b75bdf7fed603c89f722723ed26f2f (diff)
downloadChibiOS-f1763b234b4139b5216ee87b5fed9d1325387478.tar.gz
ChibiOS-f1763b234b4139b5216ee87b5fed9d1325387478.tar.bz2
ChibiOS-f1763b234b4139b5216ee87b5fed9d1325387478.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7450 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/templates/halconf.h18
-rw-r--r--os/hal/templates/mcuconf.h2
2 files changed, 10 insertions, 10 deletions
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.
@@ -34,13 +34,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.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -83,6 +76,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S TRUE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
@@ -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.