Skip to content

Commit 9d0a5ac

Browse files
StrayCatNZdpgeorge
authored andcommitted
esp32/boards: Enable I2S on ESP32C3 boards.
Signed-off-by: StrayCat <marcin.eu@gmail.com>
1 parent d76733d commit 9d0a5ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#define MICROPY_HW_MCU_NAME "ESP32C3"
55

66
#define MICROPY_HW_ENABLE_SDCARD (0)
7-
#define MICROPY_PY_MACHINE_I2S (0)
87

98
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
109
#define MICROPY_HW_ENABLE_UART_REPL (1)

ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-c3-mini"
44

55
#define MICROPY_HW_ENABLE_SDCARD (0)
6-
#define MICROPY_PY_MACHINE_I2S (0)
76

87
#define MICROPY_HW_I2C0_SCL (10)
98
#define MICROPY_HW_I2C0_SDA (8)

0 commit comments

Comments
 (0)