From f01c03025d49c07f34528d2f90bb716f10501b17 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Mar 2015 09:59:08 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 366f32947e0..bb9d142ccf7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9903,4 +9903,8 @@ (2015-02-27). * include/nuttx/board.h: Remove common board function prototypes from other files and consolidate them in this new header file (2015-02-27). + * arch/mips/src/pic32mz/: Implement support IO port interrupts + (2015-03-01). + * configs/pic32mz-starterkit/src: Add support for on-board buttons + (2015-03-01).