summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update TODO and ChangeLogGregory Nutt2014-08-061-0/+5
|
* Update ChangeLogsGregory Nutt2014-08-061-0/+4
|
* Update ChangeLogsGregory Nutt2014-08-051-2/+6
|
* Update ChangeLogGregory Nutt2014-08-011-0/+4
|
* Update ChangeLogGregory Nutt2014-07-311-1/+7
|
* Update ChangeLogGregory Nutt2014-07-311-0/+3
|
* Update ChangeLogsGregory Nutt2014-07-281-0/+2
|
* Update ChangeLogsGregory Nutt2014-07-271-1/+3
|
* Update ChangeLogsGregory Nutt2014-07-271-0/+3
|
* Update ChangeLogsGregory Nutt2014-07-241-0/+2
|
* Update ChangelogGregory Nutt2014-07-241-0/+3
|
* Update ChangeLogsGregory Nutt2014-07-231-1/+2
|
* Update ChangeLogGregory Nutt2014-07-231-1/+1
|
* Update ChangeLogGregory Nutt2014-07-231-0/+2
|
* Update ChangeLogsGregory Nutt2014-07-111-0/+4
|
* Update ChangeLogGregory Nutt2014-07-081-0/+2
|
* Update ChangeLogGregory Nutt2014-07-031-0/+2
|
* Update ChangeLogsGregory Nutt2014-07-021-0/+4
|
* Update ChangeLogsGregory Nutt2014-07-011-0/+3
|
* Update ChangeLogsGregory Nutt2014-06-271-1/+2
|
* Updated ChangeLogGregory Nutt2014-06-271-0/+3
|
* Prep for NuttX-7.3 releasenuttx-7.3Gregory Nutt2014-06-251-4/+5
|
* Update changelogGregory Nutt2014-06-231-1/+2
|
* Update ChangeLogGregory Nutt2014-06-161-0/+5
|
* Update ChangeLogGregory Nutt2014-06-151-0/+3
|
* Updated ChangelogsGregory Nutt2014-06-121-0/+2
|
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-301-0/+2
| | | | uip_arp_ functions to arp_
* Updated ChangeLogsGregory Nutt2014-05-231-1/+4
|
* Update ChangeLogsGregory Nutt2014-05-221-0/+5
|
* Move prun from interpreters/ to system/; And an NSH built-in appliation ↵Gregory Nutt2014-05-091-0/+5
| | | | that can be used to execute P-Code files from the NSH command line
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary ↵Gregory Nutt2014-05-091-0/+3
| | | | format is functional except that there are still some modularity and kernel build issues that need to be addressed.
* Update the displayed I2C on each get iteraction (not the same starting ↵Gregory Nutt2014-05-081-0/+3
| | | | address). From Ryan VanSickle
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-0/+5
| | | | 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
* Update configuration an make logic in order to select that the serial ↵Gregory Nutt2014-04-301-0/+4
| | | | blaster task priority and stack size. From Bob Doiron
* Updated changelogs and release notes in preparation for the 7.2 release. ↵Gregory Nutt2014-04-281-2/+3
| | | | Still need to do a little more before the release
* apps/examples/telnetd: Naming confusion fixed: shell vs telnetdGregory Nutt2014-04-281-0/+4
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-221-2/+2
|
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-221-1/+3
|
* NSH library: malloc/free IOBUFFER instead of using stackGregory Nutt2014-04-211-1/+3
|
* Remove an STM32 dependencyGregory Nutt2014-04-211-1/+2
|
* nxplayer: Complilation failure in one configuration reported by Manuel StühnGregory Nutt2014-04-211-0/+3
|
* examples/touchscreen: Add a configuration option to indicate that there is ↵Gregory Nutt2014-04-141-1/+2
| | | | or is not an architecture-specific initialization function
* Corrections to the NTP client from Manuel StuehnGregory Nutt2014-04-121-0/+2
|
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, ↵Gregory Nutt2014-04-111-1/+3
| | | | dns_socket.c, and dns_gethostip.c
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-111-0/+3
| | | | header files
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-0/+2
|
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt2014-04-101-1/+4
| | | | untested and probably incomplete
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able ↵Gregory Nutt2014-04-081-1/+1
| | | | to select USB console devices when there is no /dev/console enabled. Noted by Librae
* apps/sysinfo: CONFIG_VERSION_BUILD is a string and needs to be printed with ↵Gregory Nutt2014-04-081-1/+2
| | | | %s not %d
* DHCPD: Correct value of PAD option is 0, not 1. From Brennan AshtonGregory Nutt2014-03-311-0/+2
|