f23d06e344
Initial board files created to support the esp32s2_devkitc board. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
# ESP32S2 DevKitC board configuration
|
|
|
|
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
# 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
|