Dennis Pfau
|
7006f08b86
|
drvmgr: Fix determination of prefix in grlib uart driver
drvmgr_get_dev_prefix returns 0 if a prefix was found.
Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.
|
2020-02-20 09:57:27 -07:00 |
|
Sebastian Huber
|
bb99cd0d83
|
clock: Simplify driver initialization
Use a system initialization handler instead of a legacy IO driver.
Update #3834.
|
2019-12-11 09:05:07 +01:00 |
|
Sebastian Huber
|
20bd667d8a
|
bsps: Fix warnings in greth
|
2019-05-27 07:35:07 +02:00 |
|
Jiri Gaisler
|
c1dcd6af56
|
grlib: make memory coherency cpu-independent
Update #3678.
|
2019-01-22 12:50:09 +01:00 |
|
Jiri Gaisler
|
9b2b389e8d
|
grlib: use cpu-independent routines for uncached access
Update #3678.
|
2019-01-22 12:50:08 +01:00 |
|
Jiri Gaisler
|
5981c8ca9f
|
grlib: use rtems_interrupt_handler_install()
Update #3678.
|
2019-01-22 12:49:58 +01:00 |
|
Jiri Gaisler
|
411c29735d
|
grlib: make apbuart driver independent of bsp
Update #3678.
|
2019-01-22 12:48:19 +01:00 |
|
Sebastian Huber
|
7eb606d393
|
grlib: Move source files
Update #3678.
|
2019-01-22 12:46:33 +01:00 |
|