Skip to content

Commit 704c70c

Browse files
jimisoladpgeorge
authored andcommitted
esp32/boards: Enable I2S for ESP32_GENERIC_C6 and other C6 boards.
I2S works on the ESP32-C6, and it now has enough space to fit. Signed-off-by: Jimisola Laursen <jimisola@jimisola.com> Signed-off-by: Damien George <damien@micropython.org>
1 parent 9a9cc79 commit 704c70c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
#define MICROPY_HW_BOARD_NAME "ESP32C6 module"
44
#define MICROPY_HW_MCU_NAME "ESP32C6"
55

6-
#define MICROPY_PY_MACHINE_I2S (0)
7-
86
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
97
#define MICROPY_HW_ENABLE_UART_REPL (1)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#define MICROPY_HW_BOARD_NAME "M5Stack NanoC6"
22
#define MICROPY_HW_MCU_NAME "ESP32C6"
33

4-
#define MICROPY_PY_MACHINE_I2S (0)
5-
64
#define MICROPY_HW_I2C0_SCL (1)
75
#define MICROPY_HW_I2C0_SDA (2)

ports/esp32/boards/UM_TINYC6/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#define MICROPY_HW_BOARD_NAME "Unexpected Maker TinyC6"
22
#define MICROPY_HW_MCU_NAME "ESP32C6"
33

4-
#define MICROPY_PY_MACHINE_I2S (0)
5-
64
#define MICROPY_HW_I2C0_SCL (7)
75
#define MICROPY_HW_I2C0_SDA (6)
86

0 commit comments

Comments
 (0)