Initial commit with basic project structure and Firebeetle 2 board definition

This commit is contained in:
2025-06-29 12:13:32 +02:00
parent 6b86f5edf4
commit a55c5601c0
205 changed files with 8183 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# ESP32-ETHERNET-KIT board configuration
# Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU
config ESP_SPIRAM
default y if !MCUBOOT
choice SPIRAM_TYPE
default SPIRAM_TYPE_ESPPSRAM64
endchoice
endif # BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU