summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/uart/apbuart_cons.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-17bsps/grlib: Fix use of uninitialized variableSebastian Huber1-1/+0
2023-07-14bsps: Use new APBUART register block APISebastian Huber1-56/+80
2023-01-30grlib: Fix snprintf() overflow warnings from gcc 12Joel Sherrill1-1/+1
2022-11-14bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-3/+22
2022-03-08bsp/leon3: Include missing header fileSebastian Huber1-0/+1
2021-06-17grlib: Add apbuart_outbyte_wait()Sebastian Huber1-1/+1
2021-06-17grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber1-1/+1
2020-02-20drvmgr: Fix determination of prefix in grlib uart driverDennis Pfau1-1/+1
2019-01-22grlib: make apbuart driver independent of bspJiri Gaisler1-16/+16
2019-01-22grlib: Move source filesSebastian Huber1-0/+0
2019-01-22grlib: Move header filesSebastian Huber1-6/+6
2018-08-24leon,apbuart: replace termios c_cflag & CBAUD with c_{i,o}speedDaniel Hellstrom1-61/+3
2018-08-10bsps/sparc: Move polled APBUART functionsSebastian Huber1-52/+0
2018-04-20bsps/sparc: Move shared files to bspsSebastian Huber1-0/+0
2017-05-14bsp/leon3: Cleaner namespace for LEON3 debug UARTMartin Aberg1-3/+5
2017-05-02leon, apbuart: Wait for shift register on closeMartin Aberg1-1/+6
2017-05-02leon, apbuart: Optimized RX processing in ISRMartin Aberg1-8/+17
2017-05-02leon, apbuart: support termios task driven modeMartin Aberg1-16/+48
2017-05-02leon, apbuart: Inherit HW parameters on sysconsoleMartin Aberg1-4/+6
2017-05-02leon, apbuart: Assign proper device nameMartin Aberg1-3/+4
2017-05-02leon, apbuart: RX delayed interruptMartin Aberg1-2/+42
2017-05-02leon, cons: drvmgr cons interface uses new TERMIOSMartin Aberg1-117/+203
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-4/+4
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-2/+2
2015-04-17sparc bsps: updated license to rtems.orgDaniel Hellstrom1-1/+1
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-3/+3
2015-04-17APBUART_CONS: fix build warningDaniel Hellstrom1-4/+5
2015-04-17APBUART: debug bit was cleared incorrectlyDaniel Hellstrom1-16/+16
2015-04-17APBUART: fix GRMON -u support for older UARTsDaniel Hellstrom1-2/+14
2015-04-17LEON3: new Console driver, APBUART driver using Driver ManagerDaniel Hellstrom1-0/+677