mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
|
[mapping:gpio_driver]
|
||
|
archive: libdriver.a
|
||
|
entries:
|
||
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
||
|
gpio: gpio_set_level (noflash)
|
||
|
gpio: gpio_intr_disable (noflash)
|
||
|
|
||
|
[mapping:gpio_hal]
|
||
|
archive: libhal.a
|
||
|
entries:
|
||
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
||
|
gpio_hal: gpio_hal_intr_disable (noflash)
|