summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-28 09:15:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-28 09:15:34 -0600
commit03b587f29c758e9ae97fb3ed3a44e5bf71ac0d52 (patch)
treec9df3f8cbe7949a413340934833309c6caac45a1 /apps/ChangeLog.txt
parent0c9cc61c16109db3ae44af014243aac1cd5e5d66 (diff)
downloadnuttx-03b587f29c758e9ae97fb3ed3a44e5bf71ac0d52.tar.gz
nuttx-03b587f29c758e9ae97fb3ed3a44e5bf71ac0d52.tar.bz2
nuttx-03b587f29c758e9ae97fb3ed3a44e5bf71ac0d52.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index bb3d33a86..292c6b631 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1011,3 +1011,6 @@
the link goes down, the code will attempt to gracefully put the
Ethernet driver in a down state; When the link comes back, the code
will attempt to bring the network back up (2014-8-17).
+ * apps/system/free/free.c and install/install.c: STM32 FLASH fixes:
+ use size_t instead of uint16_t, make interface more generic. From
+ Freddie Chopin (2014-8-28).