Add Kinesis watchdog, ramfuncs, idle loop, start of clock configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3875 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d24b161f1c
commit
ad0170dac9
|
@ -4596,6 +4596,10 @@ build
|
|||
<code>CONFIG_BOOT_COPYTORAM</code>: Some configurations boot in FLASH
|
||||
but copy themselves entirely into RAM for better performance.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_BOOT_RAMFUNCS</code>: Other configurations may copy just
|
||||
some functions into RAM, either for better performance or for errata workarounds.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_STACK_POINTER</code>: The initial stack pointer
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue