aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 16:07:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 16:07:49 +0000
commitf44266675e1d65d7e479496d837f17b7da1ababf (patch)
tree7b344f74705f7a44e4fddc333d13767ad89792de /apps/ChangeLog.txt
parent736ac8982a3388fd6e5f96f0587e05b8c09bfd61 (diff)
downloadpx4-firmware-f44266675e1d65d7e479496d837f17b7da1ababf.tar.gz
px4-firmware-f44266675e1d65d7e479496d837f17b7da1ababf.tar.bz2
px4-firmware-f44266675e1d65d7e479496d837f17b7da1ababf.zip
Several bugfixes contributed by Petteri Aimonen
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5238 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b9ba6ac91..02843d547 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -375,3 +375,8 @@
* apps/nshlib/nsh_netcmds.c: The ping command now passes a maximum round
trip time to uip_icmpping(). This allows pinging of hosts on complex
networks where the ICMP ECHO round trip time may exceed the ping interval.
+ * apps/examples/nxtext/nxtext_main.c: Fix bad conditional compilation
+ when CONFIG_NX_KBD is not defined. Submitted by Petteri Aimonen.
+ * apps/examples/nximage/nximage_main.c: Add a 5 second delay after the
+ NX logo is presented so that there is time for the image to be verified.
+ Suggested by Petteri Aimonen.