summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* Fixes for recent header file reorganizationpatacongo2009-12-293-1/+8
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1516-62/+62
* typopatacongo2009-12-151-1/+1
* Add framework to support HC12patacongo2009-12-031-105/+107
* Update READMEspatacongo2009-12-021-7/+1
* 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-301-0/+5
* 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-184-8/+8
* 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-175-6/+200
* Remove debug codepatacongo2009-11-171-1/+0
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-14/+62
* 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-031-2/+22
* 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-238-3/+1561
* Add support for the CodeSourcery toolchain under Linux for the STM32patacongo2009-10-237-235/+268
* correctionspatacongo2009-10-221-0/+5
* Misc. mosty USB-related updatespatacongo2009-10-221-0/+17
* 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-203-87/+38
* 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-173-12/+12
* A little more SPI DMA support (still incomplete)patacongo2009-10-161-1/+1
* Hooks for SPI DMA support (incomplete)patacongo2009-10-161-7/+5
* First cut at DMA codepatacongo2009-10-161-0/+9
* Fix SPI compilation errorspatacongo2009-10-151-46/+77
* LEDs on port F, not Cpatacongo2009-10-143-5/+30
* Fix NSH-related compile errorspatacongo2009-10-141-0/+2