- Mar 14, 2018
-
-
Gregory Nutt authored
apps/system and wireless: Applications should use the standard clock() interface, not the internal NuttX clock_systimer() interface.
-
- Mar 13, 2018
-
-
Juha Niskanen authored
-
- Mar 12, 2018
-
-
Gregory Nutt authored
apps/examples/netloop: Update network loopback example so that it can be used to test TCP KeepAlive.
-
- Mar 10, 2018
-
-
Gregory Nutt authored
apps/examples/ft80x: Fix some errors in co-processor demos. apps/examples/ft80x: Correct an error in the spinner demo. apps/examples/ft80x: Change some unimportant warnings to informational output to reducing debug output.
-
- Mar 09, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/examples/ft80x: Fix some size calculations. Add option to disable primitive tests... just too boring to have to watch over and over again. apps/graphics/ft80x: Fix a typo in backlight fade logic; Fix error in formmatted display light debug dump output. apps/graphics/ft80x: Fix some warnings when debug features are enabled.
-
Sebastien Lorquet authored
apps/netutils/tftpc: This commit modifies the TFTP client functions to use a data read/write callback instead of a file.This allows TFTP to write to arbitrary destination (in my case, a MTD device - for firmware update). Two new functions are introduced for this, named tftpget_cb and tftpput_cb. They are just made of most of the existing code. The previously existing tftpget/tftpput functions are now wrappers on the new ones, with callbacks that read/write from files, so my modifications are backwards compatible with existing applications, eg the associated nsh commands dont need to be changed.
-
- Mar 01, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 27, 2018
-
-
Gregory Nutt authored
apps/graphics/ft80x: Add controls for enabling/disabling the audio amplifier; Add general interfaces for controlling FT80x GPIOs.
-
Gregory Nutt authored
apps/graphics/ft80x: Add basic support for GPIO and configuration for eventual support of FT80x GPIO audio shutdown controls
-
- Feb 26, 2018
-
-
Gregory Nutt authored
apps/graphics/ft80x: Add interface to play midi sounds; apps/examples/ft80x: Add an example using stencils.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-