mws-rmain

Results 2 issues of 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': ![image](https://user-images.githubusercontent.com/30533684/82684064-04b3cc00-9c20-11ea-82bb-a4b4960fbe71.png)

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....