summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x/console/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-843/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/genmcf548x: Fix printk() supportSebastian Huber2018-03-071-4/+15
|
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-2/+0
| | | | | | | | 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.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+1
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* m68k/genmcf548x/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill2016-03-291-1/+0
|
* m68k/genmcf548x: Remove include of <rtems/console.h> from <bsp.h> and fix ↵Joel Sherrill2016-03-291-4/+5
| | | | warnings
* m68k/genmcf548x/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-23/+0
|
* bsp/genmcf548x: Fix warningSebastian Huber2014-10-091-1/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsp/genmcf548x: Use bsp_interrupt_vector_enable()Sebastian Huber2013-12-161-21/+3
|
* bsp/genmcf548x: Add initial values for INTC_ICRnSebastian Huber2013-12-161-8/+0
| | | | | According to the manual the application must use unique and non-overlapping level and priority definitions for enabled interrupts.
* termios: Update due to API changesSebastian Huber2013-06-251-10/+7
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-031-2/+2
| | | | * console/console.c: Add BSP_poll_char.
* adapted to new prototype for *_write functionThomas Doerfler2009-12-171-6/+7
|
* get vital data from dBUG monitor for COBRA5475 boardThomas Doerfler2009-12-141-2/+6
|
* added support for COBRA5475 boardThomas Doerfler2009-10-161-2/+2
|
* add network support, various correctionsThomas Doerfler2009-10-151-8/+4
|
* added variant to gen68360 BSPThomas Doerfler2008-07-111-0/+886
added genmcf548x BSP