Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11617: URL: https://github.com/apache/nuttx/pull/11617 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493751912 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +#

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493751766 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +#

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493750691 ## arch/arm/src/nrf52/nrf52_ieee802154_trace.c: ## @@ -0,0 +1,154 @@ +/ + * arch/arm

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493750373 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +# ###

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on PR #11617: URL: https://github.com/apache/nuttx/pull/11617#issuecomment-1951113027 Ready for review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-01-29 Thread via GitHub
raiden00pl commented on PR #11617: URL: https://github.com/apache/nuttx/pull/11617#issuecomment-1915034214 @acassis Yes, that's the plan. I hope it'll be finished before Nordic releases nrf54 :) -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-01-28 Thread via GitHub
acassis commented on PR #11617: URL: https://github.com/apache/nuttx/pull/11617#issuecomment-1913741274 @raiden00pl are you plan to add 6LoWPAN support to nRF5x ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-01-28 Thread via GitHub
raiden00pl opened a new pull request, #11617: URL: https://github.com/apache/nuttx/pull/11617 ## Summary To be tested: - [ ] i8sak: PAN: nrf52 - Device: nrf52 - [ ] i8sak: PAN: nrf52 - Device: mrf24j40 - [ ] i8sak: PAN: mrf24j40 - Device: nrf52 - [ ] communicate with not Nu