configs: stm32f469-disco: Set CYCLIC_MAX_CPU_TIME_US to 50000 for stm32f469-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Dec 2024 08:09:36 +0000 (09:09 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 31 Jan 2025 09:13:10 +0000 (10:13 +0100)
commit2a903b0141b99bb41756d01a0a1a5463e2c4f365
tree0f65b2ff5ba7eb67b2eaedbb742ec6f6769599a5
parentc1bb2b62b00a68ff710d8c5635f68c83a4b8c1c8
configs: stm32f469-disco: Set CYCLIC_MAX_CPU_TIME_US to 50000 for stm32f469-disco

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

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

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