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

boards/feather-m0-*: fix Arduino feature in Kconfig

With PR #17401 the Arduino feature was introduced for the `feather-m0` base board. Since all derived `feather-m0-*` boards with additional hardware modules simply include `Makefile.features` of the `feather-m0` base board, they also have this feature. However, the `Kconfig` file is defined separately for each of these boards. In PR 17401, it was forgotten to include the Arduino feature in the `Kconfig` file for the derived boards. This was not noticed because the CI did not trigger an error message.
This commit is contained in:
Gunar Schorcht 2021-12-24 04:15:02 +01:00
parent c0cecaef99
commit 12c5236443
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ config BOARD_FEATHER_M0_LORA
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAS_ARDUINO
select HAS_HIGHLEVEL_STDIO
select HAVE_SAUL_GPIO

View File

@ -20,6 +20,7 @@ config BOARD_FEATHER_M0_WIFI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAS_ARDUINO
select HAS_HIGHLEVEL_STDIO
select HAVE_SAUL_GPIO