You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/07/02 17:13:37 UTC

[GitHub] [incubator-nuttx-apps] patacongo opened a new issue #322: apps/system USB Functional Partitioning

patacongo opened a new issue #322:
URL: https://github.com/apache/incubator-nuttx-apps/issues/322


   Several of the USB device helper applications in apps/system violate OS/application partitioning and will fail on a kernel or protected build.  Many of these have been fixed by adding  the BOARDIOC_USBDEV_CONTROL boardctl() command.  But there are  still issues.
   
   These functions still call directly into operating system  functions:
   
   - usbmsc_configure - Called from apps/system/usbmsc and  apps/system/composite
   - usbmsc_bindlun - Called from apps/system/usbmsc
   - usbmsc_exportluns - Called from apps/system/usbmsc.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org