summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.h
blob: 7171a84bb3c7b306dac144a600f3d6ac55057823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 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