summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add strtodpatacongo2010-03-141-1/+2
* Misc fixes, add button support, GPIO interrupt supportpatacongo2010-01-232-5/+5
* Add CRC32 to lib/; add tool to make lpc313x bootloader imagespatacongo2010-01-161-0/+82
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+1
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-192-13/+4
* _Bool may be an intrinsic typepatacongo2009-12-171-4/+16
* typopatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-164-6/+15
* Switching to C99 stdint.h typespatacongo2009-12-1485-1059/+1403
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1413-120/+124
* Add cstdint and cstdboolpatacongo2009-12-132-0/+131
* Add stdbool.hpatacongo2009-12-131-0/+71
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-136-61/+90
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-133-2/+11
* Fix hcs12 compile issuespatacongo2009-12-121-1/+1
* Update porting guidepatacongo2009-12-122-5/+5
* Need to export FTL interface in mtd.hpatacongo2009-12-061-1/+19
* Add FTL logicpatacongo2009-12-062-3/+3
* Add HC12 header filespatacongo2009-12-041-4/+32
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-0/+1
* Need a cancel method to stop DMApatacongo2009-11-271-0/+20
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-261-0/+32
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-1/+2
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-1/+1
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-172-13/+7
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-172-32/+14
* Finish event wait logicpatacongo2009-11-171-3/+3
* Add basic data transfer logicpatacongo2009-11-171-23/+2
* Add SDIO interrupt handlingpatacongo2009-11-161-117/+64
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-78/+77
* Add logic to handle card insertion/removal eventspatacongo2009-11-152-2/+28
* Add SD card initialization logicpatacongo2009-11-151-40/+69
* Add MMC configuration logicpatacongo2009-11-141-4/+2
* Add IOCTLs and card identification logicpatacongo2009-11-132-7/+35
* Finish reponse methodspatacongo2009-11-121-1/+5
* SDIO interface simplicationpatacongo2009-11-121-17/+22
* Incremental update to STM32 MMCSD driverpatacongo2009-11-111-80/+96
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-111-2/+209
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-111-4/+6
* Separate SDIO interface from MMCSDpatacongo2009-11-102-479/+546
* Fixes for Z80 compilepatacongo2009-11-071-1/+1
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-062-7/+7
* Add skeleton of SDIO-based MMCSD driverpatacongo2009-11-062-4/+4
* First cut at SDIO MMC/SD interfacepatacongo2009-11-062-2/+499
* Fix confusion between byte and block transferspatacongo2009-11-061-11/+22
* Fix a potential race conditionpatacongo2009-11-061-2/+13
* Incorporate the work threadpatacongo2009-11-053-5/+51
* Add beginnings of a work threadpatacongo2009-11-052-20/+162
* Add generic support for read-ahead buffering and write buffering in block dri...patacongo2009-11-051-0/+180
* Extend USB trace logicpatacongo2009-11-021-0/+14