浏览代码

Merge pull request #542 from ArdaFu/master

[BSP] [ASM9260T] Fix compile errors.
Bernard Xiong 9 年之前
父节点
当前提交
551a663078
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      bsp/asm9260t/platform/rt_low_level_keil.inc
  2. 1 1
      bsp/asm9260t/rtconfig.h

+ 1 - 0
bsp/asm9260t/platform/rt_low_level_keil.inc

@@ -29,4 +29,5 @@ ABT_STK_SIZE EQU 512
 IRQ_STK_SIZE EQU 1024
 FIQ_STK_SIZE EQU 1024
 SYS_STK_SIZE EQU 512
+Heap_Size    EQU 512
     END

+ 1 - 1
bsp/asm9260t/rtconfig.h

@@ -65,7 +65,7 @@
 /* SECTION: the runtime libc library */
 /* the runtime libc library */
 #define RT_USING_LIBC
-#define RT_USING_PTHREADS
+//#define RT_USING_PTHREADS
 
 /* Using Module System */
 //#define RT_USING_MODULE