2023-07-25 15:03:30 +10:00
|
|
|
// 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
|
2019-08-09 18:07:50 +10:00
|
|
|
#define MICROPY_HW_MCU_NAME "ESP32"
|
2023-07-25 15:03:30 +10:00
|
|
|
#endif
|