Update ChangeLog

This commit is contained in:
Gregory Nutt
2015-01-30 07:47:04 -06:00
parent b6d51ef26d
commit 3eacc1e486
+4
View File
@@ -9577,3 +9577,7 @@
Create a skeleton local_netpoll (2015-01-30).
* net/socket/net_poll.c and tcp/tcp_netpoll.c: Separate TCP poll logic
out of net_poll.c and move it into the new tcp_netpoll.c (2015-01-30).
* arch/arm/src/efm32/efm32_clockconfig.c: Logic to unconditionally enable
LE clocking. Even you don't use core clock LE as source for LFA or LFB,
to read are write any register not clocked by HFPERCLK or HFCORECLK,
HFCORECLKLE should be enabled. From Pierre-noel Bouteville (2015-01-30).