[core] Use external FreeRTOS library

This commit is contained in:
Kuba Szczodrzyński
2023-03-13 22:18:02 +01:00
parent f69b4bea4f
commit b050662a5c
10 changed files with 74 additions and 43 deletions

View File

@@ -45,7 +45,7 @@
"+<.>"
]
},
"arduino_api": {
"arduino-api": {
"package": "framework-arduino-api",
"sources": [
"+<api/Common.cpp>",
@@ -60,6 +60,27 @@
"+<api/deprecated>"
]
},
"freertos": {
"package": "library-freertos",
"sources": [
"+<FreeRTOS/Source/*.c>"
],
"includes": [
"+<FreeRTOS/Source/include>"
]
},
"freertos-port": {
"package": "library-freertos-port",
"sources": [
"+<./$FREERTOS_PORT/*.c>"
],
"includes": [
"+<./$FREERTOS_PORT>"
],
"defines": {
"FREERTOS_PORT_${FREERTOS_PORT_DEFINE}": "1"
}
},
"lwip-amb1": {
"package": "library-lwip",
"sources": [