Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-12-13 10:42:12 -06:00
parent 1003ee3e9a
commit c1a8d46539

View File

@ -9207,7 +9207,7 @@
mode): Disable ULPI clock enable in RCC AHB1 Register. If Both ULPI
and the FS clock enable bits are set in FS mode, then the ARM never
awakens from WFI due to a chip issue. This is only an issue if you
are using the internal PHY. From Ken Pettit (2012-12-13).
are using the internal PHY. From Ken Pettit (2014-12-13).
* drivers/serial/serial.c: In case a thread is doing a blockingi
operation (e.g. read()) on a serial device, while it is being
terminated by pthread_cancel(), then uart_close() gets called, but