summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-9/+52
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-073-18/+101
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-063-548/+552
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-051-13/+39
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-033-115/+327
* More changes from Urospatacongo2011-03-286-122/+456
* Files deleted by Urospatacongo2011-03-274-1496/+0
* More changes from Urospatacongo2011-03-2733-3626/+5447
* Updates from Urospatacongo2011-03-2712-582/+1306
* Incorporate changes from Uros Platisepatacongo2011-03-266-57/+741
* VSN/apps updatepatacongo2011-03-143-120/+111
* More apps/ related changespatacongo2011-03-121-1/+29
* Add support for RAMTRON NVRAM devicespatacongo2011-03-067-191/+221
* Correct STM32 SPI3 bug reported by Urospatacongo2011-03-061-1/+1
* Changes for clean STM32 compile with DEBUG onpatacongo2011-03-021-1/+2
* Special IDLE for STM32 will execut WFI to sleep until an interrupt occurspatacongo2011-02-272-5/+109
* Add support for the ISOTEL NetClamps VSN boardpatacongo2011-02-275-28/+411
* Create include/nuttx/usb directorypatacongo2010-12-142-5/+5
* Add cmddata method to the SPI interfacepatacongo2010-12-032-9/+25
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-6/+7
* Add stubs for AVR32 IRQ controlspatacongo2010-10-091-2/+2
* Add skeleton of AVR32 initpatacongo2010-10-081-2/+2
* Fix interrupt stack compilation problempatacongo2010-07-161-4/+5
* Update locking in lm3s SPI driverpatacongo2010-05-151-7/+34
* In progress changes for OLED display workpatacongo2010-05-151-1/+15
* Fix HSMCI command and wait logicpatacongo2010-04-101-1/+1
* Add serial and LED driverpatacongo2010-01-222-3/+3
* Fix errors in conditional compilation logicpatacongo2010-01-211-3/+3
* Fixes for recent header file reorganizationpatacongo2009-12-297-4/+11
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1633-1046/+1058
* Working on HCS12 buildpatacongo2009-12-121-4/+4
* Add some STM32F107VC definitionspatacongo2009-12-103-17/+487
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-20/+36
* Should not returned queued read requests on a resetpatacongo2009-12-011-12/+16
* SDIO now workspatacongo2009-11-291-23/+37
* Extend SDIO debug instrumentationpatacongo2009-11-282-50/+195
* Fix compile errors with DMA debug offpatacongo2009-11-281-3/+5
* Less intrusive DMA debugpatacongo2009-11-273-2358/+2567
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-264-92/+214
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-33/+21
* Fix problems when DMA2 is enabledpatacongo2009-11-213-4/+26
* Fix SCR data transferpatacongo2009-11-211-2/+3
* Progress integrating SD on STM32patacongo2009-11-201-14/+30
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-1/+1
* Correct identifies v1.x SD cardpatacongo2009-11-182-88/+90
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-2/+15
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-1185/+1207
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-173-81/+342