Chris Johns commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5563#note_149352


Drivers under `cpukit/dev` mayill not have access to BSP level interfaces. We 
do not want the `cpukit` being dependent on BSPs. If your driver needs BSP 
level interfaces or defines for performance or what ever reasons consider 
placing them in `bsp/shared/dev` may work.

Drivers under `cpukit/dev` can use indirection where BSP or application 
provides read and write call pointers the driver uses.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5563#note_149352
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to