Skip to content

Commit 1444737

Browse files
Merge pull request #310 from espressif/ci/lock_p4_version
ci: Lock ESP32-P4 version to < 3
2 parents 4c7f3ef + 0516a8f commit 1444737

File tree

22 files changed

+23
-4
lines changed

22 files changed

+23
-4
lines changed

.idf_build_apps.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude = [
55
recursive = true
66
manifest_file = ".build-test-rules.yml"
77
check_warnings = true
8+
ignore_warning_file = ".ignore_build_warnings.txt"
89
target = "all"
910
enable_preview_targets = true
1011

.ignore_build_warnings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
warning: unknown kconfig symbol 'ESP32P4_SELECTS_REV_LESS_V3' assigned to*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y

device/esp_tinyusb/test_apps/teardown_device/main/test_teardown.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "unity.h"
2323
#include "tinyusb.h"
2424
#include "tinyusb_default_config.h"
25-
#include "tusb_cdc_acm.h"
2625

2726
static const char *TAG = "teardown";
2827

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y

0 commit comments

Comments
 (0)