13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
# ESP32S2 LOLIN S2 MINI board configuration
|
|
|
|
# Copyright (c) 2023 Google, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ENTROPY_GENERATOR
|
|
default y
|
|
|
|
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|
int
|
|
default 32768 if WIFI
|
|
default 4096
|