Skip to content

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules #14

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules #14

Workflow file for this run

name: Static analysis
on: [pull_request]
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run static analysis
uses: esp-cpp/StaticAnalysis@master
with:
# Do not build the project and do not use cmake to generate compile_commands.json
use_cmake: false
# Use the 5.2 release version since it's what we build with
esp_idf_version: release/v5.4
# (Optional) cppcheck args
cppcheck_args: --check-level=exhaustive --force --enable=all --inline-suppr --inconclusive --platform=mips32 --std=c++17 --suppressions-list=$GITHUB_WORKSPACE/suppressions.txt