Skip to content

Commit

Permalink
boards/esp32-olimex-evb: drop periph_ir feature
Browse files Browse the repository at this point in the history
There is no corresponding driver (yet), so this feature is just
confusing.
  • Loading branch information
maribu committed Feb 9, 2024
1 parent f21cdf6 commit 8c06116
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion boards/esp32-olimex-evb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion boards/esp32-olimex-evb/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c06116

Please sign in to comment.