[core] Use PIO repackages of vendor frameworks

This commit is contained in:
Kuba Szczodrzyński
2023-02-02 22:21:12 +01:00
parent f0d490aef9
commit 949dfe7266

View File

@@ -42,15 +42,12 @@
"framework-realtek-amb1": { "framework-realtek-amb1": {
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"version": "https://github.com/ambiot/amb1_sdk#750b0bc", "version": "https://github.com/libretuya/framework-realtek-amb1#v2022.06.21",
"manifest": {
"description": "SDK for Ameba1"
},
"toolchains": { "toolchains": {
"x86_64": "gccarmnoneeabi@~1.50201.0", "x86_64": "gccarmnoneeabi@~1.50201.0",
"arm": "gccarmnoneeabi@~1.50401.211104", "arm": "gccarmnoneeabi@~1.50401.211104",
"arm64": "gccarmnoneeabi@~1.50401.210715" "arm64": "gccarmnoneeabi@~1.50401.210715"
}, },
"libraries": { "libraries": {
"lwip": [ "lwip": [
"v2.1.3-amb1" "v2.1.3-amb1"
@@ -60,28 +57,22 @@
"framework-realtek-ambz2": { "framework-realtek-ambz2": {
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"version": "https://github.com/ambiot/ambz2_sdk#f009272", "version": "https://github.com/libretuya/framework-realtek-ambz2#v2022.11.17",
"manifest": {
"description": "SDK for AmebaZ2"
},
"toolchains": { "toolchains": {
"x86_64": "gccarmnoneeabi@~1.100301.0", "x86_64": "gccarmnoneeabi@~1.100301.0",
"arm": "gccarmnoneeabi@~1.100301.0", "arm": "gccarmnoneeabi@~1.100301.0",
"arm64": "gccarmnoneeabi@~1.100301.0" "arm64": "gccarmnoneeabi@~1.100301.0"
} }
}, },
"framework-beken-bdk": { "framework-beken-bdk": {
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"version": "https://github.com/bekencorp/bdk_freertos#c3533e8", "version": "https://github.com/libretuya/framework-beken-bdk#v2021.06.07",
"manifest": { "toolchains": {
"description": "Beken Development Kit for FreeRTOS" "x86_64":"gccarmnoneeabi@~1.40804.0",
"arm": "gccarmnoneeabi@~1.40803.0",
"arm64": "gccarmnoneeabi@~1.40803.0"
}, },
"toolchains": {
"x86_64":"gccarmnoneeabi@~1.40804.0",
"arm": "gccarmnoneeabi@~1.40803.0",
"arm64": "gccarmnoneeabi@~1.40803.0"
},
"libraries": { "libraries": {
"lwip": [ "lwip": [
"v2.1.3-bdk" "v2.1.3-bdk"