From db49447013d4d8c1b7661b69fe96dfefd3d24a2f Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 28 Apr 2023 10:20:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=83=A8=E4=BB=B6=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=AB=E6=8F=8F=E5=87=BA=E7=9A=84bundle.json?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yinjiaming Change-Id: I6b6ac8a288649edb381a5dee41e2f40b1abb5371 --- bundle.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 196bb3e..6f1c4b2 100644 --- a/bundle.json +++ b/bundle.json @@ -14,14 +14,16 @@ "en": "README.txt" }, "component": { - "name": "thirdparty_nuttx", + "name": "nuttx", "subsystem": "", "syscap": [], "features": [], - "adapted_system_type": [], - "rom": "", - "ram": "", - "deps": { + "adapted_system_type": [ + "small" + ], + "rom": "700KB", + "ram": "1400KB", + "external_deps": { "components": [], "third_party": [] }, -- GitLab