mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
parent
f86a5ffb2a
commit
a95d480780
@ -1 +1 @@
|
||||
Subproject commit 0caae2bd70a999ac8a1c07330f7168e185db81ba
|
||||
Subproject commit e5c0f7256ecf5b5f8eb28c1793051a6b88f95124
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user