mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8c577cd208
* provide Zigbee rcp and Zigbee gateway example * minor comment fix for light example
21 lines
426 B
Plaintext
21 lines
426 B
Plaintext
CONFIG_IDF_TARGET="esp32h2"
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_PARTITION_TABLE_MD5=y
|
|
# end of Partition Table
|
|
|
|
#
|
|
# ZBOSS Source
|
|
#
|
|
CONFIG_ZB_ENABLED=y
|
|
CONFIG_ZB_RCP=y
|
|
CONFIG_ZB_CONSOLE_UART_BAUDRATE=115200
|
|
# end of ZBOSS Source
|
|
# end of Component config
|