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 <ifname> <country code>`. Successful execution of `wapi country <ifname> <country code>` 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
