summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/stm32/stm32_eth.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo1-3/+21
2012-07-17STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo1-0/+0
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-4/+4
2012-02-18Correct a buffer size error in the STM32 ethernet driverpatacongo1-9/+15
2011-12-13Fix more STM32 ethernet bugs; Fix some build issues with examples/nettestpatacongo1-17/+130
2011-12-13STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo1-3/+3
2011-12-12STM32 F4 Ethernet driver is fully functionalpatacongo1-50/+157
2011-12-12STM32 Ethernet... initial bring-up changespatacongo1-69/+295
2011-12-12Add a skeleton for an STM32 ADC driverpatacongo1-1/+5
2011-12-11Completes coding of the STM32 F4 Ethernet driverpatacongo1-81/+410
2011-12-11Add STM32 Ethernet packet reception logicpatacongo1-75/+377
2011-12-10Add Ethernet start-up logicpatacongo1-0/+54
2011-12-10Add Ethernet descriptor definitions and initializationpatacongo1-7/+215
2011-12-10Add Ethernet interrupt configuration and handlingpatacongo1-12/+122
2011-12-10Minor fixes for compile with DEBUG enabledpatacongo1-1/+1
2011-12-09Add STM32 ethernet MAC and DMA initializationpatacongo1-19/+314
2011-12-09Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo1-29/+492
2011-12-08Add Ethernet pin/clock configuration logicpatacongo1-14/+176
2011-12-08Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo1-0/+730