diff --git a/pkg/driver_atwinc15x0/Makefile b/pkg/driver_atwinc15x0/Makefile index 39d75a31a5..ab84af721d 100644 --- a/pkg/driver_atwinc15x0/Makefile +++ b/pkg/driver_atwinc15x0/Makefile @@ -17,3 +17,4 @@ CFLAGS += -I$(PKG_SOURCE_DIR)/src all: "$(MAKE)" -C $(PKG_SOURCE_DIR)/src/driver/source -f $(RIOTBASE)/Makefile.base MODULE=driver_atwinc15x0 "$(MAKE)" -C $(PKG_SOURCE_DIR)/src/common/source -f $(RIOTBASE)/Makefile.base MODULE=driver_atwinc15x0_common + "$(MAKE)" -C $(PKG_SOURCE_DIR)/src/spi_flash/source -f $(RIOTBASE)/Makefile.base MODULE=driver_atwinc15x0_spi_flash diff --git a/pkg/driver_atwinc15x0/Makefile.dep b/pkg/driver_atwinc15x0/Makefile.dep index 487b9134f4..0abab40325 100644 --- a/pkg/driver_atwinc15x0/Makefile.dep +++ b/pkg/driver_atwinc15x0/Makefile.dep @@ -3,3 +3,4 @@ FEATURES_REQUIRED += periph_spi USEMODULE += driver_atwinc15x0 USEMODULE += driver_atwinc15x0_common +USEMODULE += driver_atwinc15x0_spi_flash diff --git a/pkg/driver_atwinc15x0/patches/0001-change-CONST-to-_CONST_.patch b/pkg/driver_atwinc15x0/patches/0001-change-CONST-to-_CONST_.patch index 5660ee2dfd..63a061be5d 100644 Binary files a/pkg/driver_atwinc15x0/patches/0001-change-CONST-to-_CONST_.patch and b/pkg/driver_atwinc15x0/patches/0001-change-CONST-to-_CONST_.patch differ diff --git a/pkg/driver_atwinc15x0/patches/0002-remove-platform-files.patch b/pkg/driver_atwinc15x0/patches/0002-remove-platform-files.patch index 42d441d142..e382398529 100644 Binary files a/pkg/driver_atwinc15x0/patches/0002-remove-platform-files.patch and b/pkg/driver_atwinc15x0/patches/0002-remove-platform-files.patch differ diff --git a/pkg/driver_atwinc15x0/patches/0003-change-default-debug-config.patch b/pkg/driver_atwinc15x0/patches/0003-change-default-debug-config.patch index 4c40cf4a82..3e648cf32e 100644 Binary files a/pkg/driver_atwinc15x0/patches/0003-change-default-debug-config.patch and b/pkg/driver_atwinc15x0/patches/0003-change-default-debug-config.patch differ diff --git a/pkg/driver_atwinc15x0/patches/0004-fix-ETH_MODE-compilation-problem.patch b/pkg/driver_atwinc15x0/patches/0004-fix-ETH_MODE-compilation-problem.patch index 185d2e338c..6d68bc9cf8 100644 Binary files a/pkg/driver_atwinc15x0/patches/0004-fix-ETH_MODE-compilation-problem.patch and b/pkg/driver_atwinc15x0/patches/0004-fix-ETH_MODE-compilation-problem.patch differ diff --git a/pkg/driver_atwinc15x0/patches/0005-remove-dependency-from-spi_flash-module.patch b/pkg/driver_atwinc15x0/patches/0005-remove-dependency-from-spi_flash-module.patch index b70b8905e3..6600f83d99 100644 Binary files a/pkg/driver_atwinc15x0/patches/0005-remove-dependency-from-spi_flash-module.patch and b/pkg/driver_atwinc15x0/patches/0005-remove-dependency-from-spi_flash-module.patch differ diff --git a/pkg/driver_atwinc15x0/patches/0006-rename-spi_flash_-functons.patch b/pkg/driver_atwinc15x0/patches/0006-rename-spi_flash_-functons.patch new file mode 100644 index 0000000000..ff8208f7db Binary files /dev/null and b/pkg/driver_atwinc15x0/patches/0006-rename-spi_flash_-functons.patch differ