From 88027a9e2786cc643c8c58d34d0db898b3516b19 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 25 May 2024 10:29:37 +0200 Subject: [PATCH] boards/PORTENTA_H7: Override default reset and power delays. --- src/omv/boards/ARDUINO_PORTENTA_H7/omv_boardconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/omv/boards/ARDUINO_PORTENTA_H7/omv_boardconfig.h b/src/omv/boards/ARDUINO_PORTENTA_H7/omv_boardconfig.h index 9e245267f..0c70f0ad2 100644 --- a/src/omv/boards/ARDUINO_PORTENTA_H7/omv_boardconfig.h +++ b/src/omv/boards/ARDUINO_PORTENTA_H7/omv_boardconfig.h @@ -236,6 +236,7 @@ // The sensor probing process will detect the right reset or powerdown // polarity, so it should be fine to enable it for both boards. #define OMV_CSI_RESET_PIN (&omv_pin_C13_GPIO) +#define OMV_CSI_RESET_DELAY (100) // GPIO.1 is connected to the sensor module frame sync pin (OUTPUT) on // the Portenta breakout board and to the INT pin (OUTPUT) on the Himax @@ -246,6 +247,7 @@ // and to the STROBE pin on the Himax shield, however it's not actually // used on the Himax shield and can be safely enable for the two boards. #define OMV_CSI_POWER_PIN (&omv_pin_D5_GPIO) +#define OMV_CSI_POWER_DELAY (100) // Physical I2C buses.