From 4a3e287565195b1aa75dd0c33d1783de4cfcd1dc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 May 2015 14:38:45 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c2002f8d3a..5a354e6def5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10411,3 +10411,8 @@ was disabled in the setup routine. To fix this I save interrupt configuration before uart shutdown and restore it after. From Max Neklyudov (2015-05-21). + * arch/arm/include/lpc11xx and src/lpc11xx: Support for the LPC11xx + family (the LPC1115 MCU in particular). Contribuited by Alan Carvalho + de Assis (2015-05-22). + * configs/lpcxpresso-lpc1115: Support for the LPCXpression LPC1115 + board. Contribuited by Alan Carvalho de Assis (2015-05-22).