From f30cf5dcb7a09c5facd0329b21640005c19b541f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Sep 2013 09:20:11 -0600 Subject: Add freedom-kl25z/minnsh configuration: This is an experiment to see just how small we and get an NSH configuration. From Alan Carvalho de Assis. --- nuttx/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index ffb114cb6..9b9274576 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -5678,4 +5678,9 @@ * arch/arm/src/sama5/sam_touchscreen.h and .h: Framework for a touchscreen driver (also an empty "skeleton" file on the initial commit) (2013-9-30). - + * arch/arm/src/kl/kl_lowgetc.c and .h: First cut at low-level + getc() function for operation with no file system (and, hence, + no serial driver) (from Alan Carvalho de Assis, 2013-9-30). + * configs/freedom-kl25z/minnsh: A new configuration that is + an experiement to see how small we can get the NuttX footprint. + From Carvalho de Assis. (2013-9-30). -- cgit v1.2.3