Commit Graph

1014 Commits

Author SHA1 Message Date
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
Gregory Nutt
349ccbb6ef hex2bin: Fix un-necessary seeks because expected address was not being updated 2014-06-16 10:58:33 -06:00
Gregory Nutt
daee390c08 Update ChangeLog 2014-06-16 10:35:10 -06:00
Gregory Nutt
36595a49cb hex2mem: Like hex2bin, but writes Intel HEX files directly to memory 2014-06-16 10:34:50 -06:00
Gregory Nutt
896d1d3f83 hex2bin: Fix some indexing errors 2014-06-16 08:37:44 -06:00
Gregory Nutt
7019e782ad hex2bin: Fix a typo in the stack size 2014-06-16 08:12:46 -06:00
Gregory Nutt
5791392591 hex2bin: Needs a little larger stack 2014-06-16 08:10:40 -06:00
Gregory Nutt
6445ddbceb hex2bin: Various bugfixes 2014-06-16 07:31:30 -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
0bb3b49cc2 hex2bin: Start code should not be in buffer 2014-06-15 13:28:03 -06:00
Gregory Nutt
c61bb3a0a2 Fix an error in exec(). argv[] has not being passed 2014-06-15 13:22:44 -06:00
Gregory Nutt
670682fa75 Update ChangeLog 2014-06-15 12:08:45 -06:00
Gregory Nutt
2b01e7c297 Add conversion of Intel HEX to binary 2014-06-15 12:07:27 -06:00