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:
commit
24103ad58a
@ -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
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user