Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-11-16 10:07:11 -06:00
parent c00a37a3db
commit 1f3ce25381

View File

@ -8995,3 +8995,7 @@
* arch/arm/src/efm32/efm32_lowputc.c: EFM32 USART setup: Computation of
BAUD includes shift; Eliminate additional shift. From Pierre-noel
Bouteville (2014-11-16).
* net/, include/, drivers/, arch/, various files: Rename
CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU; Add CONFIG_NET_SLIP_MTU.
Add data structures and logic to handle different MTUs when both
Ethernet and SLIP are enabled (2014-11-16).