[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

@@ -27,6 +27,7 @@
"any": "gccarmnoneeabi@~1.100301.0"
},
"libraries": {
"freertos": "8.1.2",
"lwip": {
"1.4.1": "1.4.1-amb1",
"2.0.0": "2.0.0-amb1",
@@ -53,6 +54,7 @@
"any":"gccarmnoneeabi@~1.100301.0"
},
"libraries": {
"freertos": "9.0.0",
"lwip": {
"2.0.2": "2.0.2-bdk",
"2.1.0": "2.1.0-bdk",
@@ -72,6 +74,15 @@
"base_url": "https://github.com/libretuya/lwip",
"version_prefix": true
},
"library-freertos": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/libretuya/library-freertos"
},
"library-freertos-port": {
"type": "framework",
"version": "https://github.com/libretuya/library-freertos-port#2023.03.13"
},
"library-flashdb": {
"type": "framework",
"version": "https://github.com/libretuya/library-flashdb#1.2.0"