mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
24 lines
433 B
Plaintext
24 lines
433 B
Plaintext
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=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
|
|
# end of ZBOSS Source
|
|
|
|
#
|
|
# IEEE802154
|
|
#
|
|
CONFIG_IEEE802154_RECEIVE_DONE_HANDLER=y
|
|
# end of IEEE802154
|
|
# end of Component config
|