summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 16:48:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 16:48:12 -0600
commit2829ffe832cb656645f8eb3378ace9d402dce2ff (patch)
tree357f44cb6d6b7ae85160befe6f8ed3ac326840b9 /nuttx/Documentation
parent92d9a84d48e4abfadcb12c1bd6e6f510a49e2a1f (diff)
downloadpx4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.tar.gz
px4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.tar.bz2
px4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.zip
Rename uip_driver_s net_driver_s
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.pngbin4961 -> 4960 bytes
-rw-r--r--nuttx/Documentation/NuttX2-b.pngbin1559 -> 1558 bytes
-rw-r--r--nuttx/Documentation/NuttX2.pngbin3441 -> 3440 bytes
-rw-r--r--nuttx/Documentation/NuttX320.pngbin4151 -> 4150 bytes
-rw-r--r--nuttx/Documentation/NuttXScreenShot.jpgbin5872 -> 5870 bytes
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
-rwxr-xr-xnuttx/Documentation/acronyms.txt86
7 files changed, 45 insertions, 45 deletions
diff --git a/nuttx/Documentation/NuttX.png b/nuttx/Documentation/NuttX.png
index 360e657dd..93c8aa586 100644
--- a/nuttx/Documentation/NuttX.png
+++ b/nuttx/Documentation/NuttX.png
Binary files differ
diff --git a/nuttx/Documentation/NuttX2-b.png b/nuttx/Documentation/NuttX2-b.png
index 5bdab5c29..8dc51072f 100644
--- a/nuttx/Documentation/NuttX2-b.png
+++ b/nuttx/Documentation/NuttX2-b.png
Binary files differ
diff --git a/nuttx/Documentation/NuttX2.png b/nuttx/Documentation/NuttX2.png
index 422d1191f..4ce69ec5f 100644
--- a/nuttx/Documentation/NuttX2.png
+++ b/nuttx/Documentation/NuttX2.png
Binary files differ
diff --git a/nuttx/Documentation/NuttX320.png b/nuttx/Documentation/NuttX320.png
index f736c4130..090245e3f 100644
--- a/nuttx/Documentation/NuttX320.png
+++ b/nuttx/Documentation/NuttX320.png
Binary files differ
diff --git a/nuttx/Documentation/NuttXScreenShot.jpg b/nuttx/Documentation/NuttXScreenShot.jpg
index f5a9dc1fe..62af41ea0 100644
--- a/nuttx/Documentation/NuttXScreenShot.jpg
+++ b/nuttx/Documentation/NuttXScreenShot.jpg
Binary files differ
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index b156c1137..f8f59cb82 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -2926,13 +2926,13 @@ void board_led_off(int led);
<p>
<b><code>include/nuttx/net/netdev.h</code></b>.
All structures and APIs needed to work with Ethernet drivers are provided in this header file.
- The structure <code>struct uip_driver_s</code> defines the interface and is passed to uIP via
+ The structure <code>struct net_driver_s</code> defines the interface and is passed to uIP via
<code>netdev_register()</code>.
</p>
</li>
<li>
<p>
- <b><code>int netdev_register(FAR struct uip_driver_s *dev);</code></b>.
+ <b><code>int netdev_register(FAR struct net_driver_s *dev);</code></b>.
Each Ethernet driver registers itself by calling <code>netdev_register()</code>.
</p>
</li>
diff --git a/nuttx/Documentation/acronyms.txt b/nuttx/Documentation/acronyms.txt
index eb78239ce..31a95dfe9 100755
--- a/nuttx/Documentation/acronyms.txt
+++ b/nuttx/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
+
+