mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
lm3s8962: NX configuration needs CONFIG_NXSTART_EXTERNINIT=y. Also update TODO list.
This commit is contained in:
@@ -14,7 +14,7 @@ nuttx/:
|
|||||||
(1) Memory Management (mm/)
|
(1) Memory Management (mm/)
|
||||||
(0) Power Management (drivers/pm)
|
(0) Power Management (drivers/pm)
|
||||||
(3) Signals (sched/signal, arch/)
|
(3) Signals (sched/signal, arch/)
|
||||||
(4) pthreads (sched/pthread)
|
(3) pthreads (sched/pthread)
|
||||||
(0) Message Queues (sched/mqueue)
|
(0) Message Queues (sched/mqueue)
|
||||||
(8) Kernel/Protected Build
|
(8) Kernel/Protected Build
|
||||||
(3) C++ Support
|
(3) C++ Support
|
||||||
@@ -590,16 +590,6 @@ o pthreads (sched/pthreads)
|
|||||||
Status: Not really open. This is just the way it is.
|
Status: Not really open. This is just the way it is.
|
||||||
Priority: Nothing additional is planned.
|
Priority: Nothing additional is planned.
|
||||||
|
|
||||||
Title: PTHREAD FILES IN WRONG LOCATION
|
|
||||||
Description: There are many pthread interface functions in files located in
|
|
||||||
sched/pthread. These should be moved from that location to
|
|
||||||
libc/pthread. In the flat build, this really does not matter,
|
|
||||||
but in the protected build that location means that system calls
|
|
||||||
are required to access the pthread interface functions.
|
|
||||||
Status: Open
|
|
||||||
Priority: Medium-low. Priority may be higher if system call overheade becomes
|
|
||||||
an issue.
|
|
||||||
|
|
||||||
Title: INAPPROPRIATE USE OF sched_lock() BY pthreads
|
Title: INAPPROPRIATE USE OF sched_lock() BY pthreads
|
||||||
Description: In implementation of standard pthread functions, the non-
|
Description: In implementation of standard pthread functions, the non-
|
||||||
standard, NuttX function sched_lock() is used. This is very
|
standard, NuttX function sched_lock() is used. This is very
|
||||||
@@ -1710,7 +1700,6 @@ o Libraries (libc/, libm/)
|
|||||||
|
|
||||||
Generates this incorrect output:
|
Generates this incorrect output:
|
||||||
|
|
||||||
|
|
||||||
NuttShell (NSH) NuttX-7.20
|
NuttShell (NSH) NuttX-7.20
|
||||||
nsh> hello
|
nsh> hello
|
||||||
Hello, World!!
|
Hello, World!!
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ CONFIG_NX_KBD=y
|
|||||||
CONFIG_NX_XYINPUT_MOUSE=y
|
CONFIG_NX_XYINPUT_MOUSE=y
|
||||||
CONFIG_NX=y
|
CONFIG_NX=y
|
||||||
CONFIG_NXFONT_SANS23X27=y
|
CONFIG_NXFONT_SANS23X27=y
|
||||||
|
CONFIG_NXSTART_EXTERNINIT=y
|
||||||
CONFIG_NXTK_BORDERCOLOR1=6
|
CONFIG_NXTK_BORDERCOLOR1=6
|
||||||
CONFIG_NXTK_BORDERCOLOR2=4
|
CONFIG_NXTK_BORDERCOLOR2=4
|
||||||
CONFIG_NXTK_BORDERCOLOR3=8
|
CONFIG_NXTK_BORDERCOLOR3=8
|
||||||
|
|||||||
Reference in New Issue
Block a user