kerwit/Espressif IoT Development to freeRTOS

This action builds your firmware for ESP32 directly in GitHub using FreeRTOS ESP-IDF Docker image.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathRelative path under $GITHUB_WORKSPACE to place the repositoryno""
esp_idf_versionVersion of ESP-IDF docker image to usenov1
targetESP32 variant to build fornoesp32
commandCommand to run inside the docker container (default: builds the project)novendors/espressif/esp-idf/install.sh && source vendors/espressif/esp-idf/export.sh && idf.py --version && cmake -DVENDOR=espressif -DBOARD=esp32_devkitc -DCOMPILER=xtensa-esp32 -S . -B /app/${{ github.repository }}/build -DAFR_ENABLE_ALL_MODULES=1 -DAFR_ENABLE_TESTS=0 -GNinja && ninja -C ./build -j8

no outputs