summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Collapse)AuthorAgeFilesLines
* apps/inifile: Filename parameter should be constGregory Nutt2014-12-061-1/+1
|
* Network: All logic will now handle varialbe length link layer protocol ↵Gregory Nutt2014-11-151-1/+6
| | | | headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-271-8/+10
|
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-271-15/+2
|
* Changes to integrate with Ken's NxWM::CMediaPlayerGregory Nutt2014-07-241-4/+6
|
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add ↵Gregory Nutt2014-07-241-20/+132
| | | | hooks for equalizer settings needed by the WM8904
* NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayerGregory Nutt2014-07-232-6/+23
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-043-3/+6
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-042-2/+0
|
* NET: More renamingGregory Nutt2014-07-041-1/+1
|
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3
|
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+1
|
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-16/+16
|
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-021-1/+1
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-9/+9
|
* NET: Renaming of IP address typesGregory Nutt2014-06-291-9/+14
|
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-19/+33
|
* The hex2bin library did not build with debug offGregory Nutt2014-06-261-1/+1
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-242-2/+2
| | | | Rename *_internal.h header files in net/ to just *.h
* 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
|