summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add clock configuration logic for the STM32F40patacongo2011-11-236-92/+638
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4123 42af7a65-404d-4744-a932-0658087f49c3
* Finish port of GPIO driver for STM3240patacongo2011-11-234-210/+397
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4122 42af7a65-404d-4744-a932-0658087f49c3
* More changes for STM3240 buildpatacongo2011-11-2210-377/+723
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4121 42af7a65-404d-4744-a932-0658087f49c3
* More changes, getting closer to a clean STM3240 compilepatacongo2011-11-225-161/+291
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4120 42af7a65-404d-4744-a932-0658087f49c3
* Working toward clean STM3240xx buildpatacongo2011-11-2215-905/+1084
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4119 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-2216-7/+2588
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4118 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 interrupt handlerspatacongo2011-11-221-4/+174
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4117 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 interrupt definitionspatacongo2011-11-225-496/+840
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4116 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 SYSCFG header filepatacongo2011-11-212-0/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4115 42af7a65-404d-4744-a932-0658087f49c3
* Finishes basic header file updates for STM3230patacongo2011-11-215-225/+371
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4114 42af7a65-404d-4744-a932-0658087f49c3
* Updates for STM3240 timerspatacongo2011-11-213-152/+362
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4113 42af7a65-404d-4744-a932-0658087f49c3
* STM3240 RTC, SPI, and SDIO header filespatacongo2011-11-213-9/+401
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4112 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 RTC header filepatacongo2011-11-213-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4111 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 pwr and rcc header filespatacongo2011-11-215-13/+541
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4110 42af7a65-404d-4744-a932-0658087f49c3
* More STM3240 header file changespatacongo2011-11-215-55/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4109 42af7a65-404d-4744-a932-0658087f49c3
* Update DMA header file for the STM32F40xxxpatacongo2011-11-204-30/+555
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4108 42af7a65-404d-4744-a932-0658087f49c3
* Update debug header file for the STM32F40xxxpatacongo2011-11-203-42/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4107 42af7a65-404d-4744-a932-0658087f49c3
* Update CAN header file for the STM32F40xxxpatacongo2011-11-202-436/+502
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4106 42af7a65-404d-4744-a932-0658087f49c3
* Update ADC header file for the STM32F40xxxpatacongo2011-11-205-298/+573
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4105 42af7a65-404d-4744-a932-0658087f49c3
* Revised FAT bugfixpatacongo2011-11-194-87/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4104 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 alternate pin functionspatacongo2011-11-194-76/+656
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4103 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 nested interrupt work-aroundpatacongo2011-11-181-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4102 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 fixespatacongo2011-11-183-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4101 42af7a65-404d-4744-a932-0658087f49c3
* Add GPIO, EXTI header file modifications for STM32F40xxxpatacongo2011-11-184-33/+561
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4100 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in FAT time (date value was being used)patacongo2011-11-183-15/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4099 42af7a65-404d-4744-a932-0658087f49c3
* Add structure for STM3240xx pin multiplexingpatacongo2011-11-173-10/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4098 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32F40xx memory mappatacongo2011-11-174-104/+364
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4097 42af7a65-404d-4744-a932-0658087f49c3
* Add capabilities of the STM3240xx familypatacongo2011-11-171-11/+293
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4096 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 debug fixespatacongo2011-11-174-23/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4095 42af7a65-404d-4744-a932-0658087f49c3
* clock_gettime() not settime() in FAT time logicpatacongo2011-11-172-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4094 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in FAT needed for interoperability with Windows when access ↵patacongo2011-11-155-30/+111
| | | | | | first entry in root directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4093 42af7a65-404d-4744-a932-0658087f49c3
* Add support for more FAT partitions; support for SD cards greater than 4Gb; ↵patacongo2011-11-156-64/+245
| | | | | | TSC2007 touchscreen driver improvements git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4092 42af7a65-404d-4744-a932-0658087f49c3
* Button test can now be built as an NSH commandpatacongo2011-11-143-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-125-181/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4090 42af7a65-404d-4744-a932-0658087f49c3
* Fix stack alignment for EABI floating pointpatacongo2011-11-115-43/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4089 42af7a65-404d-4744-a932-0658087f49c3
* This PIC32 MCUs don't have enough RAM to run the roundrobin test without ↵patacongo2011-11-102-2/+2
| | | | | | modification git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4088 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 LCD backlightpatacongo2011-11-107-31/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4087 42af7a65-404d-4744-a932-0658087f49c3
* New STM32 board needs more time for HSE readypatacongo2011-11-102-43/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4086 42af7a65-404d-4744-a932-0658087f49c3
* Fix semaphore initializationpatacongo2011-11-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4085 42af7a65-404d-4744-a932-0658087f49c3
* Remove the .dbg_data section. For better or worse, this is being handled in ↵patacongo2011-11-103-18/+3
| | | | | | a different way git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4084 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 debug updatespatacongo2011-11-0916-443/+649
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4083 42af7a65-404d-4744-a932-0658087f49c3
* Misc PIC32 fixespatacongo2011-11-092-11/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4082 42af7a65-404d-4744-a932-0658087f49c3
* Fix some RGB color macrospatacongo2011-11-032-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4081 42af7a65-404d-4744-a932-0658087f49c3
* fix some register typingpatacongo2011-11-032-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4080 42af7a65-404d-4744-a932-0658087f49c3
* Add (and use) some new PIC32MX CP0 macrospatacongo2011-11-033-11/+210
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4079 42af7a65-404d-4744-a932-0658087f49c3
* A few more AVR32 fixespatacongo2011-11-034-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4078 42af7a65-404d-4744-a932-0658087f49c3
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-012-10/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4077 42af7a65-404d-4744-a932-0658087f49c3
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-012-350/+432
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4076 42af7a65-404d-4744-a932-0658087f49c3
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-316-17/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4075 42af7a65-404d-4744-a932-0658087f49c3
* Fix an NXFFS initialization problempatacongo2011-10-313-3/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4074 42af7a65-404d-4744-a932-0658087f49c3