summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 14:49:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 14:49:21 +0000
commitd27a58798955bad789da8f89acadf8c4341c2ecb (patch)
treecbe8f3e15879dec4125868437e34b7773d5ca1a7 /nuttx/ChangeLog
parent4bfc8f39c961f54043988792cce387f36b783df2 (diff)
downloadpx4-nuttx-d27a58798955bad789da8f89acadf8c4341c2ecb.tar.gz
px4-nuttx-d27a58798955bad789da8f89acadf8c4341c2ecb.tar.bz2
px4-nuttx-d27a58798955bad789da8f89acadf8c4341c2ecb.zip
Add kernel build support to the STM32 family and to the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5d454cda3..d8452d106 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4416,3 +4416,13 @@
is allocated from kernel memory; however, the current stack is
the user's stack and the user code will be able to access the
signinfo_t data from the stack copy (2013-03-21).
+ * arch/arm/src/stm32: Added support for the kernel mode build
+ (cloned from the lpc17xx). (2013-03-21).
+ * configs/stme32f4discovery/kernel and scripts: Add support for
+ the kernel mode build on the STM32F4Discovery (2013-03-21).
+ * drivers/st7567.c/h and include/nuttx/lcd/st7567.h: Driver for
+ the the ST7567 LCD Display Module from Univision Technology Inc.
+ contributed by Manikandan.S (2013-03-22).
+ * configs/zkit-arm-1769: Now supports the ST7567 LCD display\
+ module. Added an nxhello configurtion for testing (Manikandan.S,
+ 2013-03-22).