- Feb 26, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x and apps/examples/ft80x: Fix some compile issues with other configuration options are selected.
-
- Feb 25, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add more touchscreen interfaces. apps/examples/ft80x: Add an interactive example using buttons, keys, and touchscreen input.
-
- Feb 24, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 23, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add interfaces to control the backlight. apps/examples/ft80x: Fade the display on and off between each example.
-
Gregory Nutt authored
-
- Feb 22, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add capabilitilies to send commands to the co-processor outside of the context of a display list. apps/examples/ft80x: Add another copressor example.. spinner animation.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add routine to wait for logo animation to complete. apps/examples/ft80x: Add more graphic demonstrations.
-
- Feb 21, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add support for reading/writing multiple registers. Add interface to obtain the touchscreen transform matrix. apps/examples/ft80x: Add more co-processor demos.
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/examples/ft80x: Add another co-processor demo ft80x: Add a few more debug message.
-
- Feb 20, 2018
-
-
Gregory Nutt authored
apps/graphics/ft80x: Replace polling logic with gentler signal logic when waitinf for the CMD FIFO to become empty. apps/examples/ft80x: Add first co-processor example. apps/graphics: Extend library to manage display lists either in display memory (RAM DL) or provided directly to th co-processor FIFO (RAM CMD). apps/examples/ft80x: Some minor clean-up. Trivial changes for coprocessor support.
-
Dmitriy Linikov authored
Added ECANCELED condition to DEBUGASSERT-s checking sem_wait result Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Feb 19, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x and apps/examples/ft80x: Fix a few compile-relate issues introduced with last merge.
-
Gregory Nutt authored
apps/graphics/ft80x: Add support for accessing graphics ram. apps/examples/ft80x: Add more primitive graphics demos. apps/examples/ft80x: Add a couple more demos of primitives. Use new ft80x_dl_create() to simplify. apps/graphics/ft80x: Add ft80x_dl_create() which simplies writing of very simple display lists.
-
- Feb 18, 2018
-
-
Gregory Nutt authored
apps/examples/ft80x: Add one display example. Many more are needed but this is enough to get started with testing (when I eventually have hardware). apps/examples/ft80x: Add the bare framework for a test of the FT80x
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/ft80x: Add the beginning of FT80x support library. So far consists only of some display list helpers.
-
- Feb 09, 2018
-
-
Gregory Nutt authored
-
- Feb 04, 2018
-
-
Alan Carvalho de Assis authored
-
- Jan 28, 2018
-
-
Alan Carvalho de Assis authored
-
- Jan 22, 2018
-
-
Gregory Nutt authored
apps/nshlib: Fix compile error when CONFIG_NSH_DISABLESCRIPT is not defined. The field np_flags does not exist if scripting is disabled.
-
- Jan 20, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
system/stackmonitor: Re-design the stack monitor so that it does not make forbidden calls directly into the OS, breaking the portable POSIX OS interface. It now properly uses the PROCFS file system to glean information about stack usage.
-
- Jan 19, 2018
-
-
Phil Coval authored
Fix documentation mistake about standalone problem Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Philippe Coval authored
I guess author meant "standalone program" not "standalone problem" ? Then, it was replicated elsewhere in code base, and fixed accordingly with this patch. Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
-