53a9b45da1
The specific board can be selected with the BOARD makefile variable. This defaults (if not specified) to BOARD=GENERIC, which is the original default firmware build. For the 512k target use BOARD=GENERIC_512K.
5 lines
161 B
C
5 lines
161 B
C
#define MICROPY_HW_BOARD_NAME "ESP module (512K)"
|
|
#define MICROPY_HW_MCU_NAME "ESP8266"
|
|
|
|
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
|