Commit Graph

988 Commits

Author SHA1 Message Date
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
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
a65262c899 P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
Gregory Nutt
f37d1c2a70 Update the displayed I2C on each get iteraction (not the same starting address). From Ryan VanSickle 2014-05-08 11:26:13 -06:00
Gregory Nutt
745de760de Add a ROMFS file system for testing the P-Code binary format 2014-05-08 11:08:01 -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
025d47b0b7 Update configuration an make logic in order to select that the serial blaster task priority and stack size. From Bob Doiron 2014-04-30 14:03:36 -06:00
Gregory Nutt
f188c4855e Updated changelogs and release notes in preparation for the 7.2 release. Still need to do a little more before the release 2014-04-28 10:02:19 -06:00
Gregory Nutt
9da2bb06fc Change from last commit was still in the editor 2014-04-28 07:27:36 -06:00
Gregory Nutt
b949ba8356 apps/examples/telnetd: Naming confusion fixed: shell vs telnetd 2014-04-28 07:20:32 -06:00
Gregory Nutt
5f087ca589 Minor/cosmetic changes 2014-04-27 08:32:36 -06:00
Gregory Nutt
1eedc38d41 SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commits 2014-04-22 14:34:17 -06:00