summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Collapse)AuthorAgeFilesLines
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-243-3/+3
|
* SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some ↵Gregory Nutt2014-06-171-1/+1
| | | | critical errors in the SAMA5D3 DMA definitions
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-161-4/+74
|
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-151-3/+1
|
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-151-0/+204
|
* Move prun from interpreters/ to system/; And an NSH built-in appliation ↵Gregory Nutt2014-05-091-0/+2
| | | | that can be used to execute P-Code files from the NSH command line
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-091-4/+4
|
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary ↵Gregory Nutt2014-05-091-0/+90
| | | | format is functional except that there are still some modularity and kernel build issues that need to be addressed.
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-1/+1
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* More trailing whilespace removalGregory Nutt2014-04-1313-67/+67
|
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-111-1/+1
| | | | header files
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-27/+126
|
* NTP client, minor clean-up and enhancementsGregory Nutt2014-04-111-5/+20
|
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt2014-04-103-189/+302
| | | | untested and probably incomplete
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-021-0/+87
|
* Networking: Improved status reporting and new carrier management ↵Gregory Nutt2014-01-211-21/+23
| | | | interfaces. From Max Holtzberg
* Remove carriage returns from INI file parser filesGregory Nutt2014-01-151-138/+138
|
* Add a tiny INI file parserGregory Nutt2014-01-151-0/+138
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-2/+2
|
* apps/platform/mikroe-stm32f4 now support platform-specific configuration ↵Gregory Nutt2013-10-301-1/+1
| | | | data. From Ken Pettit
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-301-0/+164
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-2/+3
|
* Remove trailing whitespaceGregory Nutt2013-10-271-21/+21
|
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-271-0/+356
|
* cosmetic update to commentsGregory Nutt2013-09-301-5/+6
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-1/+36
| | | | system
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-4/+4
|
* Fix file write loopGregory Nutt2013-07-151-0/+9
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-151-17/+17
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-141-2/+10
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-131-0/+28
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-5/+54
|
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-121-0/+254
|
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-1/+13
|
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-2/+1
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+2
|
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* Add support for a login script (in addition to the init script); Add logic ↵patacongo2013-01-291-13/+58
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-0/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Rename apps/include/apps.h to builtin.h. Move parts of ↵patacongo2013-01-161-42/+5
| | | | | | apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-17/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
* Implement redirection of output from NSH builtin commands to a file in a ↵patacongo2013-01-151-14/+27
| | | | | | mounted volume git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-231-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Fix apps/netutils/webclient build problempatacongo2012-11-061-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-032-74/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-313-0/+263
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gongpatacongo2012-10-281-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3