forked from Imagelibrary/rtems
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
|
||||
which can optionally print a message, poll for user to press key, and
|
||||
call bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* lpc24xx: New BSP.
|
||||
|
||||
@@ -8,6 +8,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
||||
AC_CONFIG_SUBDIRS([csb337]);;
|
||||
edb7312 )
|
||||
AC_CONFIG_SUBDIRS([edb7312]);;
|
||||
gba-base )
|
||||
AC_CONFIG_SUBDIRS([gba-base]);;
|
||||
gba )
|
||||
AC_CONFIG_SUBDIRS([gba]);;
|
||||
gp32 )
|
||||
|
||||
@@ -49,7 +49,6 @@ int BSPBaseBaud = 115200;
|
||||
+--------------------------------------------------------------------------*/
|
||||
extern char BSP_wait_polled_input(void);
|
||||
extern BSP_polling_getchar_function_type BSP_poll_char;
|
||||
extern void rtemsReboot(void);
|
||||
|
||||
static int conSetAttr(int minor, const struct termios *);
|
||||
static void isr_on(const rtems_irq_connect_data *);
|
||||
|
||||
Reference in New Issue
Block a user