[core] Update lwIP for SDK-independent headers
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user