CI: Enable ESP8684 build stage CI on master

This commit is contained in:
Cao Sen Miao
2021-11-26 17:03:47 +08:00
parent 2764ee8caf
commit e81841318f
57 changed files with 385 additions and 40 deletions

View File

@@ -276,7 +276,7 @@ TEST_CASE("I2C driver memory leaking check", "[i2c]")
TEST_ASSERT_INT_WITHIN(100, size, esp_get_free_heap_size());
}
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2, ESP32S3)
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2, ESP32S3, ESP8684)
// print the reading buffer
static void disp_buf(uint8_t *buf, int len)
@@ -657,7 +657,7 @@ TEST_CASE("I2C general API test", "[i2c]")
}
}
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3, ESP32C3)
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3, ESP32C3, ESP8684)
//Init uart baud rate detection
static void uart_aut_baud_det_init(int rxd_io_num)
{