mws-rmain
mws-rmain
Module: ESP32CAM ``` /home/xxx/workspace/m5cam/components/esp32-camera/driver/twi.c:61:24: error: 'rtc_gpio_desc' undeclared (first use in this function); did you mean 'rtc_io_desc'? uint32_t rtc_reg = rtc_gpio_desc[pin].reg; ``` Requires RTCIO support be enabled in 'make menuconfig': 
CONFIG_CLOCK_DFLL_RUNSTDY must exist & have a value or Harmony3 code generation will fail with: ===> CONFIG_CLOCK_DFLL_RUNSTDY [in template "plib_clock.c.ftl at line 195, column 43] has evaluated to null or missing....