diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57bf8481..887edf6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: ':(exclude)modules/ui_shared/src/ui/widgets/text_candidate_builtin_emoji_data.h' \ ':(exclude)platform/nrf52/arduino_common/include/ui/fonts/**' \ ':(exclude)platform/nrf52/arduino_common/src/ui/fonts/**' \ - ':(exclude)third_party/codec2/**' \ + ':(exclude)third_party/**' \ | xargs -0 clang-format-14 --dry-run --Werror build: @@ -262,6 +262,7 @@ jobs: - name: Build C6 companion shell: bash run: | + source "${IDF_PATH}/export.sh" idf.py -C firmware/c6_companion \ -B "${GITHUB_WORKSPACE}/firmware/c6_companion/build.c6_companion" build @@ -346,6 +347,7 @@ jobs: - name: Build (${{ matrix.env }}) shell: bash run: | + source "${IDF_PATH}/export.sh" idf.py -C apps/esp32_lvgl \ -B "${GITHUB_WORKSPACE}/apps/esp32_lvgl/build.${{ matrix.env }}" \ -D "TRAIL_MATE_IDF_TARGET=${{ matrix.env }}" build diff --git a/variants/gat562_mesh_evb_pro/envs/gat562_mesh_evb_pro.ini b/variants/gat562_mesh_evb_pro/envs/gat562_mesh_evb_pro.ini index b53c5963..a25fcfa9 100644 --- a/variants/gat562_mesh_evb_pro/envs/gat562_mesh_evb_pro.ini +++ b/variants/gat562_mesh_evb_pro/envs/gat562_mesh_evb_pro.ini @@ -6,8 +6,10 @@ board = gat562_mesh_evb_pro monitor_speed = 115200 build_unflags = -std=gnu++11 + -Ofast build_flags = -std=gnu++17 + -Os -DARDUINO_NRF52840_FEATHER -DNRF52840_XXAA -DS140