[realtek-ambz2] Add initial AmebaZ2 support

This commit is contained in:
Kuba Szczodrzyński
2022-07-21 23:01:23 +02:00
parent 28bb777399
commit 41eaf9b9e4
17 changed files with 1744 additions and 12 deletions

View File

@@ -22,6 +22,11 @@
"package": "framework-realtek-amb1",
"script": "builder/frameworks/realtek-ambz-arduino.py"
},
"realtek-ambz2-sdk": {
"tilte": "Realtek AmebaZ2 - SDK",
"package": "framework-realtek-ambz2",
"script": "builder/frameworks/realtek-ambz2-sdk.py"
},
"beken-72xx-sdk": {
"title": "Beken 72XX - SDK",
"package": "framework-beken-bdk",
@@ -48,6 +53,15 @@
]
}
},
"framework-realtek-ambz2": {
"type": "framework",
"optional": true,
"version": "https://github.com/ambiot/ambz2_sdk",
"manifest": {
"description": "SDK for AmebaZ2"
},
"toolchain": "gccarmnoneeabi@~1.100301.0"
},
"framework-beken-bdk": {
"type": "framework",
"optional": true,