2024-07-24 03:47:48 -04:00
|
|
|
[mapping:isp_driver]
|
|
|
|
archive: libesp_driver_isp.a
|
|
|
|
entries:
|
|
|
|
if ISP_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
isp_sharpen: esp_isp_sharpen_configure (noflash)
|
2024-08-27 04:53:36 -04:00
|
|
|
isp_demosaic: esp_isp_demosaic_configure (noflash)
|
2024-07-22 10:08:02 -04:00
|
|
|
isp_gamma: esp_isp_gamma_configure (noflash)
|
|
|
|
isp_gamma: esp_isp_gamma_fill_curve_points (noflash)
|
2024-07-24 03:47:48 -04:00
|
|
|
|
|
|
|
[mapping:isp_hal]
|
|
|
|
archive: libhal.a
|
|
|
|
entries:
|
|
|
|
if ISP_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
isp_hal: isp_hal_sharpen_config (noflash)
|
2024-08-27 04:53:36 -04:00
|
|
|
isp_hal: isp_hal_demosaic_config (noflash)
|