summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-0/+42
* Working on HCS12 buildpatacongo2009-12-123-46/+67
* Add banked and non-banked configurationspatacongo2009-12-115-23/+165
* Flash layout, bootloader, paging fixespatacongo2009-12-112-24/+201
* Fixes for serial monitorpatacongo2009-12-119-89/+77
* More init logicpatacongo2009-12-031-7/+4
* Add framework to support HC12patacongo2009-12-0314-105/+2100
* Update READMEspatacongo2009-12-024-107/+14
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-021-0/+6
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-3/+3
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-302-2/+160
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-303-0/+153
* Add USB storage example for STM32patacongo2009-11-305-0/+1298
* Need to enable SDIO DMApatacongo2009-11-281-1/+1
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-266-20/+18
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-0/+31
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-1/+1
* Fix issues related to work queue timingpatacongo2009-11-185-9/+9
* Need to tell SDIO that there is a card in the slotpatacongo2009-11-171-0/+7
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-176-6/+208
* Remove debug codepatacongo2009-11-171-1/+0
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-14/+62
* Fixes for Z80 compilepatacongo2009-11-072-0/+55
* Document workqueue configurationpatacongo2009-11-051-0/+18
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-058-5/+205
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
* Status not being set when transfer started via epsubmit()patacongo2009-11-034-4/+4
* updatepatacongo2009-11-032-10/+39
* Add USB trace logicpatacongo2009-10-301-69/+71
* Initial USB debug changespatacongo2009-10-291-1/+1
* Add STM32 USBDEV driverpatacongo2009-10-294-8/+152
* CodeSourcery can't handle -Ospatacongo2009-10-274-4/+8
* Remove unused configuration settingpatacongo2009-10-274-4/+0
* More typospatacongo2009-10-244-4/+4
* typospatacongo2009-10-243-3/+6
* Add USB serial device configuration for STM32patacongo2009-10-2317-13/+1571
* Add support for the CodeSourcery toolchain under Linux for the STM32patacongo2009-10-238-235/+271
* correctionspatacongo2009-10-222-1/+10
* Misc. mosty USB-related updatespatacongo2009-10-222-0/+34
* Broke FSMC stuff into separat filespatacongo2009-10-208-180/+674
* FSMC header file cleanuppatacongo2009-10-201-380/+385
* Fix compilation error with debug onpatacongo2009-10-201-232/+232
* Add FSMC supportpatacongo2009-10-207-5/+474
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-205-87/+42
* FLASH is on PB2 (not PA4); MMC/SD is SDIO, not SPI (need to fix)patacongo2009-10-183-157/+160
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-2/+20
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-2/+2
* Calibrate stm32 delay looppatacongo2009-10-179-24/+24
* A little more SPI DMA support (still incomplete)patacongo2009-10-161-1/+1
* Hooks for SPI DMA support (incomplete)patacongo2009-10-161-7/+5