From 8445c54f01777513912d4c6d36c28e92a0ff33a0 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期四, 18 九月 2025 14:40:53 +0800
Subject: [PATCH] 首轮测试代码提交

---
 system/startup_ldf/app_heaptab.c |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/system/startup_ldf/app_heaptab.c b/system/startup_ldf/app_heaptab.c
index 45be006..ca82829 100644
--- a/system/startup_ldf/app_heaptab.c
+++ b/system/startup_ldf/app_heaptab.c
@@ -1,8 +1,12 @@
 /*
-** ADSP-21569 user heap source file generated on Jul 17, 2025 at 13:46:52.
+<<<<<<< HEAD
+** ADSP-21569 user heap source file generated on Sep 05, 2025 at 15:48:19.
+=======
+** ADSP-21569 user heap source file generated on Jul 24, 2025 at 14:17:30.
+>>>>>>> 0d5b7df96a2ee186b7b085dca9cf9a33f791c430
 */
 /*
-** Copyright (C) 2000-2022 Analog Devices Inc., All Rights Reserved.
+** Copyright (C) 2000-2023 Analog Devices Inc., All Rights Reserved.
 **
 ** This file is generated automatically based upon the options selected
 ** in the System Configuration utility. Changes to the Heap configuration
@@ -15,7 +19,7 @@
 ** placed within these sections are preserved when this file is re-generated.
 **
 ** Product      : CrossCore Embedded Studio
-** Tool Version : 6.2.3.3
+** Tool Version : 6.2.5.2
 */
 
 #ifdef _MISRA_RULES
@@ -34,14 +38,17 @@
 
 extern "asm" unsigned long ldf_heap_space;
 extern "asm" unsigned long ldf_heap_length;
+extern "asm" int L1mem_space;
+extern "asm" int L1mem_length;
 extern "asm" int DDRHeap_space;
 extern "asm" int DDRHeap_length;
 
-const __heap_desc_t heap_table[3] =
+const __heap_desc_t heap_table[4] =
 {
 
   { &ldf_heap_space, (unsigned long) &ldf_heap_length, 0 },
-  { &DDRHeap_space, (unsigned long) &DDRHeap_length, 1 },
+  { &L1mem_space, (unsigned long) &L1mem_length, 1 },
+  { &DDRHeap_space, (unsigned long) &DDRHeap_length, 2 },
 
   { (void *)0, (size_t)0, 0 } /* This terminates the table. */
 };

--
Gitblit v1.9.3