Merge branch 'bugfix/fix_dtm_tx_count' into 'master'

fix(ble/controller): Fixed tx count in direct test mode

Closes BLERP-537, BLERP-549, and BLERP-550

See merge request espressif/esp-idf!28781
pull/12800/head
Island 2024-02-05 14:45:05 +08:00
commit 37f0447961
3 zmienionych plików z 3 dodań i 3 usunięć

@ -1 +1 @@
Subproject commit 0caae2bd70a999ac8a1c07330f7168e185db81ba
Subproject commit e5c0f7256ecf5b5f8eb28c1793051a6b88f95124

Wyświetl plik

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

Wyświetl plik

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