Damien George
4 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
set(IDF_TARGET esp32s2) |
|||
|
|||
set(SDKCONFIG_DEFAULTS |
|||
boards/sdkconfig.base |
|||
boards/sdkconfig.usb |
|||
) |
|||
|
|||
set(MICROPY_FROZEN_MANIFEST ${MICROPY_PORT_DIR}/boards/manifest.py) |
@ -0,0 +1,5 @@ |
|||
#define MICROPY_HW_BOARD_NAME "ESP32S2 module" |
|||
#define MICROPY_HW_MCU_NAME "ESP32S2" |
|||
|
|||
#define MICROPY_PY_BLUETOOTH (0) |
|||
#define MICROPY_HW_ENABLE_SDCARD (0) |
Loading…
Reference in new issue