summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add STM32 ethernet MAC and DMA initializationpatacongo2011-12-092-24/+321
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-098-40/+616
* Oops.. pic32mx-exception.c, not pic32mx-exception.Spatacongo2011-12-091-1/+1
* PIC32 bugfixespatacongo2011-12-089-57/+100
* Add Ethernet pin/clock configuration logicpatacongo2011-12-0810-72/+498
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-088-103/+1183
* Fix PIC32 timer source frequencypatacongo2011-12-072-8/+43
* Add beginning of ethernet register definitions for the STM32 F4patacongo2011-12-075-16/+357
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-0711-12/+287
* Add storage space for FPU registers in context switchingpatacongo2011-12-072-2/+83
* Add STM32 F4 DMA framework (untested)patacongo2011-12-078-595/+1335
* Prep for 6.12 releasenuttx-6.12patacongo2011-12-074-104/+156
* Calibrated STM3240G-EVAL delay looppatacongo2011-12-062-2/+2
* Add an NSH configuration for the STM3240G-EVALpatacongo2011-12-067-5/+1963
* Basic bring-up of the STM3240G-EVAL board is completepatacongo2011-12-063-9/+11
* Fix STM32F40 build problem. Moved ARM.exidx to FLASHpatacongo2011-12-062-8/+8
* Fix banding on the R61580 LCDpatacongo2011-12-0513-70/+227
* Fixes for STM32F40xxx portpatacongo2011-12-054-19/+20
* Fix a compile error when CONFIG_ARCH_INTERRUPTSTACK is turned on for Cortex-M*patacongo2011-12-041-1/+1
* mq_notify() was not setting errno on failurespatacongo2011-12-042-35/+77
* Fix a cloned error in driver poll setuppatacongo2011-12-034-6/+29
* Add comments that indicate that tsc2007_activate is probably not neededpatacongo2011-12-011-2/+14