Update README file and TODO list.

This commit is contained in:
Gregory Nutt
2019-03-09 11:19:00 -06:00
parent cf0f0e69f8
commit 9f4ac58054
3 changed files with 7 additions and 13 deletions
+2 -11
View File
@@ -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
^^^^^^^^^^^^
+1 -1
View File
@@ -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
+4 -1
View File
@@ -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/