From abfcce226f915c4f6f0670f7688936846597adcd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 24 Jun 2016 11:06:52 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d8ed157b2..81a5843aa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1645,3 +1645,13 @@ * Add _ to front of debug macros (2016-06-16). * SYSLOG: Remove llinfo(), *llwarn(), and llerr(). These are no longer supported in the redesigned syslog() logic (2016-06-20). + * apps/canutils/libcanard: update version. From Paul Alexander Patience + (2016-06-22). + * apps/examples/can: Some variables were not declared in all required + cases. From Sebastien Lorquet (2016-06-23). + * apps/gpsutils/minmean: Fix minmea Makefile to find the libapp at the + apps/. From Alan Carvalho de Assis (2016-06-23). + * apps/canutils/canlib: Basic CAN utility library. From Sebastien Lorquet + (2016-06-24). + * apps/nshlib/Kconfig: Move NSH stuff out of nuttx/configs/Kconfig to + here. Why was it in the NuttX tree in the first place? (2016-06-24).