mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
94e7dbfa4b
esp32 vendor code and atwinc15x0 both define conflicting spi_flash_{read, write} functions. esp32 already have build-in WiFi, so it's unlikely to ever use this driver - just blacklist the architecture.
14 lines
482 B
Makefile
14 lines
482 B
Makefile
USEMODULE += netdev_eth
|
|
USEMODULE += ztimer_msec
|
|
USEPKG += driver_atwinc15x0
|
|
FEATURES_REQUIRED += periph_gpio
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
FEATURES_REQUIRED += periph_spi
|
|
|
|
# esp8266 and esp32 vendor code and atwinc15x0 both define conflicting
|
|
# spi_flash_{read, write} functions.
|
|
# esp8266 and esp32 already have build-in WiFi, so it's unlikely to ever
|
|
# use this driver - just blacklist the architecture.
|
|
FEATURES_BLACKLIST += arch_esp8266
|
|
FEATURES_BLACKLIST += arch_esp32
|