- Jun 23, 2014
-
-
Gregory Nutt authored
-
- Jun 16, 2014
-
-
Gregory Nutt authored
-
- Jun 15, 2014
-
-
Gregory Nutt authored
-
- Jun 12, 2014
-
-
Gregory Nutt authored
-
- May 30, 2014
-
-
Gregory Nutt authored
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
-
- May 23, 2014
-
-
Gregory Nutt authored
-
- May 22, 2014
-
-
Gregory Nutt authored
-
- May 09, 2014
-
-
Gregory Nutt authored
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
-
Gregory Nutt authored
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.
-
- May 08, 2014
-
-
Gregory Nutt authored
Update the displayed I2C on each get iteraction (not the same starting address). From Ryan VanSickle
-
- May 05, 2014
-
-
Gregory Nutt authored
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
-
- Apr 30, 2014
-
-
Gregory Nutt authored
Update configuration an make logic in order to select that the serial blaster task priority and stack size. From Bob Doiron
-
- Apr 28, 2014
-
-
Gregory Nutt authored
Updated changelogs and release notes in preparation for the 7.2 release. Still need to do a little more before the release
-
Gregory Nutt authored
-
- Apr 22, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 21, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 14, 2014
-
-
Gregory Nutt authored
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
-
- Apr 12, 2014
-
-
Gregory Nutt authored
-
- Apr 11, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
-
- Apr 08, 2014
-
-
Gregory Nutt authored
Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae
-
Gregory Nutt authored
-
- Mar 31, 2014
-
-
Gregory Nutt authored
-
- Mar 27, 2014
-
-
Gregory Nutt authored
-
- Mar 25, 2014
-
-
Gregory Nutt authored
apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class
-
- Mar 24, 2014
-
-
Gregory Nutt authored
apps/examples/igmp: Fill out empty Kconfig file; can now be built as an NSH builtin function. From Manuel Sthn
-
- Mar 23, 2014
-
-
Gregory Nutt authored
-
- Mar 15, 2014
-
-
Gregory Nutt authored
-
- Mar 06, 2014
-
-
Gregory Nutt authored
-
- Mar 04, 2014
-
-
Gregory Nutt authored
-
- Mar 03, 2014
-
-
Gregory Nutt authored
dhcpd_allocipaddr() should not call ntohl(). The return value is already in host order. From Brennan Ashton
-
- Feb 27, 2014
-
-
Gregory Nutt authored
NSH cat command now adds to newline at the end of the file so that the NSH prompt is always on a newline
-
- Feb 22, 2014
-
-
Gregory Nutt authored
NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password buffers. From Bertold Van den Bergh
-
- Feb 21, 2014
-
-
Gregory Nutt authored
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
-
Gregory Nutt authored
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
-