xdebug

next generation of mdebug (work in progress)
git clone http://frotz.net/git/xdebug.git
Log | Files | Refs | README

lpc15xx.c (142B)


      1 #define ARCH_LPC15XX	1
      2 
      3 #define	LOADADDR	0x02000400
      4 #define FLASH_BASE	0x00000000
      5 #define FLASH_SIZE	0x00010000
      6 
      7 #include "lpc13xx_lpc15xx.c"