mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Update README file and TODO list.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NuttX TODO List (Last updated March 7, 2019)
|
||||
NuttX TODO List (Last updated March 8, 2019)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||
@@ -24,7 +24,7 @@ nuttx/:
|
||||
(2) Other drivers (drivers/)
|
||||
(9) Libraries (libs/libc/, libs/libm/)
|
||||
(12) File system/Generic drivers (fs/, drivers/)
|
||||
(11) Graphics Subsystem (graphics/)
|
||||
(10) Graphics Subsystem (graphics/)
|
||||
(1) Build system / Toolchains
|
||||
(3) Linux/Cywgin simulation (arch/sim)
|
||||
(5) ARM (arch/arm/)
|
||||
@@ -2470,15 +2470,6 @@ o Graphics Subsystem (graphics/)
|
||||
depth. If such a beast ever shows up, then this priority would be
|
||||
higher.
|
||||
|
||||
Title: NXTERM BROKEN?
|
||||
Description: Has NxTerm been broken. Testing with the open1788/knxterm configuration
|
||||
I am seeing some bad behaviors after scrolling. Everything looks good
|
||||
until the first call to nxterm_scroll(). After that, some characters
|
||||
are missing on the display (replaced with spaced).
|
||||
NOTE: This may be an issue only with the Open1788 configuration(?)
|
||||
Status: Open
|
||||
Priority: Medium
|
||||
|
||||
o Build system
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -554,7 +554,7 @@ Where <subdir> is one of the following:
|
||||
This limits some graphics capabilities.
|
||||
|
||||
Reading from the LCD is not supported only because it has not
|
||||
been test. If you get inspired to test this feature, you can
|
||||
been tested. If you get inspired to test this feature, you can
|
||||
turn the LCD read functionality on by setting:
|
||||
|
||||
-CONFIG_LCD_NOGETRUN=y
|
||||
|
||||
@@ -775,7 +775,10 @@ Where <subdir> is one of the following:
|
||||
for networking in this configuration.
|
||||
|
||||
b. The NxTerm windows are disabled. There are also issues with the
|
||||
NxTerm build now (see the top-level TODO file).
|
||||
NxTerm build now.
|
||||
|
||||
NOTE: Those issues have been resolved. However, this configuration
|
||||
has not yet be re-verified with NxTerm enabled.
|
||||
|
||||
c. The initialization sequence is quite different: NX and the
|
||||
touchscreen are initialized in kernel mode by logic in this src/
|
||||
|
||||
Reference in New Issue
Block a user