From f29a1b5fe96d0703dfb0a08bb31c0c0c70011607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=BE=E9=98=B3=E7=86=A0?= Date: Sat, 30 Aug 2025 09:33:53 +0000 Subject: [PATCH] update begetd.gni. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 乾阳熠 --- begetd.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/begetd.gni b/begetd.gni index 1bcc555e8..2b18ec65a 100644 --- a/begetd.gni +++ b/begetd.gni @@ -40,7 +40,7 @@ declare_args() { } # config memory size for liteos-m - init_lite_memory_size = 5120 + init_lite_memory_size = 10240 startup_init_feature_decode_group_file = false -- Gitee