From ab527065509e9710a274dfe0ea8f98e69e711ce0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Nov 2009 23:20:08 +0000 Subject: Callbacks need to use worker thread; clean up/document configuration settings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 21 +- nuttx/arch/arm/src/stm32/stm32_sdio.c | 2396 ++++++++++++----------- nuttx/configs/README.txt | 8 + nuttx/configs/stm3210e-eval/README.txt | 6 + nuttx/configs/stm3210e-eval/RIDE/defconfig | 49 +- nuttx/configs/stm3210e-eval/nsh/defconfig | 53 +- nuttx/configs/stm3210e-eval/ostest/defconfig | 49 +- nuttx/configs/stm3210e-eval/usbserial/defconfig | 49 +- nuttx/drivers/mmcsd/mmcsd_sdio.c | 268 +-- nuttx/include/nuttx/sdio.h | 17 +- nuttx/include/nuttx/wqueue.h | 3 - nuttx/sched/work_internal.h | 2 +- 12 files changed, 1580 insertions(+), 1341 deletions(-) diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index c3093d8b7..1ce105c8f 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: November 5, 2009

+

Last Updated: November 17, 2009

@@ -2288,6 +2288,25 @@ extern void up_ledoff(int led); +

SDIO-based MMC/SD driver

+ +

Network Support

TCP/IP and UDP support via uIP