esp-idf/components/driver/gpio/linker.lf

13 lines
300 B
Plaintext
Raw Normal View History

[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)