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:
Joel Sherrill
2008-09-22 21:49:32 +00:00
parent d8a6431906
commit d4f6b30dcf
3 changed files with 10 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 )

View File

@@ -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 *);