13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "minico2"
|
|
depends on BOARD_MINICO2
|
|
|
|
config ENTROPY_GENERATOR
|
|
default y
|
|
|
|
config HEAP_MEM_POOL_SIZE
|
|
default 98304
|