Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-05 19:17:23 -06:00
parent ad05793c0f
commit d007a49194

View File

@ -9140,3 +9140,7 @@
* /drivers/eeprom/spi_xx25xx.c and /include/nuttx/eeprom/spi_xx25xx.h:
Add support for ST Micro EEPROM device geometries. From Sebastien
Lorquet (2014-12-5).
* sched/mqueue: msg type should be char * not void * in mq_send,
mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel
Bouteville (2014-12-05).