From baa668f56cf0013951eedaff1e88f32853e3ff0c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 16:48:12 -0600 Subject: [PATCH] Rename uip_driver_s net_driver_s --- Documentation/NuttX.png | Bin 4961 -> 4960 bytes Documentation/NuttX2-b.png | Bin 1559 -> 1558 bytes Documentation/NuttX2.png | Bin 3441 -> 3440 bytes Documentation/NuttX320.png | Bin 4151 -> 4150 bytes Documentation/NuttXScreenShot.jpg | Bin 5872 -> 5870 bytes Documentation/NuttxPortingGuide.html | 4 +- Documentation/acronyms.txt | 86 +++++++++++++-------------- 7 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Documentation/NuttX.png b/Documentation/NuttX.png index 360e657dd20f3c2326d8a06b1f96e974f9a5099d..93c8aa5860f0044cdbef593ed4feb29f2b722010 100644 GIT binary patch delta 13 UcmaE;_CSrLGr-S%BWsK>042`^r2qf` delta 14 VcmaE$_E3$rGr-TCcOy%TFaRl)1hN1C diff --git a/Documentation/NuttX2-b.png b/Documentation/NuttX2-b.png index 5bdab5c29de3f300e5178a7245cc4f13d5162766..8dc51072f8b2f72424b7dc11e87a974acc14ebc1 100644 GIT binary patch delta 13 UcmbQvGmVF(Gr-S%BdZV_02~4Xh5!Hn delta 14 VcmbQnGo6REGr-TCcO#1s8vq{w1Csy% diff --git a/Documentation/NuttX2.png b/Documentation/NuttX2.png index 422d1191fd21bbeafc908d5742a919a39e3d0211..4ce69ec5f49d1eaa245f8d4bf207e564337a3361 100644 GIT binary patch delta 13 Ucmew;^+AfIGr-S%BWn&X048Asw*UYD delta 14 Vcmew$^-+qoGr-TCcOy#$*V-q0Le133IJ1l2YCPh diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index b156c113744..f8f59cb82e6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2926,13 +2926,13 @@ void board_led_off(int led);

include/nuttx/net/netdev.h. All structures and APIs needed to work with Ethernet drivers are provided in this header file. - The structure struct uip_driver_s defines the interface and is passed to uIP via + The structure struct net_driver_s defines the interface and is passed to uIP via netdev_register().

  • - int netdev_register(FAR struct uip_driver_s *dev);. + int netdev_register(FAR struct net_driver_s *dev);. Each Ethernet driver registers itself by calling netdev_register().

  • diff --git a/Documentation/acronyms.txt b/Documentation/acronyms.txt index eb78239ceaa..31a95dfe9b8 100755 --- a/Documentation/acronyms.txt +++ b/Documentation/acronyms.txt @@ -1,43 +1,43 @@ -AIC Advanced Interrupt Controller (Atmel SAM) -ADC Analog to Digital Conversion -ARP Address Resolution Protocol (networking) -BCH Block to Character -CAN Controller Area Network -DEVIF Device Interface (networking) -DAC Digital to Analog Conversion -DEV Device -DRAM Dynamic RAM -FAT File Allocation Table -FTL FLASH Translation Layer -I2C Inter-Integrated Circuit -I2S Inter IC Sound -ICMP Internet Control Message Protocol (networking) -IOB I/O Buffer (networking) -LIBC The "C" Library -MM Memory Management/Manager -MMC Multi-Media Card -MMCSD See MMC and SD -MTD Memory Technology Device -NFS Network File System -NETDEV Network Device (networking) -NSH NuttShell -NX NuttX, the NuttX Graphics server (graphics) -NXFFS NuttX Flash File System -NXWM The NuttX Window Manager (graphics) -PID Peripheral ID (Atmel SAM) -PWM Pulse Width Modulation -PKT "Raw" Packet socket (networking) -RAM Random Access Memory -SAIC Secure Advanced Interrupt Controller (Atmel SAM) -SD Secure Digital -SPI Serial Periperhal Interface -TCP Transmission Control Protocol (networking) -TSC Touchscreen Controller -TWI Two-Wire Interface -UDP User Datagram Protocol (networking) -UART Universal Asynchronous Receiver/Transmitter -USB Universal Serial Bus -USART Universal Synchronous/Asynchronous Receiver/Transmitter -WDT Watchdog Timer - - +AIC Advanced Interrupt Controller (Atmel SAM) +ADC Analog to Digital Conversion +ARP Address Resolution Protocol (networking) +BCH Block to Character +CAN Controller Area Network +DEVIF Device Interface (networking) +DAC Digital to Analog Conversion +DEV Device +DRAM Dynamic RAM +FAT File Allocation Table +FTL FLASH Translation Layer +I2C Inter-Integrated Circuit +I2S Inter IC Sound +ICMP Internet Control Message Protocol (networking) +IOB I/O Buffer (networking) +LIBC The "C" Library +MM Memory Management/Manager +MMC Multi-Media Card +MMCSD See MMC and SD +MTD Memory Technology Device +NFS Network File System +NETDEV Network Device (networking) +NSH NuttShell +NX NuttX, the NuttX Graphics server (graphics) +NXFFS NuttX Flash File System +NXWM The NuttX Window Manager (graphics) +PID Peripheral ID (Atmel SAM) +PWM Pulse Width Modulation +PKT "Raw" Packet socket (networking) +RAM Random Access Memory +SAIC Secure Advanced Interrupt Controller (Atmel SAM) +SD Secure Digital +SPI Serial Periperhal Interface +TCP Transmission Control Protocol (networking) +TSC Touchscreen Controller +TWI Two-Wire Interface +UDP User Datagram Protocol (networking) +UART Universal Asynchronous Receiver/Transmitter +USB Universal Serial Bus +USART Universal Synchronous/Asynchronous Receiver/Transmitter +WDT Watchdog Timer + +