summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-02-16 11:10:09 +1100
committerDamien George <damien@micropython.org>2023-02-17 14:03:19 +1100
commitb257c0152bd0e12629e3bd65f83cb3a21bbce33a (patch)
tree0916e185aa416b018d0ee7bd3d4bd03ee833e991
parent198579ad6ae1b9a7c4ceb492a95981bff23e7834 (diff)
rp2/cyw43_configport: Specify the chipset firmware include file.
Required by the latest version of cyw43-driver. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/rp2/cyw43_configport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/cyw43_configport.h b/ports/rp2/cyw43_configport.h
index b5a22e635..c17b7a5c5 100644
--- a/ports/rp2/cyw43_configport.h
+++ b/ports/rp2/cyw43_configport.h
@@ -32,6 +32,7 @@
#include "py/mphal.h"
#include "pendsv.h"
+#define CYW43_CHIPSET_FIRMWARE_INCLUDE_FILE "w43439A0_7_95_49_00_combined.h"
#define CYW43_WIFI_NVRAM_INCLUDE_FILE "wifi_nvram_43439.h"
#define CYW43_IOCTL_TIMEOUT_US (1000000)
#define CYW43_SLEEP_MAX (10)