[core] Update lwIP for SDK-independent headers

This commit is contained in:
Kuba Szczodrzyński
2023-03-14 13:03:34 +01:00
parent b050662a5c
commit 3d3f3700a8
3 changed files with 9 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ using std::min;
#include "wiring_compat.h"
#include "wiring_custom.h"
// FreeRTOS kernel
#include <FreeRTOS.h>
// Define available serial ports
#if defined(__cplusplus) && LT_ARD_HAS_SERIAL
#include <Serial.h>

View File

@@ -67,7 +67,10 @@
],
"includes": [
"+<FreeRTOS/Source/include>"
]
],
"defines": {
"FREERTOS_PORT_${FREERTOS_PORT_DEFINE}": "1"
}
},
"freertos-port": {
"package": "library-freertos-port",
@@ -75,7 +78,7 @@
"+<./$FREERTOS_PORT/*.c>"
],
"includes": [
"+<./$FREERTOS_PORT>"
"!<./$FREERTOS_PORT>"
],
"defines": {
"FREERTOS_PORT_${FREERTOS_PORT_DEFINE}": "1"

View File

@@ -71,8 +71,7 @@
"library-lwip": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/libretuya/lwip",
"version_prefix": true
"base_url": "https://github.com/libretuya/lwip"
},
"library-freertos": {
"type": "framework",