From 10d93d7eb3564e7ea060fad9bb324d71cd5cc1c5 Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 28 Apr 2023 10:13:35 +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: Iacfecfc5e033b7ee7c3904a3706360b90c7aec9e --- bundle.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 1e70c21..51b0e7e 100644 --- a/bundle.json +++ b/bundle.json @@ -14,14 +14,17 @@ "en": "README" }, "component": { - "name": "thirdparty_fatfs", + "name": "fatfs", "subsystem": "", "syscap": [], "features": [], - "adapted_system_type": [], - "rom": "", - "ram": "", - "deps": { + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "336KB", + "ram": "672KB", + "external_deps": { "components": [], "third_party": [] }, -- GitLab