mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0cbcb9f5ea
Implement the requirement asked in https://www.esp32.com/viewtopic.php?f=13&t=35919
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
[mapping:mcpwm_driver]
|
|
archive: libdriver.a
|
|
entries:
|
|
if MCPWM_CTRL_FUNC_IN_IRAM = y:
|
|
mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)
|
|
mcpwm_timer: mcpwm_timer_set_period (noflash)
|