mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
[mapping:ledc_driver]
|
|
archive: libesp_driver_ledc.a
|
|
entries:
|
|
if LEDC_CTRL_FUNC_IN_IRAM = y:
|
|
ledc: ledc_stop (noflash)
|
|
ledc: ledc_update_duty (noflash)
|
|
ledc: _ledc_update_duty (noflash)
|
|
|
|
[mapping:ledc_hal]
|
|
archive: libhal.a
|
|
entries:
|
|
if SOC_LEDC_SUPPORTED = y:
|
|
ledc_hal_iram (noflash)
|