summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for PWM driverspatacongo2011-12-1923-134/+937
* 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-198-160/+835
* 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-177-251/+529
* Fix the data format used in apps/examples/adcpatacongo2011-12-164-58/+10
* 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-167-370/+500
* 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-1410-15/+695
* 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
* A few additional STM32 ADC changespatacongo2011-12-141-6/+14
* Progress on STM32 ADC driverpatacongo2011-12-142-45/+329
* Improve nettest feedbackpatacongo2011-12-132-1/+2
* Fix more STM32 ethernet bugs; Fix some build issues with examples/nettestpatacongo2011-12-135-24/+157
* Fix error in nettest buildpatacongo2011-12-132-11/+10
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-1314-12/+1605
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-1320-43/+1713
* STM32 Ethernet needs a MAC addresspatacongo2011-12-124-9/+17
* STM32 F4 Ethernet driver is fully functionalpatacongo2011-12-123-52/+167
* STM32 Ethernet... initial bring-up changespatacongo2011-12-125-72/+323
* Add STM32 DAC register definitions and skeleton DAC driverpatacongo2011-12-126-25/+602
* Replace tabs with spacespatacongo2011-12-121-65/+76
* Add a skeleton for an STM32 ADC driverpatacongo2011-12-123-1/+391
* Completes coding of the STM32 F4 Ethernet driverpatacongo2011-12-113-82/+420
* Add STM32 Ethernet packet reception logicpatacongo2011-12-113-75/+385
* Add Ethernet start-up logicpatacongo2011-12-101-0/+54
* Add Ethernet descriptor definitions and initializationpatacongo2011-12-102-9/+382
* Add Ethernet interrupt configuration and handlingpatacongo2011-12-102-47/+144
* Make declaration of _TCB idempotentpatacongo2011-12-102-0/+13
* Misc compilation warning cleanuppatacongo2011-12-103-11/+5
* Minor fixes for compile with DEBUG enabledpatacongo2011-12-102-2/+2
* BEV needs to be zero in single-vector mode; Interrupts go to EBASE+0x200patacongo2011-12-105-7/+60