8db517f26d
Replaces the `SDKCONFIG` makefile variable with `BOARD`. Defaults to BOARD=GENERIC. spiram can be enabled with `BOARD=GENERIC_SPIRAM` Add example definition for TINYPICO, currently identical to GENERIC_SPIRAM but with custom board/SoC names for the uPy banner.
3 lines
81 B
C
3 lines
81 B
C
#define MICROPY_HW_BOARD_NAME "ESP32 module"
|
|
#define MICROPY_HW_MCU_NAME "ESP32"
|