Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-17 08:28:15 -06:00
parent 4e0885f5bc
commit 4560e5184b

View File

@ -9817,3 +9817,11 @@
(2015-02-16).
* arch/arm/src/efm32/efm32_usbdev.c: EFM32 USB Device is now basically
functional with this change. From Pierre-noel Bouteville (2015-02-16).
* include/nuttx/net/ip.h: Move macros and common logic for IPv4-mapped
IPv6 addresses from files in net/ to include/nuttx/ip.h. These are
currently only used for UDP, but will need to be be used in many places
in the future (2015-02-17).
* includes/nuttx/compiler.h: Add support for the restrict keyword
(2015-02-17).
* include/netdb.h: Add a mostly-commented-out version of the standard
netdb.h header file (2015-02-17).