diff options
| author | StrayCat <marcin.eu@gmail.com> | 2025-01-02 23:46:44 +1300 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-02-08 12:06:33 +1100 |
| commit | 9d0a5ac7e9ac8b90d1bbea402fd16a410aa4008f (patch) | |
| tree | 10971cf42d57bf040f133cc7bf3f610dd1adc793 | |
| parent | d76733d05856d389f216d60c71d1a7043d78c510 (diff) | |
esp32/boards: Enable I2S on ESP32C3 boards.
Signed-off-by: StrayCat <marcin.eu@gmail.com>
| -rw-r--r-- | ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h | 1 | ||||
| -rw-r--r-- | ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h b/ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h index 0dbfae03a..a6cebdf6e 100644 --- a/ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h +++ b/ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h @@ -4,7 +4,6 @@ #define MICROPY_HW_MCU_NAME "ESP32C3" #define MICROPY_HW_ENABLE_SDCARD (0) -#define MICROPY_PY_MACHINE_I2S (0) // Enable UART REPL for modules that have an external USB-UART and don't use native USB. #define MICROPY_HW_ENABLE_UART_REPL (1) diff --git a/ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h b/ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h index 9b304b69f..46d720edc 100644 --- a/ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h +++ b/ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h @@ -3,7 +3,6 @@ #define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-c3-mini" #define MICROPY_HW_ENABLE_SDCARD (0) -#define MICROPY_PY_MACHINE_I2S (0) #define MICROPY_HW_I2C0_SCL (10) #define MICROPY_HW_I2C0_SDA (8) |
