mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
||||
|
||||
* shared/bspgetworkarea.c: Removed.
|
||||
|
||||
@@ -12,6 +12,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
||||
AC_CONFIG_SUBDIRS([gba]);;
|
||||
gp32 )
|
||||
AC_CONFIG_SUBDIRS([gp32]);;
|
||||
lpc24xx )
|
||||
AC_CONFIG_SUBDIRS([lpc24xx]);;
|
||||
nds )
|
||||
AC_CONFIG_SUBDIRS([nds]);;
|
||||
rtl22xx )
|
||||
|
||||
Reference in New Issue
Block a user