2fbf42d3ad
These are now variants of the GENERIC board. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
11 lines
250 B
C
11 lines
250 B
C
// Both of these can be set by mpconfigboard.cmake if a BOARD_VARIANT is
|
|
// specified.
|
|
|
|
#ifndef MICROPY_HW_BOARD_NAME
|
|
#define MICROPY_HW_BOARD_NAME "Generic ESP32 module"
|
|
#endif
|
|
|
|
#ifndef MICROPY_HW_MCU_NAME
|
|
#define MICROPY_HW_MCU_NAME "ESP32"
|
|
#endif
|