summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_eth.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-3/+3
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-1/+6
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+35
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-161-1/+1
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-2/+2
* Modified to support the change to the network ioctl signature changes. Also ...Gregory Nutt2014-08-161-11/+30
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-18/+18
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-0/+63
* Clean-up packet socket namingGregory Nutt2014-06-251-1/+1
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+9
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* STM32 EMAC: Add support for IGMP hash table update. From Manuel StühnGregory Nutt2014-03-241-44/+141
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GM...Gregory Nutt2013-09-171-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-4/+4
* 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