mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Add analogRead, touchRead, dacWrite and updated esp-idf
This commit is contained in:
@ -1841,3 +1841,22 @@ PROVIDE ( _xtos_syscall_handler = 0x40000790 );
|
||||
PROVIDE ( _xtos_unhandled_exception = 0x4000c024 );
|
||||
PROVIDE ( _xtos_unhandled_interrupt = 0x4000c01c );
|
||||
PROVIDE ( _xtos_vpri_enabled = 0x3ffe0654 );
|
||||
/* Following are static data, but can be used, not generated by script <<<<< btdm data */
|
||||
PROVIDE ( ld_acl_env = 0x3ffb8258 );
|
||||
PROVIDE ( ld_active_ch_map = 0x3ffb8334 );
|
||||
PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 );
|
||||
PROVIDE ( ld_csb_rx_env = 0x3ffb8278 );
|
||||
PROVIDE ( ld_csb_tx_env = 0x3ffb827c );
|
||||
PROVIDE ( ld_env = 0x3ffb9510 );
|
||||
PROVIDE ( ld_fm_env = 0x3ffb8284 );
|
||||
PROVIDE ( ld_inq_env = 0x3ffb82e4 );
|
||||
PROVIDE ( ld_iscan_env = 0x3ffb82e8 );
|
||||
PROVIDE ( ld_page_env = 0x3ffb82f0 );
|
||||
PROVIDE ( ld_pca_env = 0x3ffb82f4 );
|
||||
PROVIDE ( ld_pscan_env = 0x3ffb8308 );
|
||||
PROVIDE ( ld_sched_env = 0x3ffb830c );
|
||||
PROVIDE ( ld_sched_params = 0x3ffb96c0 );
|
||||
PROVIDE ( ld_sco_env = 0x3ffb824c );
|
||||
PROVIDE ( ld_sscan_env = 0x3ffb832c );
|
||||
PROVIDE ( ld_strain_env = 0x3ffb8330 );
|
||||
/* Above are static data, but can be used, not generated by script >>>>> btdm data */
|
||||
|
Reference in New Issue
Block a user