summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_baud.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move libchip to bspsSebastian Huber2018-04-041-124/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-4/+24
| | | | | | | | | | | 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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* Corrected header files.Joel Sherrill1998-07-161-1/+2
|
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-161-0/+106
size of the minimum mc68681 driver. The clock speed field can not now be configured as NULL but must instead specify the address of the default table.