2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>

* console/debugio.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-03 14:15:54 +00:00
parent e77c8b5117
commit b2c02c7496
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Remove more ITRON references.

View File

@@ -28,5 +28,6 @@ static void _BSP_null_char(char c)
rtems_interrupt_enable(level);
}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;

View File

@@ -1,3 +1,7 @@
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Remove more ITRON references.

View File

@@ -37,4 +37,5 @@ static void _BSP_null_char(char c)
rtems_interrupt_enable(level);
}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;