- Jan 19, 2018
-
-
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>
-
Masayuki Ishikawa authored
apps/netutils/netlib: Add default route in netlib_set_dripv4addr() Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
- Jan 18, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 17, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 16, 2018
-
-
Gregory Nutt authored
apps/examples/lvgldemo: Remove references to CONFIG_EXAMPLES_LGVLDEMO_ARCHINIT (which was never defined anyway) and to all references to board control. The board bringup logic must register the touchscreen driver. BOARDIOC_TSCTEST_SETUP is deprecated.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
apps/examples/lvgldemo: Fix up some include paths apps/examples/lvgldemo: The last final now conforms to the NuttX coding style. apps/graphics/littlevgl: Two more files are closer to the NuttX coding style. apps/graphics/littlevgl: Two more files are closer to the NuttX coding style. apps/examples/lvgldemo: Three more files are closer to the NuttX coding style. apps/examples/lvgldemo: Two more files are closer to the NuttX coding style. apps/examples/lvgldemo: Two more files are closer to the NuttX coding style. Add include/graphics/.gitignore apps/include/graphics: Remove lvgl.h. graphics/littlevgl/Makefile now copies the file into position. apps/graphics/littlevgl: Add .gitignore file apps/graphics/littlevgl: Most of these files follow the coding style now. apps/graphics/littlevgl: This gets a couple of files closer to the NuttX coding style. apps/examples/lvgldemo: Add lvgldemo example apps/graphics/littlevgl: Add littlevgl library
-
- Jan 14, 2018
-
-
Fabio D'Urso authored
-
- Jan 13, 2018
-
-
Gregory Nutt authored
-
- Jan 12, 2018
-
-
Gregory Nutt authored
-
- Jan 10, 2018
-
-
Gregory Nutt authored
Revert "apps/nshlib: restore space delimiter that was removed in last change to the NSH echo command." This reverts commit 7cdf9b07.
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: truncate command will now use ftruncate (vs. truncate) if it had to create the file with creat().
-
Masayuki Ishikawa authored
-
- Jan 09, 2018
-
-
Masayuki Ishikawa authored
nshlib/nsh_telnetd.c: Add support for telnet character mode. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
- Jan 05, 2018
-
-
Gregory Nutt authored
-
- Jan 04, 2018
-
-
Gregory Nutt authored
apps/nshlib: Add support for a truncate command. This will be used to test the new ftruncate file system support.
-
- Jan 03, 2018
-
-
Gregory Nutt authored
-
- Dec 21, 2017
-
-
Gregory Nutt authored
apps/netutils/ftpc: Fix some cornercases that could cause FTP to access past the end of valid data.
-
- Dec 19, 2017
-
-
Anthony Merlino authored
Adds 'setlogmask' application that allows you to set the syslog priority via a simple command Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
nxplayer with http streaming Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
- Dec 16, 2017
-
-
Gregory Nutt authored
-
- Dec 08, 2017
-
-
Anthony Merlino authored
i8shark: Fixes special XBee compensation by purposely chopping off the FCS. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Dec 04, 2017
-
-
Gregory Nutt authored
-
- Dec 03, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 30, 2017
-
-
Gregory Nutt authored
apps/examples/pdcurses: Clean up charset example so that the display geomtry is better on very wide displays (wide with respect to the width of a character).
-
Gregory Nutt authored
apps/graphics/pdcurs34: For BPP < 8 case, correct some index and masking of final unaligned bytes. Also corrects units used in some X conversions. Need units of pixels, not characters
-
- Nov 29, 2017
-
-
Gregory Nutt authored
apps/examples/pipes: Fix some kruft left in last commit; Also clean up some coding standard problems.
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/graphics/pdcurs34: Correct logic that sets the font buffer to the background color for the case of BPP < 8.
-