[RTEMS Project] #3122: Simplify and unify BSP_output_char
RTEMS trac
trac at rtems.org
Tue Sep 12 08:01:16 UTC 2017
#3122: Simplify and unify BSP_output_char
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.12.0
Component: bsps | Version: 4.12
Severity: normal | Resolution: fixed
Keywords: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"1bc0ad2e12e9e523a9b9043ac47254a0597826bf/rtems"
1bc0ad2/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="1bc0ad2e12e9e523a9b9043ac47254a0597826bf"
Simplify and unify BSP_output_char
The BSP_output_char should output a char and not mingle with high level
processing, e.g. '\n' to '\r\n' translation. Move this translation to
rtems_putc(). Remove it from all the BSP_output_char implementations.
Close #3122.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3122#comment:5>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list