Re: [PR] xtensa/esp32s3: Support multiple PHY init data bin [nuttx]

2023-11-10 Thread via GitHub


acassis merged PR #11157:
URL: https://github.com/apache/nuttx/pull/11157


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



Re: [PR] xtensa/esp32s3: Support multiple PHY init data bin [nuttx]

2023-11-09 Thread via GitHub


tmedicci commented on PR #11157:
URL: https://github.com/apache/nuttx/pull/11157#issuecomment-1803631104

   I'm running some local testing. Please don't merge it yet.


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



[PR] xtensa/esp32s3: Support multiple PHY init data bin [nuttx]

2023-11-08 Thread via GitHub


cwespressif opened a new pull request, #11157:
URL: https://github.com/apache/nuttx/pull/11157

   ## Summary
   
   - Support partition and OTA device
   - Support multiple PHY init data bin
   
   ## Impact
   
   ## Testing
   
   If `CONFIG_ESP32S3_PHY_INIT_DATA_IN_PARTITION` and 
`CONFIG_ESP32S3_SUPPORT_MULTIPLE_PHY_INIT_DATA` are enabled, PHY initialization 
data (PHY initialization data is used for RF calibration) will be loaded from a 
partition, make sure that PHY data partition is included (type: 'data', 
subtype: 'phy').
   
   The corresponding PHY init data type can be automatically switched according 
to the country code, China's PHY init data bin is used by default, country code 
can be modified through the wapi command: `wapi country  `.
   
   Successful execution of `wapi country  ` in 
`esp32s3-devkit:wifi` with `CONFIG_ESP32S3_PHY_INIT_DATA_IN_PARTITION=y` and 
`CONFIG_ESP32S3_SUPPORT_MULTIPLE_PHY_INIT_DATA=y`
   


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