summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Fixes for STM32F40xxx portpatacongo2011-12-053-15/+15
* Finish code for basic STM3240 portpatacongo2011-11-249-68/+319
* Add clock configuration logic for the STM32F40patacongo2011-11-233-62/+568
* Finish port of GPIO driver for STM3240patacongo2011-11-234-210/+397
* More changes for STM3240 buildpatacongo2011-11-228-362/+698
* More changes, getting closer to a clean STM3240 compilepatacongo2011-11-225-161/+291
* Working toward clean STM3240xx buildpatacongo2011-11-2215-905/+1084
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-221-3/+31
* Add STM3240 interrupt handlerspatacongo2011-11-221-4/+174
* Add STM3240 interrupt definitionspatacongo2011-11-221-370/+22
* Add STM3240 SYSCFG header filepatacongo2011-11-212-0/+151
* Finishes basic header file updates for STM3230patacongo2011-11-215-225/+371
* Updates for STM3240 timerspatacongo2011-11-213-152/+362
* STM3240 RTC, SPI, and SDIO header filespatacongo2011-11-213-9/+401
* Add STM3240 RTC header filepatacongo2011-11-213-8/+12
* Add STM3240 pwr and rcc header filespatacongo2011-11-215-13/+541
* More STM3240 header file changespatacongo2011-11-215-55/+146
* Update DMA header file for the STM32F40xxxpatacongo2011-11-204-30/+555
* Update debug header file for the STM32F40xxxpatacongo2011-11-203-42/+146
* Update CAN header file for the STM32F40xxxpatacongo2011-11-202-436/+502
* Update ADC header file for the STM32F40xxxpatacongo2011-11-204-297/+572
* Revised FAT bugfixpatacongo2011-11-192-7/+7
* Add STM3240 alternate pin functionspatacongo2011-11-194-76/+656
* More PIC32 fixespatacongo2011-11-181-1/+1
* Add GPIO, EXTI header file modifications for STM32F40xxxpatacongo2011-11-184-33/+561
* Add structure for STM3240xx pin multiplexingpatacongo2011-11-173-10/+66
* Add STM32F40xx memory mappatacongo2011-11-174-104/+364
* Add capabilities of the STM3240xx familypatacongo2011-11-171-11/+293
* New STM32 board needs more time for HSE readypatacongo2011-11-101-43/+54
* SAM3U SPI debug changespatacongo2011-10-073-4/+4
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-2/+5
* Add sim C++ supportpatacongo2011-10-051-2/+2
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-052-5/+7
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-0/+12
* Add FAT date/time stamppatacongo2011-10-021-1/+6
* The lo-res RTC now seems to workpatacongo2011-10-022-22/+18
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-012-166/+451
* Add rollover protection to the STM32 RTC sampling logicpatacongo2011-09-191-18/+43
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-181-100/+280
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-171-63/+426
* More CDC serial updatespatacongo2011-09-151-0/+4
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-19/+61
* Add driver for LM-75 temperature sensorpatacongo2011-09-101-39/+42
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-092-54/+54
* Add handshake for semaphore interrupt communications to prevent getting out o...patacongo2011-09-091-327/+399
* Fix stm32_i2c_disablefsmc return valuepatacongo2011-09-091-1/+1
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-151/+328
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-1/+1