diff --git a/Documentation/NuttX.png b/Documentation/NuttX.png index 360e657dd20..93c8aa5860f 100644 Binary files a/Documentation/NuttX.png and b/Documentation/NuttX.png differ diff --git a/Documentation/NuttX2-b.png b/Documentation/NuttX2-b.png index 5bdab5c29de..8dc51072f8b 100644 Binary files a/Documentation/NuttX2-b.png and b/Documentation/NuttX2-b.png differ diff --git a/Documentation/NuttX2.png b/Documentation/NuttX2.png index 422d1191fd2..4ce69ec5f49 100644 Binary files a/Documentation/NuttX2.png and b/Documentation/NuttX2.png differ diff --git a/Documentation/NuttX320.png b/Documentation/NuttX320.png index f736c41308b..090245e3f7d 100644 Binary files a/Documentation/NuttX320.png and b/Documentation/NuttX320.png differ diff --git a/Documentation/NuttXScreenShot.jpg b/Documentation/NuttXScreenShot.jpg index f5a9dc1fe72..62af41ea0dd 100644 Binary files a/Documentation/NuttXScreenShot.jpg and b/Documentation/NuttXScreenShot.jpg differ 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 + +