summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_eth.c
Commit message (Expand)AuthorAgeFilesLines
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+4
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-9/+15
* 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 a skeleton for an STM32 ADC driverpatacongo2011-12-121-1/+5
* 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-101-7/+215
* Add Ethernet interrupt configuration and handlingpatacongo2011-12-101-12/+122
* Minor fixes for compile with DEBUG enabledpatacongo2011-12-101-1/+1
* Add STM32 ethernet MAC and DMA initializationpatacongo2011-12-091-19/+314
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-091-29/+492
* Add Ethernet pin/clock configuration logicpatacongo2011-12-081-14/+176
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-0/+730