From 3969dd438071da136be4a11d85dcdf296d3c97cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 31 Jan 2015 14:25:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 91b2007c54..7f73300872 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9609,3 +9609,8 @@ unlinked, it will marked the pipe/FIFO as unlinked. If/when all open references to the driver are closed, all of the driver resources will be freed (2015-01-31). + * arch/avr: Added architecture support for the Atmel AVR ATMega1284P + MCU. From Jedi Tek'Unum (2015-01-31). + * configs/moteino-mega: Added support for the LowPowerLab MoteinoMEGA + that is based on the Atmel AVR ATMega1284P MCU. From Jedi Tek'Unum + (2015-01-31).