summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add up_enc28j60.cpatacongo2010-05-011-0/+18
* Need to include enc28j60.hpatacongo2010-05-011-0/+1
* en28j60 driver code complete -- untestedpatacongo2010-05-011-0/+135
* Add skeleton of ENC28J60 ethernet driverpatacongo2010-04-251-1/+1
* Shouldn't declare configuration errors in header filepatacongo2010-04-201-10/+0
* sam3u LCD driver is code complete (but untested)patacongo2010-04-202-6/+29
* Framework for SAM3U LCD driverpatacongo2010-04-181-2/+2
* Remove duplicate color format namepatacongo2010-04-181-2/+2
* Beginnings of AT91SAM3U LCD driverpatacongo2010-04-182-6/+6
* Add RGB color namespatacongo2010-04-181-0/+171
* Code complete for NX for LCDpatacongo2010-04-181-0/+4
* Fix move rectangle logicpatacongo2010-04-171-1/+3
* Rectangular fills compile for LCDpatacongo2010-04-172-6/+37
* 1st round of fixes for LCD buildpatacongo2010-04-174-49/+73
* Need to generalize the planeinfo type as wellpatacongo2010-04-171-4/+7
* Remove dev and planeno. There is no way to provide thempatacongo2010-04-171-4/+2
* Generalize graphics driver typepatacongo2010-04-172-7/+24
* Add configuration to select LCD driver for NXpatacongo2010-04-172-8/+16
* Add LCD interfacepatacongo2010-04-151-0/+144
* Add MCI CD GPIOpatacongo2010-04-111-2/+8
* SAM3U needs block infopatacongo2010-04-101-0/+24
* Extensions for SAM3Upatacongo2010-04-101-7/+25
* 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