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


   ```
     Description: 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.
   
     Status:      Open
     Priority:    Medium/High -- the kernel build configuration is not fully 
fielded
                  yet.
   ```


-- 
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:
[email protected]


Reply via email to