Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-08-28 09:15:34 -06:00
parent b123f8f6bf
commit e7612e0922

View File

@ -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).