summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 16:19:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 16:19:59 +0000
commitf91a1aac610192984326a4d0e77796c1419f8ca1 (patch)
tree738775612118ff38be1b1816e2ce02d45d3211f2 /nuttx/ChangeLog
parentd27a58798955bad789da8f89acadf8c4341c2ecb (diff)
downloadpx4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.tar.gz
px4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.tar.bz2
px4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.zip
Add a OS test kernel build configuration for the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d8452d106..c765f204f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4423,6 +4423,8 @@
* 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\
+ * configs/zkit-arm-1769: Now supports the ST7567 LCD display
module. Added an nxhello configurtion for testing (Manikandan.S,
2013-03-22).
+ * configs/stm32f4discovery/kostest: Add a kernel mode version
+ of the OS test for the STM32F4Discovery board (2013-03-22).