keever50 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2708227240

   I implemented the changes.
   
   **Changes:**
   
   - Changed SETRADIOFREQ from MHz to Hz 32bit. Because steps of MHz is not 
precise enough. For example in EU regulations, 869.250MHz would be one of the 
frequencies that allow 500mW transmission. 868 or 869 have different rules. 
Allowing Hz instead kHz allows fine tuning. In cases of drift or temperature.
   - Added modulation schemes. G/FSK and ASK/OOK.
   - Added SET/GET for everything.
   - Added void *private to rx_hdr for driver+application specific stuff.
   - Changed b8_t fixedmath.h to uint32_t 1/100 steps in rx_hdr.
   **Questions**
   Why do we have WLIOC_SETADDR under common while it clearly says its driver 
specific? This sounds like specific packet engine stuff.
   


-- 
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