提交历史

作者 SHA1 备注 提交日期
  Anthony Merlino 683bd6e10e ieee802154: Adds some missing elements to start support for beacon-enabled networks 7 年之前
  Anthony Merlino 8831d6e1d4 ieee802154: Minor renaming to align better with coding style standard 7 年之前
  Anthony Merlino 45a32a116b wireless/ieee802154: Minor naming change to align better with coding guidelines 7 年之前
  Gregory Nutt cd8ac3f070 ieee802154 MAC: Free allocated TX descriptor if an error occurs after the descriptor has been allocated. 7 年之前
  Gregory Nutt d3b9ea9d66 Trivial.. missing newlines in debug output 7 年之前
  Gregory Nutt a82ab4b729 mac802154_req_data() can return without releasing the exclsem 7 年之前
  Anthony Merlino fc4f1de766 wireless/ieee802154: Cleans up some endianness issues 7 年之前
  Anthony Merlino b1ce07deb1 Swithches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID 7 年之前
  Gregory Nutt 6162a84f80 ieee 802.15.4: Need counting protection on the logic that releases the notification resources. Otherwise, notification handlers may be operating with a stale pointer. 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 年之前
  Gregory Nutt afa0ab0819 Remove dangling whitespace form the end of lines 7 年之前
  Anthony Merlino 30568ee04f wireless/ieee802154: Merges shard logic for sending data request commands 7 年之前
  Anthony Merlino 74bc930551 wireless/ieee802154: Renames mac802154_poll to mac802154_radiopoll to be more obvious 7 年之前
  Gregory Nutt 19b0aa3145 ieee802154 MAC: Fix a warning when compiled for a target with 64-bit addressing 7 年之前
  Gregory Nutt 77757410c8 Remove dangling white space at the end of lines. 7 年之前
  Anthony Merlino e30501ebd4 wireless/ieee802154: Lots of fixes, cleanup, new functionality. Functional 7 年之前
  Anthony Merlino 908d438047 WIP: wireless/ieee802154: More work on association/beacon-enabled networks 7 年之前
  Anthony Merlino 06634afbe0 wireless/ieee802154: Restructuring of MAC notifications. Simplifes some interfaces 7 年之前
  Anthony Merlino 2b5e415fab wireless/ieee802154: Starts implementing START.request primitive 7 年之前
  Anthony Merlino 07c47b0dde wireless/ieee802154: Starts implementing START.request primitive 7 年之前
  Anthony Merlino 806dcd9a47 wireless/ieee802154: Brings closer to Nuttx coding style 7 年之前
  Anthony Merlino 1186cd4e56 wireless/ieee802154: Fixes missing handle of read/write being able to be interrupted 7 年之前
  Gregory Nutt 2043e1a114 IOBs: Move from driver/iob to a better location in mm/iob 7 年之前
  Anthony Merlino 2da6f71e84 wireless/ieee802154: Finishes MAC processing of received data frame 7 年之前
  Anthony Merlino a19a44ad3d wireless/ieee802154: Completes Rx data flow through MAC layer to callback 7 年之前
  Anthony Merlino 1490599b69 wireless/ieee802154: Reworks data_ind allocation to include IOB allocation/deallocation. Hides private data. 7 年之前
  Anthony Merlino 88fb514b42 Merged in merlin17/nuttx/ieee802154 (pull request #351) 7 年之前
  Gregory Nutt 3fcdc28a59 ieee 802.15.4: Add a pool-based memory allocator for RX frame meta-data. 7 年之前
  Anthony Merlino b87fac776f wireless/ieee802154: Removes msdu_length from meta-data since it is intrinsically in the IOB 7 年之前
  Anthony Merlino dd40014279 wireless/ieee802154: Removes radio IOCTL. Starts bringing radio and MAC closer with well-defined interface. 7 年之前