提交历史

作者 SHA1 备注 提交日期
  Anthony Merlino a8e1620f3c Merged in antmerlino/nuttx/mac802154_fix_eaddr (pull request #985) 5 年之前
  Anthony Merlino 70186874e3 Merged in antmerlino/nuttx/macnetdev (pull request #976) 5 年之前
  Gregory Nutt 09f4dee6bc All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 6 年之前
  Gregory Nutt 29a4a80f8c Squashed commit of the following: 6 年之前
  Anthony Merlino 14fb37c995 Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 7 年之前
  Gregory Nutt 0438783afa Squashed commit of the following: 7 年之前
  Gregory Nutt 42efcbe3a9 Merge remote-tracking branch 'origin/master' into beacon802154 7 年之前
  Gregory Nutt c3b552e072 Minor cosmetic updates from review of last PR. 7 年之前
  Gregory Nutt 747c79aa57 Merge remote-tracking branch 'origin/master' into beacon802154 7 年之前
  Gregory Nutt d639d8857d IEEE 802.15.4 MAC: Disable option to select interrupt-level meta data allocator. 7 年之前
  Anthony Merlino b9a9ba7dd0 ieee802154: Adds configuration options for verbose logging of certain features, to aid in debugging 7 年之前
  Anthony Merlino da8afe9d9e ieee802154: Finishes transmission of beacon frames, and performing a passive scan 7 年之前
  Gregory Nutt 05590a2228 6LoWPAN: Correct a few addressing issues. The apps/examples/udp test now appears to be fully functional. Also reserve two bytes at the end of the frame for the FCS. 7 年之前
  Gregory Nutt 2397bc728b Add some comments to a Kconfig file; Fix a typo introduced in previous commit. 7 年之前
  Gregory Nutt a12ff2836c Fixes from review of last PR 7 年之前
  Anthony Merlino cf53c9767e Merged in merlin17/nuttx/ieee802154 (pull request #415) 7 年之前
  Gregory Nutt 26cfafdbca Back out a previous (good) change in hope of eliminating PR conflict. 7 年之前
  Gregory Nutt 0d290904af Renaming in hope of eliminating a conflict with a pending PR. 7 年之前
  Gregory Nutt e7e8228b00 Missing option to select CONFIG_MAC802154_NNOTIF in Kconfig 7 年之前
  Anthony Merlino 9b2df31adc ieee802154: Fixes Kconfig naming for number of TX desc and number of notifications 7 年之前
  Gregory Nutt 192bacbd7f ieee802154 network driver now retries if ieee802154_req_data() returns EINTR. In clicker2-stm32 6LoWPAN configuration, increased the number of TX descriptors to match then number of IOBs. 7 年之前
  Gregory Nutt cfea8adacb L should be capitalized in 6LoWPAN 7 年之前
  Gregory Nutt 2d4ba3ee3f IEEE 802.15.4 MAC: Add list management and prioritization logic that will permit the MAC layer to support bound multiple clients. 7 年之前
  Anthony Merlino 83d8a7ed8b wireless/ieee802154: Renames Kconfig option, adds option for unimplemented receiver priority. 7 年之前
  Anthony Merlino 908d438047 WIP: wireless/ieee802154: More work on association/beacon-enabled networks 7 年之前
  Anthony Merlino 8ec0b71a59 wireless/ieee802154: Updates configuration settings 7 年之前
  Gregory Nutt 2043e1a114 IOBs: Move from driver/iob to a better location in mm/iob 7 年之前
  Anthony Merlino 1490599b69 wireless/ieee802154: Reworks data_ind allocation to include IOB allocation/deallocation. Hides private data. 7 年之前
  Gregory Nutt 3fcdc28a59 ieee 802.15.4: Add a pool-based memory allocator for RX frame meta-data. 7 年之前
  Anthony Merlino dd40014279 wireless/ieee802154: Removes radio IOCTL. Starts bringing radio and MAC closer with well-defined interface. 7 年之前