mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 05:15:23 +08:00
ls2k1000 cpu frequency 1GHz
This commit is contained in:
parent
2f4b8604d9
commit
0fbbe01bf6
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
extern unsigned char __bss_end;
|
extern unsigned char __bss_end;
|
||||||
|
|
||||||
#define CPU_HZ (100 * 1000 * 1000)
|
#define CPU_HZ (1000 * 1000 * 1000) //QEMU 200*1000*1000
|
||||||
#define RT_HW_HEAP_BEGIN KSEG1BASE//(void*)&__bss_end
|
#define RT_HW_HEAP_BEGIN KSEG1BASE//(void*)&__bss_end
|
||||||
#define RT_HW_HEAP_END (void*)(RT_HW_HEAP_BEGIN + 64 * 1024 * 1024)
|
#define RT_HW_HEAP_END (void*)(RT_HW_HEAP_BEGIN + 64 * 1024 * 1024)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user