Minor meowbit changes

This commit is contained in:
Hierophect 2019-11-20 15:55:13 -05:00
parent cf4a3237e7
commit d8d95d9998
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
//Micropython setup
#define MICROPY_HW_BOARD_NAME "Feather STM32F405 Express"
#define MICROPY_HW_MCU_NAME "STM32F405RG"
#define MICROPY_HW_BOARD_NAME "MEOWBIT"
#define MICROPY_HW_MCU_NAME "STM32F401xE"
#define FLASH_SIZE (0x100000)
#define FLASH_PAGE_SIZE (0x4000)

View File

@ -11,9 +11,9 @@ LONGINT_IMPL = MPZ
MCU_SERIES = m4
MCU_VARIANT = stm32f4
MCU_SUB_VARIANT = stm32f405xx
MCU_SUB_VARIANT = stm32f401xe
MCU_PACKAGE = 64
CMSIS_MCU = STM32F405xx
CMSIS_MCU = STM32F401xE
LD_FILE = boards/STM32F405.ld
TEXT0_ADDR = 0x08000000
TEXT1_ADDR = 0x08010000