Changeset a90576b6 in rtems
- Timestamp:
- Aug 3, 2010, 2:16:35 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- 989938f1
- Parents:
- b2c02c74
- Location:
- c/src/lib/libbsp/powerpc/haleakala
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/haleakala/ChangeLog
rb2c02c74 ra90576b6 1 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2 3 * startup/bspstart.c: Add BSP_poll_char. 4 1 5 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
rb2c02c74 ra90576b6 160 160 161 161 /* We will provide our own printk output function as it may get used early */ 162 BSP_output_char_function_type BSP_output_char = DirectUARTWrite; 162 BSP_output_char_function_type BSP_output_char = DirectUARTWrite; 163 BSP_polling_getchar_function_type BSP_poll_char = NULL; 163 164 164 165 /*===================================================================*/
Note: See TracChangeset
for help on using the changeset viewer.