Design system call interface for drivers #3621
Labels
area: Kernel
Enhancement
Changes/Updates/Additions to existing features
priority: high
High impact/importance bug
Milestone
Reported by Andrew Boie:
We need to design how we are going to do a system call interface for our device driver APIs. Currently our drivers use the device_get_binding() model which returns a device instance, and the APIs are all static functions that use API pointers. Show how we are going to do this with a system call scheme as unprivileged applications won't be able to do peripheral I/O directly.
(Imported from Jira ZEP-2183)
The text was updated successfully, but these errors were encountered: