zigbee: zigbee gateway support for single chip esp32-c6 solution

This commit is contained in:
likunqiao
2023-04-04 12:06:01 +08:00
committed by Shu Chen
parent 19b016e9c8
commit 990076e5f2
7 changed files with 41 additions and 12 deletions
@@ -51,6 +51,13 @@
.max_children = MAX_CHILDREN, \
}, \
}
#if CONFIG_ZB_RADIO_NATIVE
#define ESP_ZB_DEFAULT_RADIO_CONFIG() \
{ \
.radio_mode = RADIO_MODE_NATIVE, \
}
#else
#define ESP_ZB_DEFAULT_RADIO_CONFIG() \
{ \
.radio_mode = RADIO_MODE_UART_RCP, \
@@ -70,6 +77,7 @@
.tx_pin = 5, \
}, \
}
#endif
#define ESP_ZB_DEFAULT_HOST_CONFIG() \
{ \