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 |
|
Gregory Nutt
|
36b3106564
|
Updated Changelogs
|
2014-06-12 12:32:29 -06:00 |
|
Gregory Nutt
|
f05745951b
|
Raw sockets: Additional changes for error-free/warning-free compilation
|
2014-06-12 12:29:58 -06:00 |
|
Gregory Nutt
|
54a3c7858e
|
First check-in of Lazlo's PF_PACKET 'raw' socket implementation
|
2014-06-12 11:52:06 -06:00 |
|
Gregory Nutt
|
d416a8c82d
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
|
2014-05-30 12:13:42 -06:00 |
|
Gregory Nutt
|
86a4890fca
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
|
2014-05-30 12:13:06 -06:00 |
|
Gregory Nutt
|
5ff8c449e2
|
snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen
|
2014-05-30 08:53:55 -06:00 |
|
Gregory Nutt
|
35b94281af
|
Costmetic changes to memory manager debug output
|
2014-05-24 10:40:07 -06:00 |
|
Gregory Nutt
|
17d4498c0a
|
Updated ChangeLogs
|
2014-05-23 08:01:09 -06:00 |
|
Gregory Nutt
|
e6743f8370
|
CLE: Last bugfix commit was insufficient
|
2014-05-23 07:59:17 -06:00 |
|
Gregory Nutt
|
f1fc923199
|
CLE: Was not returning the terminating newline character
|
2014-05-23 07:19:21 -06:00 |
|
Gregory Nutt
|
1f857102c2
|
Update ChangeLogs
|
2014-05-22 09:03:53 -06:00 |
|
Gregory Nutt
|
2b0f1ed109
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -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
|
05af9ce2dc
|
Make sure apps/examples/pashello still builds; update comments; refresh configurations
|
2014-05-09 10:33:23 -06:00 |
|