configs: stm32f769-disco: Set CYCLIC_MAX_CPU_TIME_US to 8000 for stm32f769-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Dec 2024 08:09:35 +0000 (09:09 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 31 Jan 2025 09:13:10 +0000 (10:13 +0100)
commitc1bb2b62b00a68ff710d8c5635f68c83a4b8c1c8
tree215bc205b7c2d656a800bc7d2fc90995fb276349
parentd37641c61ba212241c38e3fd22f0335fc0bebc96
configs: stm32f769-disco: Set CYCLIC_MAX_CPU_TIME_US to 8000 for stm32f769-disco

Updating the framebuffer takes quite a long time on this slow patform,
set CYCLIC_MAX_CPU_TIME_US to 8000 for stm32f769-disco to avoid
following cyclic warning:

"cyclic function video_init took too long: 7280us vs 5000us max"

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32f769-disco_defconfig
configs/stm32f769-disco_spl_defconfig