aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 16:37:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 16:37:37 +0000
commit3ff155d04803d8b19f0f56602e95b4034bc33820 (patch)
treead05ee2dccc40b4103f5077dc5d66367a16bba83 /nuttx/ChangeLog
parent55b9700d59bb38db9427258b5dd2e1020a6fef67 (diff)
downloadpx4-firmware-3ff155d04803d8b19f0f56602e95b4034bc33820.tar.gz
px4-firmware-3ff155d04803d8b19f0f56602e95b4034bc33820.tar.bz2
px4-firmware-3ff155d04803d8b19f0f56602e95b4034bc33820.zip
Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2a1561abe..c61479cad 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3977,3 +3977,8 @@
sched/task_posixspawn() now it requires internal, reparenting
interfaces
* include/nuttx/spawn(): Move libc/spawn.h to include/nuttx/spawn.h
+ * arch/arm/include/lpc17xx/chip.h, irq178x.h: Integrate Marcelo
+ Rommel's LPC1788 definitions into the base LPC17xx.
+ * configs/olimex-lpc1766stk/nsh: Convert configuration to use
+ the kconfig-frontends tools.
+ * sched/task_reparent.c: Simplify reparenting interface.