nuttx-apps/system
Gregory Nutt dee7f14b49 Squashed commit of the following:
apps/system/nxplayer:  Fix some logical errors from recent comments.  They broke the build of the nxplayer as a library vs. a task.  apps/graphics/nxglyphs:  Fix yet more namespace problems.

    graphics/nxwm/src/nxwm_main.cxx:  Move from graphics/nxwidgets/UnitTests/nxwm/nxwm_main.cxx.

    apps/graphicx/nx*:  Fixes numerous build issues mostly associated with include paths and namespaces.

    apps/nxglyphs:  Decouple (mostly) from nxwidgets and nxwm so that they can be used elsewhere.  Creates include/graphics/nxglyphs.h

    apps/graphics/nxglyphs:  Put all NxWidgets and NxWM glyphs into a common directory where they can eventually be shared.  Not very sharable at the moment due to header file entanglements.  Need a separate nxglyps.hxx header file.

    Separate nxwidets and nxwm into separate directories.  Remove old, common NxWidgets directory.
2019-04-04 18:53:29 -06:00
..
cdcacm apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
cfgdata apps/system/cfgdata: Make builtin task stack size and priority configurable. Set default to 2048 (from 1024) per recommendation of Ken Pettit. 2019-01-22 08:57:03 -06:00
cle apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
composite apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
critmon apps/system/critmon/Makefile: Stack size and priority reversed. 2018-11-29 11:06:31 -06:00
cu aps/system/cu/Kconfig: CU term depends on TERMIOS and should select it. 2019-03-05 12:38:39 -06:00
dhcpc apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
embedlog Squashed commit of the following: 2019-04-04 18:53:29 -06:00
flash_eraseall apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
hex2bin apps/examples/udpblaster: Add option to use poll() on output (only). Also picks up some fixes to various typographical errors. 2018-09-14 06:59:23 -06:00
hexed apps/system/hexed/src/bfile.c: Fix memory leak 2018-11-07 11:32:07 -06:00
i2c apps/system/i2c/i2c_get.c: Fix i2c_msg freq initialization problem. Typo prevent I2C frequency initialization in a struct i2c_msg. 2018-11-07 11:35:13 -06:00
lm75 apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
lzf apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
mdio apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
netdb apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
nsh The file system can no longer be disabled. Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS==0 2019-02-11 13:10:10 -06:00
ntpc apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
nxplayer Squashed commit of the following: 2019-04-04 18:53:29 -06:00
nxrecorder system/nxplayer and nxrecorder: Fix some coding standard violatins that are just to in-yer-face to ignore: No CamelCase variable names. This was not an extensive check for use of CamelCase. Just some I stumbled across. 2019-02-15 19:25:01 -06:00
ping pps/system/ping and pings and apps/netutils/ping: Extract icmp ping and icmpv6 ping6 logic from system/ to C-callable library in netutils/. 2018-11-08 09:32:05 -06:00
ping6 apps/system/ping6: Remove NET_USRSOCK from Kconfig dependence list 2018-11-09 11:54:24 -06:00
popen Squashed commit of the following: 2018-08-23 11:06:15 -06:00
prun apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
psmq pps/system/psmq/Kconfig: Fix recursive dependency. SYSTEM_PSMQ both depended on and selected SYSTEM_EMBEDLOG 2019-02-19 14:07:02 -06:00
ramtest apps/system/progmem: Remove this utility. It makes illegal direct calls into the OS. 2018-10-19 11:44:41 -06:00
readline apps/system/readline_common.c: Correct spelling, matches vs maches. 2019-01-16 10:15:18 -06:00
sched_note apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
setlogmask apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
stackmonitor apps/system/critmon: Add a daemon on monitor critical sections. 2018-11-24 13:35:53 -06:00
sudoku apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
symtab apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
system apps/system/system/system.c: Correct a path name. 2019-01-27 07:37:06 -06:00
taskset Merged in masayuki2009/nuttx.apps/fix_taskset (pull request #168) 2019-02-25 19:38:54 +00:00
tee apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
telnet apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
termcurses system/termcurses/tcurses_vt100.c: Fix spelling error in last commit. 2019-01-17 09:13:00 -06:00
ubloxmodem apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
usbmsc apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
vi Merged in antmerlino/apps/vi-build-fix (pull request #169) 2019-02-23 19:08:46 +00:00
zmodem apps/system/zmodem: Switch to the raw mode before transfer and restore to the original setting after finishing the transfer. 2019-01-27 07:09:31 -06:00
.gitignore Recursive Kconfig autogeneration 2016-06-02 16:34:00 +02:00
Make.defs Restore apps/system/flash_eraseall/ using new IOCTL wrapper 2016-06-03 08:15:37 -06:00
Makefile Rearrange to eliminate Kmenu files 2016-06-09 08:59:16 -06:00