summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/serial (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-203-3/+3
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-103-18/+0
| | | | Updates #4625.
* dev/sc16is752: Reduce RX FIFO trigger levelSebastian Huber2019-08-261-2/+2
| | | | This may help to avoid character loss.
* dev/sc16is752: Set TLS to zeroSebastian Huber2019-08-261-0/+14
| | | | Ensures that the FCR values are used.
* dev/sc16is752: Do FIFO reset separatelySebastian Huber2019-08-261-0/+5
|
* dev/sc16is752: Enable enhanced func earlySebastian Huber2019-08-261-1/+2
|
* dev/sc16is752: Write to right registerSebastian Huber2019-08-261-1/+1
|
* dev/sc16is752: Add set/get EFCR IO controlsSebastian Huber2019-06-141-0/+6
|
* dev/sc16is752: Add RS485 mode variantsSebastian Huber2019-06-142-4/+19
|
* dev/sc16is752: Fix parity generation.Christian Mauderer2019-02-271-0/+1
|
* dev/sc16is752: Deal with a baud of zeroSebastian Huber2018-10-051-8/+13
| | | | | Avoid division by zero and instead disable rx/tx in case of a zero baud value. Problem identified by Coverity Scan.
* dev/sc16is752: Add name space for field names.Christian Mauderer2018-08-152-95/+98
| | | | | | | The field names for the registers generated a name collision (MSR_RI on the power pc). This patch adds a SC16IS752_ prefix for all field names. Closes #3501.
* dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2018-05-142-1/+96
| | | | | | | | This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
* dev/sc16is752: Check return values.Christian Mauderer2018-02-121-4/+6
| | | | | Escalate a failed installation of the interrupts to the next higher level.
* dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer2018-02-122-0/+22
|
* bsps: Fix baud settingsSebastian Huber2017-04-031-1/+1
| | | | Update #2897.
* dev: Add NXP SC16IS752 serial device driverAlexander Krutwig2016-12-163-0/+597
Update #2841.