summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-19 23:40:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-19 23:40:07 +0000
commit8a062dae26f2825901035d88dc9cd907f052bade (patch)
treed878cda8239811cc6d4f7eba91c2d55e553244a4 /nuttx/ChangeLog
parenta48a83271d371fd33201e3bba10967531ad32419 (diff)
downloadnuttx-8a062dae26f2825901035d88dc9cd907f052bade.tar.gz
nuttx-8a062dae26f2825901035d88dc9cd907f052bade.tar.bz2
nuttx-8a062dae26f2825901035d88dc9cd907f052bade.zip
Directories where the same source files are used to build different objects need to keep those objects in separate directories; LPC17xx updates from Chris Taglia
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5762 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 584e73d0c..b6b225c65 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4382,3 +4382,10 @@
by the EXC_RETURN. Silly me (2013-03-18).
* arch/arm/src/lpc17_adc.c: Add a work-around for an ADC errata. From
Chris Taglia (2013-93-19).
+ * arch/arm/src/armv7-m/up_hardfault.c: If the PRIMASK is used to disable
+ interrupts, then additional logic is required in the hard fault handler
+ (2013-93-19).
+ * libc/ and mm/: Directories where the same sources files are used to
+ build different objects in the first and second pass kernel builds need
+ to keep those objects in separate directories so that they are not
+ constantly rebuilt (2013-93-19).