summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Update to STM32 DAC and ADC driverspatacongo2011-12-154-27/+122
* 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-141-14/+14
* STM32 F4 RTC is functionalpatacongo2011-12-142-4/+120
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-143-35/+50
* STM32 F4 RTC driver is fully coded (but not tested)patacongo2011-12-149-50/+583
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-143-588/+912
* A few additional STM32 ADC changespatacongo2011-12-141-6/+14
* Progress on STM32 ADC driverpatacongo2011-12-141-38/+322
* Fix more STM32 ethernet bugs; Fix some build issues with examples/nettestpatacongo2011-12-131-17/+130
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-131-3/+3
* STM32 F4 Ethernet driver is fully functionalpatacongo2011-12-121-50/+157
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-69/+295
* 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-111-81/+410
* Add STM32 Ethernet packet reception logicpatacongo2011-12-111-75/+377
* 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
* 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-102-7/+40
* Add STM32 ethernet MAC and DMA initializationpatacongo2011-12-092-24/+321
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-094-35/+514
* Oops.. pic32mx-exception.c, not pic32mx-exception.Spatacongo2011-12-091-1/+1
* PIC32 bugfixespatacongo2011-12-086-49/+76
* Add Ethernet pin/clock configuration logicpatacongo2011-12-086-69/+428
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-085-97/+1168
* Fix PIC32 timer source frequencypatacongo2011-12-071-8/+36
* Add beginning of ethernet register definitions for the STM32 F4patacongo2011-12-074-15/+351
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-079-10/+283
* Add storage space for FPU registers in context switchingpatacongo2011-12-072-2/+83
* Add STM32 F4 DMA framework (untested)patacongo2011-12-077-595/+1333
* Basic bring-up of the STM3240G-EVAL board is completepatacongo2011-12-061-2/+2
* Fixes for STM32F40xxx portpatacongo2011-12-053-15/+15
* Fix a compile error when CONFIG_ARCH_INTERRUPTSTACK is turned on for Cortex-M*patacongo2011-12-041-1/+1
* Fix error in sim buildpatacongo2011-11-281-2/+15
* update some commentspatacongo2011-11-271-0/+6
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
* Finish code for basic STM3240 portpatacongo2011-11-2410-68/+323
* Add clock configuration logic for the STM32F40patacongo2011-11-233-62/+568
* Finish port of GPIO driver for STM3240patacongo2011-11-234-210/+397
* More changes for STM3240 buildpatacongo2011-11-228-362/+698
* More changes, getting closer to a clean STM3240 compilepatacongo2011-11-225-161/+291
* Working toward clean STM3240xx buildpatacongo2011-11-2215-905/+1084
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-221-3/+31