summaryrefslogtreecommitdiff
path: root/ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog')
-rw-r--r--ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog b/ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog
new file mode 100644
index 0000000..dd49607
--- /dev/null
+++ b/ecos/packages/hal/cortexm/lpc17xx/var/current/ChangeLog
@@ -0,0 +1,61 @@
+2012-01-24 Ilija Kocho <ilijak@siva.com.mk>
+
+ * cdl/hal_cortexm_lpc17xx.cdl:
+ Fix interrupt minimal priority calculation. [ Bugzilla 1001432 ]
+
+2012-01-16 Ilija Kocho <ilijak@siva.com.mk>
+
+ * cdl/hal_cortexm_lpc17xx.cdl:
+ * include/var_io.h:
+ * src/lpc17xx_misc.c:
+ Recognize Code Read Protection FLASH field
+ Reported by Bernard Fouché [Bugzilla 1001443 ]
+
+2011-05-13 John Dallaway <john@dallaway.org.uk>
+
+ * include/var_intr.h: Fix I2C interrupt definitions issue reported
+ by Pavel Glinskii. Also fix CYGNUM_HAL_INTERRUPT_NVIC_MAX from Ilija
+ Kocho.
+
+2011-03-14 John Dallaway <john@dallaway.org.uk>
+
+ * cdl/hal_cortexm_lpc17xx.cdl: Do not implement the
+ CYGINT_PROFILE_HAL_TIMER interface at present.
+
+2010-12-10 Ilija Kocho <ilijak@siva.com.mk>
+
+ * cdl/hal_cortexm_lpc17xx.cdl:
+ * include/hal_cache.h:
+ * include/hal_diag.h:
+ * include/plf_stub.h:
+ * include/var_arch.h:
+ * include/variant.inc:
+ * include/var_intr.h:
+ * include/var_io.h:
+ * src/hal_diag.c:
+ * src/lpc17xx_misc.c:
+ New package -- NXP LPC17XX variant HAL.
+
+//===========================================================================
+// ####GPLCOPYRIGHTBEGIN####
+// -------------------------------------------
+// This file is part of eCos, the Embedded Configurable Operating System.
+// Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 or (at your option) any
+// later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the
+// Free Software Foundation, Inc., 51 Franklin Street,
+// Fifth Floor, Boston, MA 02110-1301, USA.
+// -------------------------------------------
+// ####GPLCOPYRIGHTEND####
+//===========================================================================