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 NuttX device
   - [ ] test some more complex network examples
   
   TODOs for now:
   
   - [ ] handle incoming ACK, confirm TX to MAC only after ACK
   - [ ] filter RX packets
   - [ ] check radio hardware reset (power off - power on sequence), it didn't 
work last time I checked
   - [ ] pending frame flag
   - [ ] energy detection logic not tested at all
   - [ ] RSSI support for radiocb->rxframe()
   - [ ] cleup unused logic and unused data
   - [ ] are all IFS properly supported ? (long frame + ACL, short frame + ACK, 
long frame without ACK, short frame without ACK)
   - [ ] revisit pending TX after transmiting ACK
   - [ ] we can use PPI to handle timer events (TIMER EVENT to RADIO TASKS)
   - [ ] optimize RADIO irq logic
   - [ ] configure tx power
   
   TODOs someday:
   - beacon support
   - GTS support
   - board specific logic (antena, etc)
   
    ## Impact
   
   ## Testing
   
   


-- 
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...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to