ci(i2s): enable i2s ci tests on p4

This commit is contained in:
laokaiyao
2024-01-16 11:07:34 +08:00
parent 62ae0efa54
commit b9e44b92b3
23 changed files with 178 additions and 101 deletions

View File

@@ -45,13 +45,13 @@ extern "C" {
#define DATA_IN_IO 19
#define DATA_OUT_IO 18
#elif CONFIG_IDF_TARGET_ESP32P4
#define MASTER_MCK_IO 36
#define MASTER_BCK_IO 4
#define MASTER_WS_IO 5
#define SLAVE_BCK_IO 7
#define SLAVE_WS_IO 8
#define DATA_IN_IO 2
#define DATA_OUT_IO 3
#define MASTER_MCK_IO 51
#define MASTER_BCK_IO 45
#define MASTER_WS_IO 46
#define SLAVE_BCK_IO 22
#define SLAVE_WS_IO 23
#define DATA_IN_IO 47
#define DATA_OUT_IO 48
#else
#define MASTER_MCK_IO 0
#define MASTER_BCK_IO 4