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

boards/esp32-olimex-evb: drop periph_ir feature

There is no corresponding driver (yet), so this feature is just
confusing.
This commit is contained in:
Marian Buschsieweke 2024-02-09 21:35:55 +01:00
parent 6714a77026
commit 001bc0e7eb
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ config BOARD_ESP32_OLIMEX_EVB
select HAS_PERIPH_SDMMC
select HAS_PERIPH_SPI
select HAS_PERIPH_CAN
select HAS_PERIPH_IR
select HAVE_MTD_SDMMC_DEFAULT

View File

@ -21,6 +21,5 @@ FEATURES_CONFLICT_MSG += "SD/MMC and SPI cannot be used at the same time on this
# unique features of the board
FEATURES_PROVIDED += esp_eth # Ethernet MAC (EMAC)
FEATURES_PROVIDED += periph_can # CAN peripheral interface
FEATURES_PROVIDED += periph_ir # IR peripheral interface
FEATURES_PROVIDED += arduino_pins