Add a Sudoku game
This commit is contained in:
parent
e1fc925705
commit
4b39606d59
10
TODO
10
TODO
@ -1,4 +1,4 @@
|
|||||||
NuttX TODO List (Last updated August 7, 2014)
|
NuttX TODO List (Last updated August 11, 2014)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||||
@ -9,7 +9,7 @@ board port.
|
|||||||
nuttx/
|
nuttx/
|
||||||
|
|
||||||
(9) Task/Scheduler (sched/)
|
(9) Task/Scheduler (sched/)
|
||||||
(1) Memory Managment (mm/)
|
(2) Memory Managment (mm/)
|
||||||
(3) Signals (sched/, arch/)
|
(3) Signals (sched/, arch/)
|
||||||
(2) pthreads (sched/)
|
(2) pthreads (sched/)
|
||||||
(11) Kernel Build
|
(11) Kernel Build
|
||||||
@ -226,6 +226,12 @@ o Memory Managment (mm/)
|
|||||||
Priority: Medium/Low, a good feature to prevent memory leaks but would
|
Priority: Medium/Low, a good feature to prevent memory leaks but would
|
||||||
have negative impact on memory usage and code size.
|
have negative impact on memory usage and code size.
|
||||||
|
|
||||||
|
Title: KERNEL MODE PAGE ALLOCATOR
|
||||||
|
Description: The KERNEL mode build for platforms with an MMU really needs
|
||||||
|
a page-oriented allocator and support for sbrk() and brk()
|
||||||
|
Status: Open
|
||||||
|
Priority: Low
|
||||||
|
|
||||||
o Signals (sched/, arch/)
|
o Signals (sched/, arch/)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user