summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-2214-17/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver updatepatacongo2011-12-225-13/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4211 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN driver now compilespatacongo2011-12-212-0/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4210 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-218-2/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-204-10/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
* Finishes the PWM driver for the STM32patacongo2011-12-206-4/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3
* PWM driver workspatacongo2011-12-203-16/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4205 42af7a65-404d-4744-a932-0658087f49c3
* First round of PWM driver debug changespatacongo2011-12-202-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4204 42af7a65-404d-4744-a932-0658087f49c3
* ADC driver updatepatacongo2011-12-202-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4203 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for PWM driverspatacongo2011-12-197-111/+285
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the PWM modulepatacongo2011-12-192-5/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4200 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. ↵patacongo2011-12-1759-0/+14153
| | | | | | Contributed by Laurent Latil git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC updatepatacongo2011-12-171-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4194 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-162-1/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4192 42af7a65-404d-4744-a932-0658087f49c3
* Updated STM32 ADC driverpatacongo2011-12-161-110/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4189 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-154-12/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
* Update to STM32 DAC and ADC driverspatacongo2011-12-152-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4185 42af7a65-404d-4744-a932-0658087f49c3
* Add a framework for an ADC testpatacongo2011-12-144-0/+230
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4180 42af7a65-404d-4744-a932-0658087f49c3
* Enable the RTC in the STM3240G-EVAL NSH configurationpatacongo2011-12-141-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4179 42af7a65-404d-4744-a932-0658087f49c3
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-146-13/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4177 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in nettest buildpatacongo2011-12-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4170 42af7a65-404d-4744-a932-0658087f49c3
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-136-0/+1569
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-139-4/+1604
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet needs a MAC addresspatacongo2011-12-124-9/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4167 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 Ethernet driver is fully functionalpatacongo2011-12-121-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4166 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet... initial bring-up changespatacongo2011-12-122-1/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the STM32 F4 Ethernet driverpatacongo2011-12-111-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 Ethernet packet reception logicpatacongo2011-12-112-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4160 42af7a65-404d-4744-a932-0658087f49c3
* BEV needs to be zero in single-vector mode; Interrupts go to EBASE+0x200patacongo2011-12-103-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4153 42af7a65-404d-4744-a932-0658087f49c3
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-094-5/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4151 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 bugfixespatacongo2011-12-083-8/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4149 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet pin/clock configuration logicpatacongo2011-12-084-3/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4148 42af7a65-404d-4744-a932-0658087f49c3
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-082-5/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4147 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 timer source frequencypatacongo2011-12-071-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4146 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-072-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4144 42af7a65-404d-4744-a932-0658087f49c3
* Calibrated STM3240G-EVAL delay looppatacongo2011-12-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4140 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the STM3240G-EVALpatacongo2011-12-066-4/+1960
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4139 42af7a65-404d-4744-a932-0658087f49c3
* Basic bring-up of the STM3240G-EVAL board is completepatacongo2011-12-061-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4138 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32F40 build problem. Moved ARM.exidx to FLASHpatacongo2011-12-061-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4137 42af7a65-404d-4744-a932-0658087f49c3
* Fix banding on the R61580 LCDpatacongo2011-12-0511-17/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
* Finish code for basic STM3240 portpatacongo2011-11-246-23/+277
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4124 42af7a65-404d-4744-a932-0658087f49c3
* Add clock configuration logic for the STM32F40patacongo2011-11-233-30/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4123 42af7a65-404d-4744-a932-0658087f49c3
* More changes for STM3240 buildpatacongo2011-11-222-15/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4121 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-2214-4/+2553
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4118 42af7a65-404d-4744-a932-0658087f49c3
* Fix stack alignment for EABI floating pointpatacongo2011-11-111-1/+5
| | | | 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-101-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4086 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