feat(phy): add config for esp32c2 move iram func to flash

This commit is contained in:
wangtao@espressif.com
2025-03-20 16:52:03 +08:00
parent 4312734f27
commit 3035667e69
6 changed files with 41 additions and 2 deletions

View File

@@ -693,6 +693,7 @@ config BT_CTRL_RUN_IN_FLASH_ONLY
- For HCI_LE_Extended_Create_Connection command, only 1M phy's connection parameters will be applied.
Other phys' will be ignored.
- For extended scanning, we may be unable to receive the extended adv with 300us MAFS.
- To match performance, phy needs to be reduced, you need to disable ESP_PHY_IRAM_OPT.
config BT_LE_PLACE_CONN_RELATED_INTO_IRAM
bool "Place the connection-related code into IRAM"