mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fix(ble/controller): Fixed tx count in direct test mode on ESP32-C3 and ESP32-S3
- Fixed tx count in direct test mode on ESP32-C3 and ESP32-S3 - fixed modem sleep enter failed sometimes
This commit is contained in:
Submodule components/bt/controller/lib_esp32c3_family updated: 0caae2bd70...e5c0f7256e
@@ -1169,7 +1169,7 @@ r_lld_test_init = 0x40001324;
|
||||
r_lld_test_rx_isr = 0x40001328;
|
||||
r_lld_test_set_tx_power = 0x4000132c;
|
||||
r_lld_test_start = 0x40001330;
|
||||
r_lld_test_stop = 0x40001334;
|
||||
/* r_lld_test_stop = 0x40001334; */
|
||||
r_lld_update_rxbuf = 0x40001338;
|
||||
r_lld_update_rxbuf_isr = 0x4000133c;
|
||||
r_lld_white_list_add = 0x40001340;
|
||||
|
@@ -1442,7 +1442,7 @@ r_lld_test_init = 0x40004950;
|
||||
r_lld_test_rx_isr = 0x4000495c;
|
||||
r_lld_test_set_tx_power = 0x40004968;
|
||||
r_lld_test_start = 0x40004974;
|
||||
r_lld_test_stop = 0x40004980;
|
||||
/* r_lld_test_stop = 0x40004980;*/
|
||||
r_lld_update_rxbuf = 0x4000498c;
|
||||
r_lld_update_rxbuf_isr = 0x40004998;
|
||||
r_lld_white_list_add = 0x400049a4;
|
||||
|
Reference in New Issue
Block a user