forked from Imagelibrary/rtems
lpc24xx: New BSP
shared/startup/linkcmds.base, shared/include/linker-symbols.h, shared/include/start.h, shared/start/start.S: New files.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* lpc24xx: New BSP.
|
||||||
|
|
||||||
|
* shared/startup/linkcmds.base, shared/include/linker-symbols.h,
|
||||||
|
shared/include/start.h, shared/start/start.S: New files.
|
||||||
|
|
||||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/bspgetworkarea.c: Removed.
|
* shared/bspgetworkarea.c: Removed.
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
|||||||
AC_CONFIG_SUBDIRS([gba]);;
|
AC_CONFIG_SUBDIRS([gba]);;
|
||||||
gp32 )
|
gp32 )
|
||||||
AC_CONFIG_SUBDIRS([gp32]);;
|
AC_CONFIG_SUBDIRS([gp32]);;
|
||||||
|
lpc24xx )
|
||||||
|
AC_CONFIG_SUBDIRS([lpc24xx]);;
|
||||||
nds )
|
nds )
|
||||||
AC_CONFIG_SUBDIRS([nds]);;
|
AC_CONFIG_SUBDIRS([nds]);;
|
||||||
rtl22xx )
|
rtl22xx )
|
||||||
|
|||||||
Reference in New Issue
Block a user