Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
7
boards/espressif/esp32_ethernet_kit/Kconfig
Normal file
7
boards/espressif/esp32_ethernet_kit/Kconfig
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
||||
int
|
||||
default 4096 if BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU
|
||||
default 256 if BOARD_ESP32_ETHERNET_KIT_ESP32_APPCPU
|
||||
Reference in New Issue
Block a user