File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
examples/esp_zigbee_HA_sample/HA_range_extender Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Partition Table
3+ #
14CONFIG_PARTITION_TABLE_CUSTOM=y
25CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
36CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
47CONFIG_PARTITION_TABLE_OFFSET=0x8000
58CONFIG_PARTITION_TABLE_MD5=y
9+ # end of Partition Table
610
7- CONFIG_FREERTOS_UNICORE=y
8- #CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
9- CONFIG_FREERTOS_HZ=1000
10-
11- #CONFIG_PM_ENABLE=y
12- #CONFIG_PM_DFS_INIT_AUTO=n
13- #CONFIG_PM_MIN_FREQ_MHZ=10
14- #CONFIG_PM_MAX_FREQ_MHZ=96
15-
11+ #
12+ # mbedTLS
13+ #
1614CONFIG_MBEDTLS_HARDWARE_AES=n
1715CONFIG_MBEDTLS_HARDWARE_MPI=n
1816CONFIG_MBEDTLS_HARDWARE_SHA=n
1917CONFIG_MBEDTLS_CMAC_C=y
2018CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
2119CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
20+ # end of TLS Key Exchange Methods
21+
2222CONFIG_MBEDTLS_ECJPAKE_C=y
23+ # end of mbedTLS
2324
25+ #
26+ # Zboss
27+ #
2428CONFIG_ZB_ENABLED=y
2529CONFIG_ZB_ZCZR=y
26-
27- CONFIG_ESP_CONSOLE_UART_CUSTOM=y
28- CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
29-
30- CONFIG_ESP_SYSTEM_USE_FRAME_POINTER=y
30+ # end of Zboss
31+ # end of Component config
You can’t perform that action at this time.
0 commit comments