summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Expand)AuthorAgeFilesLines
* apps/inifile: Filename parameter should be constGregory Nutt2014-12-061-1/+1
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-1/+6
* 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 hoo...Gregory Nutt2014-07-241-20/+132
* 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. T...Gregory Nutt2014-07-043-3/+6
* 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; Ren...Gregory Nutt2014-06-242-2/+2
* 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
* 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 that...Gregory Nutt2014-05-091-0/+2
* 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 f...Gregory Nutt2014-05-091-0/+90
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1313-67/+67
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-111-1/+1
* 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 unt...Gregory Nutt2014-04-103-189/+302
* 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 interfaces....Gregory Nutt2014-01-211-21/+23
* 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 data...Gregory Nutt2013-10-301-1/+1
* Add interface definition for platform-specific storage of configuration data;...Gregory Nutt2013-10-301-0/+164
* 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
* 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