- #include <port/mpconfigport_common.h>
- #define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_MINIMUM)
- #define MICROPY_ENABLE_COMPILER (1)
- #define MICROPY_ENABLE_GC (1)
- #define MICROPY_MIN_USE_CORTEX_CPU (1)
- #define MICROPY_MIN_USE_STM32_MCU (1)
- #define MICROPY_HW_BOARD_NAME "Flipper Zero"
- #define MICROPY_HW_MCU_NAME "STM32WB55RG"
|