mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Fix heap allocation and RTC not-busy wait
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3065 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -82,7 +82,7 @@ CONFIG_ARCH_BOARD=avr32dev1
|
||||
CONFIG_ARCH_BOARD_AVR32DEV1=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=1140
|
||||
CONFIG_DRAM_SIZE=(32*1024)
|
||||
CONFIG_DRAM_START=0x10000000
|
||||
CONFIG_DRAM_START=0x00000000
|
||||
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
|
||||
CONFIG_ARCH_NOINTC=y
|
||||
CONFIG_ARCH_IRQPRIO=y
|
||||
|
||||
Reference in New Issue
Block a user