mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
e22a24714a
- Default sdkconfig.defaults to esp32c6 - Fix removed SOC_* macros for ESP-IDF v6; probe_peripherals split for S3 vs C6. - Banner and WiFi/BLE/power strings are target-aware; add CHIP_ESP32C6 name. - Ignore esp32-hello-world/sdkconfig.old from idf.py set-target. Signed-off-by: Chaitanya Tata <chaitanya@dotstarconsulting.com> Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
178 B
CMake
6 lines
178 B
CMake
# ESP32 Hello World — Capability Discovery (S3 / C6 targets)
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(esp32-hello-world)
|