提交历史

作者 SHA1 备注 提交日期
  Anthony Merlino 535db0140a Merged in antmerlino/nuttx/wirelessnetdev (pull request #984) 5 年之前
  Anthony Merlino b48a62a7d4 Merged in antmerlino/nuttx/sixlowpan-ul-bit (pull request #787) 5 年之前
  Gregory Nutt 6d93658ff8 Add new configuratin CONFIG_NET_MCASTGROUP. This option is selected automatically if either CONFIG_NET_IGMP or CONFIG_NET_MLD are selected. Most conditional logic based on CONFIG_NET_IGMP replaced with conditioning on CONFIG_NET_MCASTGROUP. 6 年之前
  Gregory Nutt 2722fd8192 tools/nxstyle.c: Add capability to detect multiple blank lines. Single spacing required by the coding standard. Also coding standard fixes to server .c files for problems found during testing nxstyle. 6 年之前
  Gregory Nutt 8c61c2f31b Remove trailing spaces at the end of lines. 6 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 6a6bf1b62f :Remove CONFIG_NET_6LOWPAN_FRAMELEN. In this case where multiple radios are support3d, this may not be a constant. 6LoWPAN now always queries the driver to get the maximum frame length. 7 年之前
  Gregory Nutt 334d1734dc 6LoWPAN/Radio: Rename radio property sp_pktlen to sp_framelen. Add 6LoWPAN utility to get the max frame length (not yet hooked in) 7 年之前
  Gregory Nutt 88a87f8e3f 6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started. 7 年之前
  Gregory Nutt 70911c3f52 PktRadio loopback driver: Fix compile problem by removing inappropriate const storage class. 7 年之前
  Gregory Nutt 6919fb85e4 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 7 年之前
  Gregory Nutt cff4ac6845 Squashed commit of the following: 7 年之前
  Gregory Nutt a29a168086 Spirit + 6LoWPAN: In STAR configuration, Spirit must use a configured well known hub address. 6LoWPAN cannot assume that the PAN coordinator is the STAR hub; it must ask the radio to provide it with the address of the star hub 7 年之前
  Gregory Nutt 733d96cf81 Spirit: Correct setting of the length width field; Add multicast and broadcast addresses to radio properities. 7 年之前
  Gregory Nutt 1ae9748170 Networking: Add support for some packet radio IOCTL commands; Spirit: Fix a few bugs from testing. 7 年之前
  Gregory Nutt 00d8dd3912 PktRadio: Some initial fixes resulting for early testing with loopback device. 7 年之前
  Gregory Nutt 781585cfb4 PktRadio: Add a loopback driver for testing on the simulator. 7 年之前