Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends.

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-12-28 23:40:54 +00:00
parent c1357f7ce2
commit e5614c862e
16 changed files with 2441 additions and 273 deletions
+3 -3
View File
@@ -35,12 +35,12 @@
/* FLASH:
* The lpc2148 has 512Kb of non-volatile memory beginning at address
* 0x00000000. The OS entry point is via the reset vector at address
* 0x00000000 (default MEMMAP mode assumed)
* 0x0000:0000. The OS entry point is via the reset vector at address
* 0x0000:0000 (default MEMMAP mode assumed)
*
* SRAM:
* The lpc2148 has 32Kb of on-chip static RAM beginning at address
* 0x40000000. The .data section will be relocated from _eronly
* 0x4000:0000. The .data section will be relocated from _eronly
* to _sdata at boot time.
*/