mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 11:28:43 +00:00
1862fdec74
cleaned up some includes in GPIO peripheral files
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
[mapping:gpio_driver]
|
|
archive: libesp_driver_gpio.a
|
|
entries:
|
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
|
gpio: gpio_set_level (noflash)
|
|
gpio: gpio_intr_disable (noflash)
|
|
gpio: gpio_get_level (noflash)
|
|
|
|
[mapping:gpio_hal]
|
|
archive: libesp_hal_gpio.a
|
|
entries:
|
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
|
gpio_hal: gpio_hal_intr_disable (noflash)
|