4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 02:27:10 +08:00

ls2k1000 cpu frequency 1GHz

This commit is contained in:
bigamgic 2020-06-16 09:36:26 +08:00
parent 2f4b8604d9
commit 0fbbe01bf6

View File

@ -15,7 +15,7 @@
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_END (void*)(RT_HW_HEAP_BEGIN + 64 * 1024 * 1024)