Rainmaker Table lights

This commit is contained in:
2025-06-28 04:38:59 -04:00
parent 66c253e497
commit ca0b255443
4 changed files with 35 additions and 0 deletions

View File

@@ -537,3 +537,4 @@ events:
implicit fwks: []
...

View File

@@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@@ -0,0 +1,15 @@
CMake Error at /home/alex/esp/v5.4.1/esp-idf/tools/cmake/build.cmake:610 (message):
ERROR: The "override_path" field in the manifest file
"/home/alex/github/components/esp_rainmaker/idf_component.yml" does not
point to a directory. You can safely remove this field from the manifest
if this project is an example copied from a component repository. The
dependency will be downloaded from the ESP component registry.
Documentation:
https://docs.espressif.com/projects/idf-component-manager/en/latest/reference/manifest_file.html#override-path
Call Stack (most recent call first):
/home/alex/esp/v5.4.1/esp-idf/tools/cmake/project.cmake:717 (idf_build_process)
CMakeLists.txt:16 (project)

View File

@@ -0,0 +1,18 @@
-- Found Git: /usr/bin/git (found version "2.48.1")
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32c3
NOTICE: Dependencies lock doesn't exist, solving dependencies.
-- Configuring incomplete, errors occurred!