2019-09-18 06:08:06 +01:00
|
|
|
#define MICROPY_HW_BOARD_NAME "ESP module"
|
|
|
|
#define MICROPY_HW_MCU_NAME "ESP8266"
|
|
|
|
|
|
|
|
#define MICROPY_PERSISTENT_CODE_LOAD (1)
|
|
|
|
#define MICROPY_EMIT_XTENSA (1)
|
|
|
|
#define MICROPY_EMIT_INLINE_XTENSA (1)
|
|
|
|
|
|
|
|
#define MICROPY_DEBUG_PRINTERS (1)
|
|
|
|
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
|
|
|
|
|
|
|
|
#define MICROPY_READER_VFS (MICROPY_VFS)
|
|
|
|
#define MICROPY_VFS (1)
|
|
|
|
|
2022-08-18 06:01:26 +01:00
|
|
|
#define MICROPY_PY_CRYPTOLIB (1)
|