Gregory Nutt
|
953c0fb069
|
Rename IPv4 netlib functions and files to make room in the namespace for corresponding IPv6 functions and files
|
2015-01-18 14:17:00 -06:00 |
|
Gregory Nutt
|
4eceae4e32
|
Refresh configuration/update some misnamed conditional compilation
|
2015-01-18 11:17:00 -06:00 |
|
Gregory Nutt
|
bf3c7bd286
|
apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both (IPv6 still does not compile)
|
2015-01-18 10:51:53 -06:00 |
|
Gregory Nutt
|
36118a1b76
|
Networking: Replace all references to net_ipaddr_t with either in_addr_t on 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.
|
2015-01-16 12:30:18 -06:00 |
|
Gregory Nutt
|
8a26497e88
|
apps/inifile: Filename parameter should be const
|
2014-12-06 09:14:55 -06:00 |
|
Gregory Nutt
|
34bb359447
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -06:00 |
|
Gregory Nutt
|
096e8247ad
|
First cut implementation of fast forward and rewind controls
|
2014-07-27 12:26:03 -06:00 |
|
Gregory Nutt
|
d7274845a4
|
Move subsampling rate definitions from nxplayer.h to audio.h
|
2014-07-27 11:05:25 -06:00 |
|
Gregory Nutt
|
a33d316cd3
|
Changes to integrate with Ken's NxWM::CMediaPlayer
|
2014-07-24 15:06:54 -06:00 |
|
Gregory Nutt
|
6f55c57b00
|
Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904
|
2014-07-24 08:28:10 -06:00 |
|
Gregory Nutt
|
a2faaa1f32
|
NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayer
|
2014-07-23 18:21:08 -06:00 |
|
Gregory Nutt
|
633fae427d
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. 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.
|
2014-07-04 19:13:08 -06:00 |
|
Gregory Nutt
|
069c43a5dd
|
Remove all inclusion of uip.h
|
2014-07-04 16:58:22 -06:00 |
|
Gregory Nutt
|
fcffe2e824
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
|
Gregory Nutt
|
4aafdfd280
|
Fixes to errors that I introduced from Pelle Winderstam
|
2014-07-03 08:12:45 -06:00 |
|
Gregory Nutt
|
8d2a8fc03f
|
NET: Misc naming clean-up
|
2014-07-02 17:23:25 -06:00 |
|
Gregory Nutt
|
e7fedfa4a5
|
NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_
|
2014-07-02 16:52:02 -06:00 |
|
Gregory Nutt
|
d8e69bb0c1
|
Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.c
|
2014-07-02 16:16:51 -06:00 |
|
Gregory Nutt
|
2ee5041477
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
165e5df670
|
NET: Renaming of IP address types
|
2014-06-29 12:22:50 -06:00 |
|
Gregory Nutt
|
80f8944eeb
|
Fixes for networking and tiny webserver from Max
|
2014-06-29 09:30:09 -06:00 |
|
Gregory Nutt
|
1f2eb77f11
|
The hex2bin library did not build with debug off
|
2014-06-26 16:40:38 -06:00 |
|
Gregory Nutt
|
817e256db3
|
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
|
2014-06-24 10:14:15 -06:00 |
|
Gregory Nutt
|
d76252f196
|
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
|
2014-06-24 08:53:28 -06:00 |
|
Gregory Nutt
|
ca29783785
|
SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some critical errors in the SAMA5D3 DMA definitions
|
2014-06-17 13:18:52 -06:00 |
|
Gregory Nutt
|
51d282af47
|
hex2bin: Add alternative interface layers to illustrate how to load programs
|
2014-06-16 15:43:23 -06:00 |
|
Gregory Nutt
|
0487f8fbf4
|
hex2dump: Needs to read new character at end of the loop
|
2014-06-15 14:06:46 -06:00 |
|
Gregory Nutt
|
2b01e7c297
|
Add conversion of Intel HEX to binary
|
2014-06-15 12:07:27 -06:00 |
|
Gregory Nutt
|
c53bad01cf
|
Move prun from interpreters/ to system/; And an NSH built-in appliation that can be used to execute P-Code files from the NSH command line
|
2014-05-09 12:30:07 -06:00 |
|
Gregory Nutt
|
758ea38cf1
|
Move P-Code execution logic from interpreters/prun to system/prun
|
2014-05-09 11:09:43 -06:00 |
|
Gregory Nutt
|
d8956db518
|
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
|
2014-05-09 08:52:11 -06:00 |
|
Gregory Nutt
|
7a98f10283
|
The alternate console device CONFIG_NSH_CONDEV must not be defined 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
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
8b386385ab
|
The rest of the resolv->DNS client naming change: Renamed directories and header files
|
2014-04-11 12:41:13 -06:00 |
|
Gregory Nutt
|
51f553c9a4
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
|
Gregory Nutt
|
b2080e94f7
|
NTP client, minor clean-up and enhancements
|
2014-04-11 08:27:15 -06:00 |
|
Gregory Nutt
|
693d73cc0d
|
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
|
2014-04-10 18:15:06 -06:00 |
|
Gregory Nutt
|
82d71bb439
|
Add an EMACS-like command line editor that can be used wit NSH
|
2014-02-02 10:25:53 -06:00 |
|
Gregory Nutt
|
1919b2f6a3
|
Networking: Improved status reporting and new carrier management interfaces. From Max Holtzberg
|
2014-01-21 10:21:45 -06:00 |
|
Gregory Nutt
|
4f3830a5c8
|
Remove carriage returns from INI file parser files
|
2014-01-15 18:05:22 -06:00 |
|
Gregory Nutt
|
d97b9dac6d
|
Add a tiny INI file parser
|
2014-01-15 17:52:06 -06:00 |
|
Gregory Nutt
|
bae04a9413
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
be5e345860
|
apps/platform/mikroe-stm32f4 now support platform-specific configuration data. From Ken Pettit
|
2013-10-30 17:20:01 -06:00 |
|
Gregory Nutt
|
c107547bdb
|
Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
|
2013-10-30 10:11:43 -06:00 |
|
Gregory Nutt
|
f47ca195cb
|
Add for audio sub-format in audion system. From Ken Pettit
|
2013-10-28 12:11:52 -06:00 |
|
Gregory Nutt
|
52464a4412
|
Remove trailing whitespace
|
2013-10-27 07:45:16 -06:00 |
|
Gregory Nutt
|
96a778cf46
|
Add apps/system/nxplayer media player from Ken Pettit
|
2013-10-27 07:23:01 -06:00 |
|
Gregory Nutt
|
749eb6a027
|
cosmetic update to comments
|
2013-09-30 17:43:44 -06:00 |
|
Gregory Nutt
|
c4e46f5b62
|
Changes to NSH and readline to permit NSH to work on a platform with no file system
|
2013-09-30 11:34:04 -06:00 |
|
Gregory Nutt
|
4303ec02b1
|
Zmodem utilities can now be built for Linux; Fix some configuration confusion
|
2013-07-15 17:50:17 -06:00 |
|