From 5ad3d2426f44f13439baf3f7f9de7fb9ddf1c00c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 6 Oct 2018 04:48:41 +0000 Subject: Removed references to QSPI to most configuration files, more to do. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12330 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h | 27 ------------------------- testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h | 27 ------------------------- testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-BMP085/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-HTS221/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LIS3MLD/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LPS22HB/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LPS25H/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LSM303AGR/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LSM303DLHC/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/I2C-LSM6DSL/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/SPI-L3GD20/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/SPI-LIS302DL/halconf.h | 27 ------------------------- testex/STM32/STM32F4xx/SPI-LIS3DSH/halconf.h | 27 ------------------------- testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h | 27 ------------------------- testex/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h | 6 ------ testex/STM32/STM32L4xx/SPI-L3GD20/halconf.h | 27 ------------------------- 18 files changed, 465 deletions(-) (limited to 'testex') diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h b/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h index 78e079d97..f3150b346 100644 --- a/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h +++ b/testex/STM32/STM32F3xx/SPI-L3GD20/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h b/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h index 996c435da..36d32eddb 100644 --- a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h +++ b/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-BMP085/halconf.h b/testex/STM32/STM32F4xx/I2C-BMP085/halconf.h index 4bc333b01..d1546d407 100644 --- a/testex/STM32/STM32F4xx/I2C-BMP085/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-BMP085/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-HTS221/halconf.h b/testex/STM32/STM32F4xx/I2C-HTS221/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-HTS221/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-HTS221/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LIS3MLD/halconf.h b/testex/STM32/STM32F4xx/I2C-LIS3MLD/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LIS3MLD/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LIS3MLD/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LPS22HB/halconf.h b/testex/STM32/STM32F4xx/I2C-LPS22HB/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS22HB/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LPS22HB/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LPS25H/halconf.h b/testex/STM32/STM32F4xx/I2C-LPS25H/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS25H/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LPS25H/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LSM303AGR/halconf.h b/testex/STM32/STM32F4xx/I2C-LSM303AGR/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303AGR/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM303AGR/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/halconf.h b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/halconf.h index 8f2290403..13ff0679a 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h b/testex/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/I2C-LSM6DSL/halconf.h b/testex/STM32/STM32F4xx/I2C-LSM6DSL/halconf.h index 74dcca95f..ea423558e 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DSL/halconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM6DSL/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/SPI-L3GD20/halconf.h b/testex/STM32/STM32F4xx/SPI-L3GD20/halconf.h index 8b551144c..650e523fd 100644 --- a/testex/STM32/STM32F4xx/SPI-L3GD20/halconf.h +++ b/testex/STM32/STM32F4xx/SPI-L3GD20/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/SPI-LIS302DL/halconf.h b/testex/STM32/STM32F4xx/SPI-LIS302DL/halconf.h index 7aa673330..d5b8423eb 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS302DL/halconf.h +++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32F4xx/SPI-LIS3DSH/halconf.h b/testex/STM32/STM32F4xx/SPI-LIS3DSH/halconf.h index 7aa673330..d5b8423eb 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS3DSH/halconf.h +++ b/testex/STM32/STM32F4xx/SPI-LIS3DSH/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h b/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h index 93c9a9a6d..89be0946a 100644 --- a/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h +++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI TRUE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h b/testex/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h index c64e33b58..3e5583468 100644 --- a/testex/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h +++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h @@ -222,12 +222,6 @@ #define STM32_PWM_TIM5_IRQ_PRIORITY 7 #define STM32_PWM_TIM8_IRQ_PRIORITY 7 -/* - * QSPI driver system settings. - */ -#define STM32_QSPI_USE_QUADSPI1 TRUE -#define STM32_QSPI_QUADSPI1_DMA_STREAM STM32_DMA_STREAM_ID(2, 7) - /* * SDC driver system settings. */ diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/halconf.h b/testex/STM32/STM32L4xx/SPI-L3GD20/halconf.h index 78e079d97..f3150b346 100644 --- a/testex/STM32/STM32L4xx/SPI-L3GD20/halconf.h +++ b/testex/STM32/STM32L4xx/SPI-L3GD20/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI FALSE -#endif - /** * @brief Enables the RTC subsystem. */ @@ -353,26 +346,6 @@ #define MMC_NICE_WAITING TRUE #endif -/*===========================================================================*/ -/* QSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_WAIT) || defined(__DOXYGEN__) -#define QSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p qspiAcquireBus() and @p qspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(QSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define QSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - /*===========================================================================*/ /* SDC driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3