From abda86c0eae7567ea2290401a3252d7b2c487868 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 May 2015 09:23:14 +0000 Subject: Updated all halconf.h files with DAC switch. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7944 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/NIL-SPC560D-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC560B-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC560D-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC560P-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC563M-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC564A-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC56EC-EVB/halconf.h | 7 +++++++ demos/SPC5/RT-SPC56EL-EVB/halconf.h | 7 +++++++ 8 files changed, 56 insertions(+) (limited to 'demos/SPC5') diff --git a/demos/SPC5/NIL-SPC560D-EVB/halconf.h b/demos/SPC5/NIL-SPC560D-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/halconf.h +++ b/demos/SPC5/NIL-SPC560D-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC560B-EVB/halconf.h b/demos/SPC5/RT-SPC560B-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC560B-EVB/halconf.h +++ b/demos/SPC5/RT-SPC560B-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC560D-EVB/halconf.h b/demos/SPC5/RT-SPC560D-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC560D-EVB/halconf.h +++ b/demos/SPC5/RT-SPC560D-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC560P-EVB/halconf.h b/demos/SPC5/RT-SPC560P-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC560P-EVB/halconf.h +++ b/demos/SPC5/RT-SPC560P-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC563M-EVB/halconf.h b/demos/SPC5/RT-SPC563M-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC563M-EVB/halconf.h +++ b/demos/SPC5/RT-SPC563M-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC564A-EVB/halconf.h b/demos/SPC5/RT-SPC564A-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC564A-EVB/halconf.h +++ b/demos/SPC5/RT-SPC564A-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC56EC-EVB/halconf.h b/demos/SPC5/RT-SPC56EC-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/halconf.h +++ b/demos/SPC5/RT-SPC56EC-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ diff --git a/demos/SPC5/RT-SPC56EL-EVB/halconf.h b/demos/SPC5/RT-SPC56EL-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC56EL-EVB/halconf.h +++ b/demos/SPC5/RT-SPC56EL-EVB/halconf.h @@ -58,6 +58,13 @@ #define HAL_USE_CAN FALSE #endif +/** + * @brief Enables the DAC subsystem. + */ +#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) +#define HAL_USE_DAC TRUE +#endif + /** * @brief Enables the EXT subsystem. */ -- cgit v1.2.3