[realtek-ambz2] Adapt WiFi library to ambz2_sdk

This commit is contained in:
Kuba Szczodrzyński
2023-05-27 15:41:07 +02:00
parent a80032d46c
commit 87ad0798e4
15 changed files with 106 additions and 41 deletions

View File

@@ -1,18 +0,0 @@
/* Copyright (c) Kuba Szczodrzyński 2023-03-02. */
#pragma once
#include_next "lwipopts.h"
// - 2022-05-23 set LWIP_NUM_NETIF_CLIENT_DATA to 1
#define LWIP_NUM_NETIF_CLIENT_DATA 1
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
// - 2022-05-23 set MEMP_NUM_UDP_PCB to 7
#undef MEMP_NUM_UDP_PCB
#define MEMP_NUM_UDP_PCB 7
// LWIP_COMPAT_MUTEX cannot prevent priority inversion. It is recommended to implement priority-aware mutexes. (Define
// LWIP_COMPAT_MUTEX_ALLOWED to disable this error.)
#define LWIP_COMPAT_MUTEX_ALLOWED 1
#define LWIP_TCPIP_TIMEOUT 1

View File

@@ -1,6 +0,0 @@
/* Copyright (c) Kuba Szczodrzyński 2022-04-22. */
#include <wifi_conf.h>
// wifi_mode is declared in atcmd_wifi.c, which is a part of the built-in trash console
rtw_mode_t wifi_mode = RTW_MODE_NONE;