mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
[mapping:isp_driver]
|
|
archive: libesp_driver_isp.a
|
|
entries:
|
|
if ISP_CTRL_FUNC_IN_IRAM = y:
|
|
isp_sharpen: esp_isp_sharpen_configure (noflash)
|
|
isp_demosaic: esp_isp_demosaic_configure (noflash)
|
|
isp_gamma: esp_isp_gamma_configure (noflash)
|
|
isp_gamma: esp_isp_gamma_fill_curve_points (noflash)
|
|
|
|
[mapping:isp_hal]
|
|
archive: libhal.a
|
|
entries:
|
|
if ISP_CTRL_FUNC_IN_IRAM = y:
|
|
isp_hal: isp_hal_sharpen_config (noflash)
|
|
isp_hal: isp_hal_demosaic_config (noflash)
|