summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Collapse)AuthorAgeFilesLines
* apps/system/zoneinfo: Add logic to build a ROMFS file system containing the ↵Gregory Nutt2015-04-151-0/+83
| | | | timezone data
* Forgot to add a file in a previous commitGregory Nutt2015-04-141-0/+126
|
* Add master support to modbus. From Darcy GongGregory Nutt2015-04-113-27/+549
|
* Make some file section headers more consistent with standardGregory Nutt2015-04-087-7/+7
|
* apps/modbus: That completes a complete pass; all of the modbus files a ↵Gregory Nutt2015-04-075-5/+5
| | | | little closer to NuttX coding style. Still not compliant with naming conventions
* Modbus: changes to several C file to make them more compatible with NuttX ↵Gregory Nutt2015-04-071-2/+2
| | | | coding style
* Modbus: Change to more header files to make them a little more consistent ↵Gregory Nutt2015-04-071-1/+1
| | | | with Nuttx coding stanards. Still not very close
* Modbus: Change to several header files to make them a little more consistent ↵Gregory Nutt2015-04-075-152/+172
| | | | with Nuttx coding stanards. Still not very close
* Modbus: Misc cleanupGregory Nutt2015-04-072-274/+296
|
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths ↵Gregory Nutt2015-02-061-0/+3
| | | | from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way.
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-031-0/+6
|
* Rename IPv4 netlib functions and files to make room in the namespace for ↵Gregory Nutt2015-01-181-9/+11
| | | | corresponding IPv6 functions and files
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-3/+19
|
* apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both ↵Gregory Nutt2015-01-181-2/+2
| | | | (IPv6 still does not compile)
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ↵Gregory Nutt2015-01-161-2/+2
| | | | net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
* 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