summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prep for 6.13 releasenuttx-6.13patacongo2011-12-265-120/+174
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 serial driver lost interruptspatacongo2011-12-263-15/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4230 42af7a65-404d-4744-a932-0658087f49c3
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-2610-32/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4229 42af7a65-404d-4744-a932-0658087f49c3
* Fix a MIPS delay slot error in the software interrupt logicpatacongo2011-12-267-1/+1541
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4228 42af7a65-404d-4744-a932-0658087f49c3
* Partial bring-up of the pcblogic boardpatacongo2011-12-265-6/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4227 42af7a65-404d-4744-a932-0658087f49c3
* Improved starter kit LED supportpatacongo2011-12-253-21/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4226 42af7a65-404d-4744-a932-0658087f49c3
* Fix starter kit ram sizepatacongo2011-12-251-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4225 42af7a65-404d-4744-a932-0658087f49c3
* Fix a PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-258-19/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4224 42af7a65-404d-4744-a932-0658087f49c3
* Add support for LEDs on the Ethernet Starter kitpatacongo2011-12-256-50/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4223 42af7a65-404d-4744-a932-0658087f49c3
* Update to README filespatacongo2011-12-245-8/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Serial Console fixespatacongo2011-12-232-7/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4221 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 NSH configuration now builds without errorspatacongo2011-12-235-49/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4220 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get PIC32 serial driver to compilepatacongo2011-12-221-24/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4219 42af7a65-404d-4744-a932-0658087f49c3
* PIC32, need to clear SW interrupt bit in CAUSE registerpatacongo2011-12-221-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4218 42af7a65-404d-4744-a932-0658087f49c3
* Calibrated all PIC32 delay loopspatacongo2011-12-224-12/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4217 42af7a65-404d-4744-a932-0658087f49c3
* Add Sure PIC32 NSH configurationpatacongo2011-12-228-4/+1542
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4216 42af7a65-404d-4744-a932-0658087f49c3
* Update to the STM32 ADC and CAN driverspatacongo2011-12-2211-92/+276
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4215 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN debug fixespatacongo2011-12-222-85/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4214 42af7a65-404d-4744-a932-0658087f49c3
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-2241-68/+865
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
* Disable interrupts while accessing the APB2RTSR registerpatacongo2011-12-221-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4212 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver updatepatacongo2011-12-228-68/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4211 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN driver now compilespatacongo2011-12-216-199/+691
| | | | 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-2117-34/+986
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver updatepatacongo2011-12-204-113/+313
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4208 42af7a65-404d-4744-a932-0658087f49c3
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-208-25/+62
| | | | 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-209-23/+119
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3
* PWM driver workspatacongo2011-12-205-39/+158
| | | | 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-205-5/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4204 42af7a65-404d-4744-a932-0658087f49c3
* ADC driver updatepatacongo2011-12-203-46/+245
| | | | 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-1923-134/+937
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-193-59/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4201 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the PWM modulepatacongo2011-12-198-160/+835
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4200 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 USB overrun problem (again, still)patacongo2011-12-182-54/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4199 42af7a65-404d-4744-a932-0658087f49c3
* Add alternate function pin mapping for the STM32F103VCpatacongo2011-12-172-1/+424
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4198 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. ↵patacongo2011-12-1768-703/+14885
| | | | | | Contributed by Laurent Latil git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical bug in the STM32 USB device-side driverpatacongo2011-12-172-39/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4196 42af7a65-404d-4744-a932-0658087f49c3
* Fix some bad SDIO debug instrumentationpatacongo2011-12-172-24/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4195 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC updatepatacongo2011-12-177-251/+529
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4194 42af7a65-404d-4744-a932-0658087f49c3
* Fix the data format used in apps/examples/adcpatacongo2011-12-164-58/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4193 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-1612-158/+1632
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4192 42af7a65-404d-4744-a932-0658087f49c3
* Add generic, upper-half PWM driverpatacongo2011-12-168-108/+583
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4191 42af7a65-404d-4744-a932-0658087f49c3
* Update how ADC channel number is obtainedpatacongo2011-12-161-20/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4190 42af7a65-404d-4744-a932-0658087f49c3
* Updated STM32 ADC driverpatacongo2011-12-167-370/+500
| | | | 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-157-28/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
* Started then stopped development of the STM32 DAC driver -- I guess it isn't ↵patacongo2011-12-154-19/+377
| | | | | | needed afterall git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4187 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 DAC driver logicpatacongo2011-12-159-78/+461
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4186 42af7a65-404d-4744-a932-0658087f49c3
* Update to STM32 DAC and ADC driverspatacongo2011-12-156-29/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4185 42af7a65-404d-4744-a932-0658087f49c3
* Oops fix screw-up in last check-inpatacongo2011-12-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4184 42af7a65-404d-4744-a932-0658087f49c3
* Oops fix screw-up in last check-inpatacongo2011-12-151-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4183 42af7a65-404d-4744-a932-0658087f49c3
* Add loops to set ADC SQ valuespatacongo2011-12-152-158/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4182 42af7a65-404d-4744-a932-0658087f49c3