Commit History

Author SHA1 Message Date
  Gregory Nutt 873de7b480 configs/*/README.txt: Update to the new URL for obtaining the ARM toolchain. 7 years ago
  Gregory Nutt 2947ca06c9 Avoid some harsh, inappropriate DEBUGASSERT's. 7 years ago
  Gregory Nutt c2fbef2062 b-l475e-iot01a: Add configurations to support a star topology. 7 years ago
  Gregory Nutt ae1771454a 6LoWPAN: TCP send logic was returning a failure in one case when, in fact, the send was successful. 7 years ago
  Gregory Nutt af8c5c86f3 6LowPan: Change how the destination node address is handled in the start endpoint configuration. When the star endpoint sent the IPv6 destination address, the HC06 compression logic elided the address -- meaning that it could be reconstructed by the recipient based on the receiver's assigned short address. However, when intercepted by the hub, the uncompressed address does not know the short address of the recipient and instead uses the short address of the hub. This means two things: (1) it looks like the hub address is the destination address, and (2) the uncompressed UDP packet has a bad checksum. This change assures that the destination IPv6 address is not elided in the case of the star endpoint configuration. 7 years ago
  Gregory Nutt ad3ea72ff5 Update a README; refresh some configurations. 7 years ago
  Gregory Nutt 6d8df90b79 Clicker2-STM32 + net/: Add configurations to support the endpoint and hub roles in a star topology. Fix various things that broke when IPv6 forwarding was enabled. 7 years ago
  Gregory Nutt 76644b6ead Update a README. 7 years ago
  Gregory Nutt 70cefcf551 Clicker2-STM32: Add support for the Telnet client to the mrf24j40-6lowpan configuration. Useless at the moment because the NuttX telnet daemon does not yet support IPv6. 7 years ago
  Gregory Nutt 8cb4636bb1 Update README 7 years ago
  Gregory Nutt aa1708e7c0 6LoWPAN: Update README; fix duplicate and bad memcpy in loopback driver. 7 years ago
  Gregory Nutt 249ab6eb18 6LoWPAN: Eliminate a global variable. 7 years ago
  Gregory Nutt 5a8668b362 6LoWPAN TCP: Fix more ACK handling, fix some callback flag settings. Now the TCP test appears fully functional on 6LoWPAN. 7 years ago
  Gregory Nutt ff08f799ca IEEE802.15.4: Update RX statistics in network driver. Update README files. 7 years ago
  Gregory Nutt 74c97f7e7f 6LoWPAN: Various fixes for a clean build if either TCP or UDP are disabled. Given the current state of TCP, it is recommended that you disable TCP. 7 years ago
  Gregory Nutt 96af668ab8 6LoWPAN: Handle case where the local address is zero (listen socket) 7 years ago
  Gregory Nutt f0cdb0e6b4 clicker2-stm32/mrg24j40-6lowpan: Add apps/examples/nettest. Refresh all configurations that enable the nettest. 7 years ago
  Gregory Nutt 328a464f99 6LoWPAN: Fix a typo in an index that prevented use with HC1 and extended addresses. 7 years ago
  Gregory Nutt 1a46ea644d 6LoWPAN: Add missing IPv6 address creation to HC1 decode logic. 7 years ago
  Gregory Nutt 4a517ad48d 6LoWPAN: Just adds more debug output 7 years ago
  Gregory Nutt b49c52226e Update README 7 years ago
  Gregory Nutt d9f549121c ieee802154_req_data: Don't modify the IOB until we are certain that no EINTR errors will occur. Otherwise, the retry will fail 7 years ago
  Gregory Nutt a82ab4b729 mac802154_req_data() can return without releasing the exclsem 7 years ago
  Gregory Nutt 68a2b84277 Update a README 7 years ago
  Gregory Nutt c5ae864624 /configs/clicker2-stm32/mrf24j40-6lowpan: Enables both client and server UDP tests on the target; Update a README file. 7 years ago
  Gregory Nutt cfea8adacb L should be capitalized in 6LoWPAN 7 years ago
  Gregory Nutt 84a75996fb IEEE 802.15.4 Network Driver: Add logic to setup the network mask, update the MAC-based IPv6 addressing when the network is brought up. The idea is that addressing changes are supposed to occur only while the network is down but won't take effect until the network is up again. 7 years ago
  Gregory Nutt 4588226d71 Clicker2-STM32: Enable networking and 6loWPAN in the mrf24j40-6lowpan configuration. Fix a couple of new 6loWPAN compile issues revealed by this new configuration. 7 years ago
  Gregory Nutt ab2028d73e Fix a long line in a README file 7 years ago
  Gregory Nutt 389144412c Merge branch 'ieee802154' of bitbucket.org:nuttx/nuttx into ieee802154 7 years ago