>>

XMOS Ethernet ComponentΒΆ

  • Etehrnet Overview
    • Component Summary
  • Ethernet H/W Development Platforms
  • Ethernet Mac Description
    • Buffers and Queues
    • Filtering
    • Timestamping
    • MAC Address Storage
    • Resource Usage
      • Threads
      • Ports
      • Memory
    • Single threaded “lite” implementation (experimental)
  • Ethernet Programming Guide
    • Getting started
      • Installation
      • Building
    • Source code structure
      • Directory Structure
      • Key Files
    • A Sample Ethernet Application (tutorial)
      • Makefile
      • ethernet_conf.h
      • mac_custom_filter
      • Top level program structure
      • Ethernet packet processing
      • Running the application
  • Ethernet API
    • Configuration Defines
    • Custom Filter Function
    • Data Structures
    • OTP MAC Address Reading
    • Ethernet Phy API
    • MAC Server API
    • RX Client API
      • Packet Receive Functions
      • Configuration Functions
    • TX Client API
      • Packet Transmit Functions
      • Configuration Functions
  • Single threaded MII
    • Using single threaded MII
      • Threads
      • Packet storage
      • API
      • Management API
      • Example minimal programs
    • Internal details on single threaded MII
      • LLD: MII RX/TX principles
      • Interaction between LLD and packet manager
      • Packet buffering management
      • Interaction between packet management and application code
    • Server for single threaded MII

Ethernet Component (1v4)

  • Etehrnet Overview
  • Ethernet H/W Development Platforms
  • Ethernet Mac Description
  • Ethernet Programming Guide
  • Ethernet API
  • Single threaded MII

Search