提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 759d8c1bfa Run nxstyle against files modified in previous commit. 4 年之前
  Gregory Nutt ca2b0a3657 Fix more warnings noted in PR checks 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  Anthony Merlino 6bbc30c5fd Merged in antmerlino/nuttx/mac802154_fcslen (pull request #983) 5 年之前
  Anthony Merlino 90317a9eeb Merged in antmerlino/nuttx/ieee802154_energydetect (pull request #977) 5 年之前
  Gregory Nutt 2767e80459 Squashed commit of the following: 5 年之前
  Xiang Xiao 5e8ae23edc drivers/timers/oneshot.c: Support signal notification through SIGEV_THREAD 5 年之前
  Gregory Nutt 091e3f732e net/udp: Fix several issues using connected UDP sockets: sendto() should not accept and address. Normally send() should be used instead. recvfrom() is no longer necessary. recvfrom() and poll() should not reset to accept any addresses but should, instead, only accept inputs and events from the connected remore peer. On of these issues was noted by 李桂丁 <liguiding@pinecone.net>. Changes were made as summarized here: http://www.masterraghu.com/subjects/np/introduction/unix_network_programming_v1.3/ch08lev1sec11.html 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Anthony Merlino 14fb37c995 Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 7 年之前
  Anthony Merlino 9af6b7cdae Squashed commit of the following: 7 年之前
  Gregory Nutt 0438783afa Squashed commit of the following: 7 年之前
  Gregory Nutt d00a37ee5a PF_IEEE802154: Finishes up sendto() logic 7 年之前
  Anthony Merlino f665c3e506 ieee802154: Adds special attribut that can be used to perform a regdump of the radio 7 年之前
  Anthony Merlino 222fe50d3a ieee802154: Trivial 7 年之前
  Anthony Merlino 3158188846 ieee802154: Renaming of some fields 7 年之前
  Anthony Merlino aaa1dd2bbe ieee802154: Renames ack_wait_dur to ack_waitdur and removes it from private mac struct 7 年之前
  Anthony Merlino 06b99588c0 ieee802154: Fixes resp_waittime field in ieee802154_macattr_u 7 年之前
  Anthony Merlino 29e028f7ac ieee802154: Minor renaming to align better with coding guidelines 7 年之前
  Anthony Merlino b981ced4d4 ieee802154: Finishes beacon association functionality 7 年之前
  Gregory Nutt 1f81b14610 Beacon logic: Damage control. Looks like something went wrong with the PR merge. 7 年之前
  Anthony Merlino da8afe9d9e ieee802154: Finishes transmission of beacon frames, and performing a passive scan 7 年之前
  Anthony Merlino 683bd6e10e ieee802154: Adds some missing elements to start support for beacon-enabled networks 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 cfea8adacb L should be capitalized in 6LoWPAN 7 年之前
  Anthony Merlino d5481aabf4 wireless/ieee802154: Fixes ordering of strings associated with changed enum 7 年之前
  Anthony Merlino ca30b6c02a wireless/ieee802154: Fixes issue with wrong information being sent in a rejected association response frame 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 年之前