fix(bt/controller): fixed some controller bugs

This commit is contained in:
JinCheng
2025-07-24 09:31:25 +08:00
committed by BOT
parent 75967b5785
commit 35a4fab357
2 changed files with 3 additions and 1 deletions

View File

@@ -779,6 +779,8 @@ PROVIDE ( r_ld_page_init = 0x4003d808 );
PROVIDE ( r_ld_page_reset = 0x4003d814 ); PROVIDE ( r_ld_page_reset = 0x4003d814 );
PROVIDE ( r_ld_page_start = 0x4003d848 ); PROVIDE ( r_ld_page_start = 0x4003d848 );
PROVIDE ( r_ld_page_stop = 0x4003da54 ); PROVIDE ( r_ld_page_stop = 0x4003da54 );
PROVIDE ( ld_page_frm_cbk = 0x4003d280 );
PROVIDE ( ld_page_em_init = 0x4003cb34 );
PROVIDE ( r_ld_pca_coarse_clock_adjust = 0x4003e324 ); PROVIDE ( r_ld_pca_coarse_clock_adjust = 0x4003e324 );
PROVIDE ( r_ld_pca_init = 0x4003deb4 ); PROVIDE ( r_ld_pca_init = 0x4003deb4 );
PROVIDE ( r_ld_pca_initiate_clock_dragging = 0x4003e4ac ); PROVIDE ( r_ld_pca_initiate_clock_dragging = 0x4003e4ac );