summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Networking: Fix to ICMPv6 logic: Needs to set source and destination address...Gregory Nutt2015-01-191-1/+1
* Networking: Update ICMPv6 message numbersGregory Nutt2015-01-191-36/+34
* Fix a few more dangling IPv6 issues found by code inspectionGregory Nutt2015-01-182-2/+2
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-183-114/+2
* Networking: Straighten up use if IPv6/IPv4 in TCP connection logicGregory Nutt2015-01-171-5/+5
* Networking: Save the IP domain in the connection structureGregory Nutt2015-01-171-1/+1
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-171-8/+35
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-171-8/+2
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-163-20/+98
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-41/+32
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-162-11/+5
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-1/+47
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-161-1/+2
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-153-7/+8
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-153-13/+53
* Networking: More IPv6 detanglementGregory Nutt2015-01-151-8/+16
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-157-118/+167
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-152-32/+37
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-141-10/+16
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-148-73/+276
* Networking: Add support for IPv6 ioctlsGregory Nutt2015-01-142-114/+95
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-13/+14
* STM32 SDIO: CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE should not be available unless ...Gregory Nutt2015-01-081-9/+6
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-081-1/+21
* Update ChangeLogGregory Nutt2015-01-061-7/+7
* There were some changes which broke my NuttX-Build. With these two patches it...Gregory Nutt2015-01-011-0/+4
* Fix warning caused by missing comment closing */. From David Sidrane.Gregory Nutt2014-12-301-1/+1
* Added forward reference to eliminate warnings. From David Sidrane.Gregory Nutt2014-12-301-0/+1
* Fixes warning about block_operations not being defined. From David Sidrane.Gregory Nutt2014-12-301-0/+2
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-271-2/+28
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-4/+7
* More RAMTRON related fixes from David SidraneGregory Nutt2014-12-262-5/+19
* Most superstitous updates to the RAMTROM driver make it more compatibile with...Gregory Nutt2014-12-262-1/+3
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-563/+0
* ili9341: update interface control definitionsGregory Nutt2014-12-191-0/+11
* stm32: Add interface description for ltdc controller. This defines the inter...Gregory Nutt2014-12-191-0/+563
* Freedom KL25Z: Update the CC3000 support to use the current CC300 interfaces...Gregory Nutt2014-12-181-8/+8
* strncpy will not copy the terminating \0 into the destination if the source i...Gregory Nutt2014-12-171-1/+1
* Update the ADXL345 interface following the current interface schemeGregory Nutt2014-12-162-11/+4
* Minor clean-up associated with the ADX345 driverGregory Nutt2014-12-161-56/+17
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt2014-12-161-1/+25
* Add ADXL345 accelerometer driver. From Alan Carvalho de AssisGregory Nutt2014-12-162-1/+441
* Fix cosmetic typo in header file idempotence. Note by LazloGregory Nutt2014-12-101-3/+3
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ...Gregory Nutt2014-12-101-0/+158
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-093-0/+36
* Add CRC8 support. From Ken PettitGregory Nutt2014-12-091-0/+84
* stdint.h: Don't use hex values to specify minimum values of fixed width, sig...Gregory Nutt2014-12-081-106/+106
* Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-defi...Gregory Nutt2014-12-061-0/+59
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, an...Gregory Nutt2014-12-051-19/+20
* Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-051-1/+16