X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fstm32_onekey%2FMakefile;h=3868ee3d38481f3a41df14f3288b3247e94910e0;hb=c61210cfff21f88c25ad102dcd3afe58ce251c96;hp=d84bfa4bbd865e13ad63afdb9861e49513e7b7aa;hpb=9178ea2d73511786182317fe3e7b8ffc02cc3dc4;p=max%2Ftmk_keyboard.git diff --git a/keyboard/stm32_onekey/Makefile b/keyboard/stm32_onekey/Makefile index d84bfa4b..3868ee3d 100644 --- a/keyboard/stm32_onekey/Makefile +++ b/keyboard/stm32_onekey/Makefile @@ -35,6 +35,9 @@ MCU_STARTUP = stm32f0xx # it should exist either in /os/hal/boards/ # or /boards BOARD = ST_STM32F072B_DISCOVERY +# Cortex version +# Teensy LC is cortex-m0; Teensy 3.x are cortex-m4 +MCU = cortex-m0 # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7 ARMV = 6 # If you want to be able to jump to bootloader from firmware on STM32 MCUs,