Merge branch 'feature/soc_caps_build_sys' into 'master'

build-system: parse soc caps and integrate into kconfig

Closes IDF-2223

See merge request espressif/esp-idf!15305
This commit is contained in:
Ivan Grokhotkov
2021-12-09 06:54:08 +00:00
43 changed files with 4305 additions and 515 deletions

View File

@@ -22,6 +22,8 @@
extern "C" {
#endif
#define RTCIO_LL_PIN_FUNC 0
typedef enum {
RTCIO_FUNC_RTC = 0x0, /*!< The pin controled by RTC module. */
RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */