2023-07-25 06:03:30 +01: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 09:07:50 +01:00
|
|
|
#define MICROPY_HW_MCU_NAME "ESP32"
|
2023-07-25 06:03:30 +01:00
|
|
|
#endif
|