Gregory Nutt
|
aa48010271
|
WGET: Fix from Rony Xln
|
2014-07-08 07:29:38 -06:00 |
|
Gregory Nutt
|
b0d0e4a031
|
SAMA5D4-EK: Add the button test to the NSH configuration
|
2014-07-07 17:06:25 -06:00 |
|
Gregory Nutt
|
ddc799d049
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
187e4f204d
|
NSH Keyboard Input: Worked okay until you try to disabled the keyboard
|
2014-07-06 08:09:33 -06:00 |
|
Gregory Nutt
|
42d4d7a7e0
|
NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h
|
2014-07-05 14:40:29 -06:00 |
|
Gregory Nutt
|
5355664353
|
NET: Another missing header file. Noted by Manuel Stühn
|
2014-07-05 07:06:51 -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
|
97d6f97df7
|
NET: in-progress change... don't use
|
2014-07-04 16:38:51 -06:00 |
|
Gregory Nutt
|
fcffe2e824
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
|
Gregory Nutt
|
d7c38a7c55
|
apps/examples: Put examples in alphabetical order
|
2014-07-03 18:11:50 -06:00 |
|
Gregory Nutt
|
36575ad0f4
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
14297d4e30
|
NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will persist
|
2014-07-03 17:08:59 -06:00 |
|
Gregory Nutt
|
c40b48ce55
|
Update ChangeLog
|
2014-07-03 16:26:07 -06:00 |
|
Gregory Nutt
|
9a49735c4b
|
NSH: Add an option to take stdin from a USB keyboard device
|
2014-07-03 16:25:02 -06:00 |
|
Gregory Nutt
|
5535a8a306
|
Remove a warning
|
2014-07-03 13:22:42 -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
|
35ef5dad50
|
Update ChangeLogs
|
2014-07-02 16:52:36 -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
|
79aa55183c
|
Update ChangeLogs
|
2014-07-01 15:10:02 -06:00 |
|
Gregory Nutt
|
58424404f0
|
NSH: if # appears on line, need to comment ignore additinal commands on the line
|
2014-07-01 13:43:40 -06:00 |
|
Gregory Nutt
|
44ea3903f9
|
DHCPD: Missed name change uip_lock->net_lock
|
2014-06-30 19:31:27 -06:00 |
|
Gregory Nutt
|
f4f30498f8
|
NET: Rename uip_ping to icmp_ping
|
2014-06-30 18:15:59 -06:00 |
|
Gregory Nutt
|
b416696205
|
Cosmetic changes, updates to README files, updates to some comments
|
2014-06-30 17:52:59 -06:00 |
|
Gregory Nutt
|
b7d73dab81
|
NET: Rename uip_ipaddr* to net_ipaddr*
|
2014-06-29 13:11:08 -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
|
460eb3333c
|
SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp
|
2014-06-28 16:11:41 -06:00 |
|
Gregory Nutt
|
72abff23e3
|
Rename uip_driver_s net_driver_s
|
2014-06-27 16:48:12 -06:00 |
|
Gregory Nutt
|
5387d7dd99
|
Update ChangeLogs
|
2014-06-27 12:49:55 -06:00 |
|
Gregory Nutt
|
a274d4232c
|
NSH: Networking features modified to handle the case of SLIP networks.
|
2014-06-27 12:46:54 -06:00 |
|
Gregory Nutt
|
e55af8e312
|
Updated ChangeLog
|
2014-06-27 10:14:06 -06:00 |
|
Gregory Nutt
|
188d752e30
|
Updates for coding style
|
2014-06-27 10:13:23 -06:00 |
|
Gregory Nutt
|
77572a522a
|
Add apps/system/mdio from Lazlo
|
2014-06-27 10:02:52 -06:00 |
|
Gregory Nutt
|
721dc008e8
|
Add support for a network device IOCTL to access PHY registers. Ioctls only implemented for STM32. From Lazlo
|
2014-06-27 09:30:41 -06:00 |
|
Gregory Nutt
|
1f2eb77f11
|
The hex2bin library did not build with debug off
|
2014-06-26 16:40:38 -06:00 |
|
Gregory Nutt
|
9009a21fd9
|
NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inclusion problem.
|
2014-06-26 09:32:39 -06:00 |
|
Gregory Nutt
|
6348f1c79a
|
Prep for NuttX-7.3 release
|
2014-06-25 14:09:41 -06:00 |
|
Gregory Nutt
|
7a7976652e
|
Clean up all UDP-related naming
|
2014-06-24 18:55:01 -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
|
8107c43671
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
|
2014-06-24 09:28:44 -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
|
94a263eb76
|
Update changelog
|
2014-06-23 12:58:00 -06:00 |
|
Gregory Nutt
|
4fddd6a3f7
|
httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0
|
2014-06-23 12:57:03 -06:00 |
|
Gregory Nutt
|
d7372fbdbc
|
Costmetic changes after review for sense of OK (should be zero)
|
2014-06-19 07:58:43 -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 |
|