summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix a PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-258-19/+85
* Add support for LEDs on the Ethernet Starter kitpatacongo2011-12-256-50/+173
* Update to README filespatacongo2011-12-245-8/+173
* PIC32 Serial Console fixespatacongo2011-12-232-7/+146
* PIC32 NSH configuration now builds without errorspatacongo2011-12-235-49/+51
* Changes to get PIC32 serial driver to compilepatacongo2011-12-221-24/+34
* PIC32, need to clear SW interrupt bit in CAUSE registerpatacongo2011-12-221-3/+12
* Calibrated all PIC32 delay loopspatacongo2011-12-223-11/+10
* Add Sure PIC32 NSH configurationpatacongo2011-12-228-4/+1542
* Update to the STM32 ADC and CAN driverspatacongo2011-12-2210-83/+268
* STM32 CAN debug fixespatacongo2011-12-222-85/+97
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-2223-60/+343
* Disable interrupts while accessing the APB2RTSR registerpatacongo2011-12-221-0/+8
* STM32 ADC driver updatepatacongo2011-12-227-59/+75
* STM32 CAN driver now compilespatacongo2011-12-216-199/+691
* Add the beginning of an STM32 CAN driverpatacongo2011-12-2117-34/+986
* STM32 ADC driver updatepatacongo2011-12-204-113/+313
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-207-24/+61
* Finishes the PWM driver for the STM32patacongo2011-12-209-23/+119
* PWM driver workspatacongo2011-12-205-39/+158
* First round of PWM driver debug changespatacongo2011-12-204-4/+60
* ADC driver updatepatacongo2011-12-203-46/+245
* Add a test for PWM driverspatacongo2011-12-1914-127/+375
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-193-59/+0
* Completes coding of the PWM modulepatacongo2011-12-197-160/+833
* Fix STM32 USB overrun problem (again, still)patacongo2011-12-182-54/+195
* Add alternate function pin mapping for the STM32F103VCpatacongo2011-12-172-1/+424
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-1768-703/+14885
* Fix a critical bug in the STM32 USB device-side driverpatacongo2011-12-172-39/+53
* Fix some bad SDIO debug instrumentationpatacongo2011-12-172-24/+34
* STM32 ADC updatepatacongo2011-12-176-250/+528
* Fix the data format used in apps/examples/adcpatacongo2011-12-161-1/+1
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-1612-158/+1632
* Add generic, upper-half PWM driverpatacongo2011-12-168-108/+583
* Update how ADC channel number is obtainedpatacongo2011-12-161-20/+28
* Updated STM32 ADC driverpatacongo2011-12-164-354/+430
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-157-28/+53
* Started then stopped development of the STM32 DAC driver -- I guess it isn't ...patacongo2011-12-154-19/+377
* More STM32 DAC driver logicpatacongo2011-12-159-78/+461
* Update to STM32 DAC and ADC driverspatacongo2011-12-156-29/+126
* Oops fix screw-up in last check-inpatacongo2011-12-151-1/+1
* Oops fix screw-up in last check-inpatacongo2011-12-151-5/+5
* Add loops to set ADC SQ valuespatacongo2011-12-152-158/+19
* Updated STM32 ADC driverpatacongo2011-12-152-49/+431
* Add a framework for an ADC testpatacongo2011-12-145-14/+244
* Enable the RTC in the STM3240G-EVAL NSH configurationpatacongo2011-12-141-2/+3
* STM32 F4 RTC is functionalpatacongo2011-12-143-4/+121
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-1410-49/+210
* STM32 F4 RTC driver is fully coded (but not tested)patacongo2011-12-1411-51/+639
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-147-605/+1039