Update TODO list
This commit is contained in:
parent
e42b3040ee
commit
3886500459
32
TODO
32
TODO
@ -1,4 +1,4 @@
|
|||||||
NuttX TODO List (Last updated March 19, 2016)
|
NuttX TODO List (Last updated March 23, 2016)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||||
@ -14,7 +14,7 @@ nuttx/
|
|||||||
(3) Signals (sched/signal, arch/)
|
(3) Signals (sched/signal, arch/)
|
||||||
(2) pthreads (sched/pthread)
|
(2) pthreads (sched/pthread)
|
||||||
(0) Message Queues (sched/mqueue)
|
(0) Message Queues (sched/mqueue)
|
||||||
(6) Kernel/Protected Build
|
(7) Kernel/Protected Build
|
||||||
(3) C++ Support
|
(3) C++ Support
|
||||||
(6) Binary loaders (binfmt/)
|
(6) Binary loaders (binfmt/)
|
||||||
(12) Network (net/, drivers/net)
|
(12) Network (net/, drivers/net)
|
||||||
@ -459,6 +459,34 @@ o Kernel/Protected Build
|
|||||||
Priority: Medium/High -- the kernel build configuration is not fully fielded
|
Priority: Medium/High -- the kernel build configuration is not fully fielded
|
||||||
yet.
|
yet.
|
||||||
|
|
||||||
|
Title: apps/system PARTITIONING
|
||||||
|
Description: Several of the USB device helper applications in apps/system
|
||||||
|
violate OS/application partitioning and will fail on a kernel
|
||||||
|
or protected build. These include directories:
|
||||||
|
|
||||||
|
- apps/system/cdcacm
|
||||||
|
- apps/system/composite
|
||||||
|
- apps/system/usbmsc
|
||||||
|
|
||||||
|
These functions call directly into operating system functions
|
||||||
|
like:
|
||||||
|
|
||||||
|
- usbmsc_archinitialize
|
||||||
|
- composite_archinitialize
|
||||||
|
- cdcacm_initialize
|
||||||
|
- cdcacm_uninitialize
|
||||||
|
- usbmsc_initialize
|
||||||
|
- usbmsc_uninitialize
|
||||||
|
- composite_initialize
|
||||||
|
- composite-Uninitialize
|
||||||
|
|
||||||
|
Since the corrsponding device drivers may not be present, these
|
||||||
|
cannot be replaced with IOCTLs. Perhaps they should be support
|
||||||
|
with new boardctl commands?
|
||||||
|
Status: Open
|
||||||
|
Priority: Medium/High -- the kernel build configuration is not fully fielded
|
||||||
|
yet.
|
||||||
|
|
||||||
Title: NxTERM PARTITIONING.
|
Title: NxTERM PARTITIONING.
|
||||||
Description: NxTerm is implemented (correctly) as a driver that resides
|
Description: NxTerm is implemented (correctly) as a driver that resides
|
||||||
in the nuttx/ directory. However, the user interfaces must be
|
in the nuttx/ directory. However, the user interfaces must be
|
||||||
|
2
arch
2
arch
@ -1 +1 @@
|
|||||||
Subproject commit f0253cc8a66234efcffeac1ae44ff2d9c329766c
|
Subproject commit 32dfc711640d25c5e25f15f30efd00e356e1ebab
|
Loading…
Reference in New Issue
Block a user