2022-07-13 10:34:02 +08:00
|
|
|
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "icev_wireless"
|
|
|
|
depends on BOARD_ICEV_WIRELESS
|
|
|
|
|
|
|
|
config HEAP_MEM_POOL_SIZE
|
2023-02-03 22:40:07 +08:00
|
|
|
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-13 10:34:02 +08:00
|
|
|
|
|
|
|
choice BT_HCI_BUS_TYPE
|
2023-02-03 22:40:07 +08:00
|
|
|
default BT_ESP32 if BT
|
2022-07-13 10:34:02 +08:00
|
|
|
endchoice
|