summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 00:50:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 00:50:01 +0000
commit1482de823cddb881777b57e76cafb47a9bf4c3b2 (patch)
tree34208c7ae8b637edbbfeaef4203c6bf05b6658df /nuttx/ChangeLog
parent203edd3e95e30c2ed5a706bb149dd83d416d0721 (diff)
downloadnuttx-1482de823cddb881777b57e76cafb47a9bf4c3b2.tar.gz
nuttx-1482de823cddb881777b57e76cafb47a9bf4c3b2.tar.bz2
nuttx-1482de823cddb881777b57e76cafb47a9bf4c3b2.zip
Completes 1st cut of SPI DMA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2147 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 28d04a3f8..9af0693d3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -905,6 +905,8 @@
at examples/ostest. The rest should be a piece of cake.
* configs/stm3210e-eval/nsh. Added NuttShell (NSH) example.
* configs/stm3210e-eval/src/stm32102e-internal.h. Fix on-board LED GPIO definitions.
+ * arch/arm/src/stm32/src/stm32/stm32_dma.c. Added DMA channel support for the STM32
+ * arch/arm/src/stm32/src/stm32/stm32_spi.c. Added a DMA-based SPI driver for the STM32.
STM32: Things left to do: interrupt driver USART console driver, NSH bring-up,
USB driver, LCD driver and NX bringup on the eval board's display, SPI driver,