1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32: remove useless empty conf defines

This commit is contained in:
Alexandre Abadie 2019-01-02 14:52:38 +01:00
parent 02ec3845de
commit 9a69c9bbc5
9 changed files with 0 additions and 92 deletions

View File

@ -210,20 +210,6 @@ static const i2c_conf_t i2c_config[] = {
#define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0]))
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0U)
/** @} */
/**
* @name DAC configuration
* @{
*/
#define DAC_NUMOF 0
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -175,17 +175,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name RTC configuration
* @{
*/
/**
* Nucleo-f031 does not have any LSE, current RTC driver does not support LSI as
* clock source, so disabling RTC.
*/
#define RTC_NUMOF (0U)
/** @} */
/**
* @name ADC configuration
* @{

View File

@ -186,17 +186,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name RTC configuration
* @{
*/
/**
* Nucleo-f042 does not have any LSE, current RTC driver does not support LSI as
* clock source, so disabling RTC.
*/
#define RTC_NUMOF (0U)
/** @} */
/**
* @name ADC configuration
* @{

View File

@ -178,20 +178,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name RTC configuration
* @{
*/
#define RTC_NUMOF (0U)
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -204,13 +204,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -158,13 +158,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -189,20 +189,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name RTC configuration
* @{
*/
#define RTC_NUMOF (0U)
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0U)
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -220,13 +220,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */
/**
* @name RTT configuration
*

View File

@ -124,13 +124,6 @@ static const uart_conf_t uart_config[] = {
#define UART_NUMOF (sizeof(uart_config) / sizeof(uart_config[0]))
/** @} */
/**
* @name I2C configuration
* @{
*/
#define I2C_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif