mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Sansa Connect: Initial libertas WiFi driver port
Import non-free firmware image from linux-firmware package. Firmware loading works but is disabled at compile time because just loading firmware without configuring device results in higher power consumption without any benefit to end user. Change-Id: I8fd252c49385ede1ea4e0f9b1e29adeb331ab8ae
This commit is contained in:
parent
c9f2308a1d
commit
e11fa5f74e
15 changed files with 1142 additions and 2 deletions
|
|
@ -135,6 +135,12 @@
|
|||
/* Define this if you have a software controlled poweroff */
|
||||
#define HAVE_SW_POWEROFF
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
#define HAVE_WIFI
|
||||
/* define this if the target has Marvell 88W8686 interfaced over SPI */
|
||||
#define HAVE_W8686_SPI
|
||||
#endif
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x100000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue