2022-07-15 05:30:44 +08:00
|
|
|
# ESP32_NET board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "esp32_net"
|
|
|
|
depends on BOARD_ESP32_NET
|
|
|
|
|
|
|
|
config ENTROPY_GENERATOR
|
|
|
|
default y
|
|
|
|
|
2023-02-03 22:40:07 +08:00
|
|
|
config HEAP_MEM_POOL_SIZE
|
|
|
|
default 98304 if WIFI
|
2023-03-10 07:56:05 +08:00
|
|
|
default 40960 if BT
|
2023-02-03 22:40:07 +08:00
|
|
|
default 4096
|
|
|
|
|
2022-07-15 05:30:44 +08:00
|
|
|
choice BT_HCI_BUS_TYPE
|
2023-02-03 22:40:07 +08:00
|
|
|
default BT_ESP32 if BT
|
2022-07-15 05:30:44 +08:00
|
|
|
endchoice
|