mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/driver_atwinc15x0: enable vendor spi_flash
This commit is contained in:
parent
3f8b237f60
commit
4b38d37cfd
@ -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
|
||||
|
@ -3,3 +3,4 @@ FEATURES_REQUIRED += periph_spi
|
||||
|
||||
USEMODULE += driver_atwinc15x0
|
||||
USEMODULE += driver_atwinc15x0_common
|
||||
USEMODULE += driver_atwinc15x0_spi_flash
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user