add ESP-IDF project with Spider Runtime for ESP32

This commit is contained in:
2026-04-08 15:23:49 -06:00
parent 670b445ac6
commit 76225c7392
10 changed files with 2413 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(spider_esp32)