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

Merge pull request #18215 from benpicco/pkg/driver_atwinc15x0-bump

pkg/driver_atwinc15x0: bump version to 1.6.1
This commit is contained in:
Gunar Schorcht 2022-06-20 18:48:53 +02:00 committed by GitHub
commit 24103ad58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 1 deletions

View File

@ -4,3 +4,9 @@ USEPKG += driver_atwinc15x0
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_spi
# esp8266 vendor code and atwinc15x0 both define conflicting
# spi_flash_{read, write} functions.
# esp8266 already has build-in WiFi, so it's unlikely to ever
# use this driver - just blacklist the architecture.
FEATURES_BLACKLIST += arch_esp8266

View File

@ -1,6 +1,6 @@
PKG_NAME=driver_atwinc15x0
PKG_URL=https://github.com/arduino-libraries/WiFi101
PKG_VERSION=3301d03f82e53f60e07434a9f07ca677d992d121
PKG_VERSION=0cbee7f6a64a1260b8751d993b75c101ec3084c2 # 1.6.1
PKG_LICENSE=LGPL-2.1
include $(RIOTBASE)/pkg/pkg.mk