Update TODO list and a README
This commit is contained in:
parent
9d87e9279e
commit
141846c6bf
15
TODO
15
TODO
@ -1,4 +1,4 @@
|
|||||||
NuttX TODO List (Last updated March 14, 2015)
|
NuttX TODO List (Last updated April 5, 2015)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||||
@ -19,7 +19,7 @@ nuttx/
|
|||||||
(4) USB (drivers/usbdev, drivers/usbhost)
|
(4) USB (drivers/usbdev, drivers/usbhost)
|
||||||
(12) Libraries (libc/, libm/)
|
(12) Libraries (libc/, libm/)
|
||||||
(11) File system/Generic drivers (fs/, drivers/)
|
(11) File system/Generic drivers (fs/, drivers/)
|
||||||
(9) Graphics subystem (graphics/)
|
(8) Graphics subystem (graphics/)
|
||||||
(1) Pascal add-on (pcode/)
|
(1) Pascal add-on (pcode/)
|
||||||
(1) Documentation (Documentation/)
|
(1) Documentation (Documentation/)
|
||||||
(2) Build system / Toolchains
|
(2) Build system / Toolchains
|
||||||
@ -1440,17 +1440,6 @@ o Graphics subsystem (graphics/)
|
|||||||
Priority: Medium-ish. This would definitely improve graphics rendering
|
Priority: Medium-ish. This would definitely improve graphics rendering
|
||||||
and line drawing.
|
and line drawing.
|
||||||
|
|
||||||
Title: LINE JOINS
|
|
||||||
Description: Lines are currently draw as rectangles with the width of the
|
|
||||||
rectangle being the line width. So when shapes, like circles,
|
|
||||||
are drawn with fat lines, they do not join cleanly from
|
|
||||||
segment to segment.
|
|
||||||
|
|
||||||
The fix would be to draw a circle at each endpoint that has a
|
|
||||||
radius equal to the width of the line.
|
|
||||||
Status: Open
|
|
||||||
Priority: Medium-ish. This would definitely improve line drawing.
|
|
||||||
|
|
||||||
Title: PER-WINDOW FRAMEBUFFERS
|
Title: PER-WINDOW FRAMEBUFFERS
|
||||||
Description: One of the most awkard things to handle in the NX windowing
|
Description: One of the most awkard things to handle in the NX windowing
|
||||||
system is the re-draw callback. This is difficult because it
|
system is the re-draw callback. This is difficult because it
|
||||||
|
@ -1124,6 +1124,10 @@ Configuration sub-directories
|
|||||||
CONFIG_SAMV7_XDMAC=y : XDMAC support
|
CONFIG_SAMV7_XDMAC=y : XDMAC support
|
||||||
|
|
||||||
6. The appx/examples/nxlines is enabled as a built-in application.
|
6. The appx/examples/nxlines is enabled as a built-in application.
|
||||||
|
This is a test that displays some simple graphis and can be
|
||||||
|
executed from the NSH command line like:
|
||||||
|
|
||||||
|
nsh> nxlines
|
||||||
|
|
||||||
7. When the maXTouch Xplained is connected (in any position), a new I2C
|
7. When the maXTouch Xplained is connected (in any position), a new I2C
|
||||||
address appears at address 0x4a:
|
address appears at address 0x4a:
|
||||||
|
Loading…
Reference in New Issue
Block a user