2023-08-03 12:29:44 +08:00
|
|
|
[mapping:i2c_driver]
|
2023-12-12 16:46:27 +08:00
|
|
|
archive: libesp_driver_i2c.a
|
2023-08-03 12:29:44 +08:00
|
|
|
entries:
|
2025-02-10 13:49:21 +08:00
|
|
|
if I2C_MASTER_ISR_HANDLER_IN_IRAM = y:
|
|
|
|
i2c_master: i2c_master_isr_handler_default (noflash)
|
2023-08-03 12:29:44 +08:00
|
|
|
if I2C_ISR_IRAM_SAFE = y:
|
|
|
|
i2c_master: s_i2c_send_command_async (noflash)
|
|
|
|
i2c_master: s_i2c_write_command (noflash)
|
|
|
|
i2c_master: s_i2c_read_command (noflash)
|
|
|
|
i2c_master: s_i2c_start_end_command (noflash)
|
2023-12-12 16:46:27 +08:00
|
|
|
|
|
|
|
[mapping:i2c_hal]
|
|
|
|
archive: libhal.a
|
|
|
|
entries:
|
|
|
|
if I2C_ISR_IRAM_SAFE = y:
|
|
|
|
i2c_hal: i2c_hal_master_trans_start (noflash)
|