blob: ea79f62e2fae944507e8c918dbf5c452b9bb5260 [file] [log] [blame]
# Heltec Wireless Stick Lite (V3) board configuration
# Copyright (c) 2021 Instituto de Pesquisas Eldorado (eldorado.org.br)
# Copyright (c) 2023 The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "heltec_wireless_stick_lite_v3"
depends on BOARD_HELTEC_WIRELESS_STICK_LITE
config ENTROPY_GENERATOR
default y
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
choice BT_HCI_BUS_TYPE
default BT_ESP32 if BT
endchoice