summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_eth.c
Commit message (Expand)AuthorAgeFilesLines
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+1
* Move some PHY initialization logic for Darcypatacongo2012-11-221-0/+11
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-0/+1
* Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-041-1/+1
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+79
* Fixes STM32F107 DMA issuepatacongo2012-09-241-5/+11
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-10/+25
* STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-221-11/+70
* Shenzhou board uses RMII PHY interface, not MIIpatacongo2012-09-221-1/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-10/+50
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-081-9/+87
* More info for the Shenzhou board configurationpatacongo2012-09-071-1/+1
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-3/+21
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-171-0/+0
* 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