From: flabbergast Date: Sun, 27 Dec 2015 18:32:27 +0000 (+0100) Subject: Chibios: Tsy LC is cortex-m0plus. X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=1d6c6609e0f41f760a9eecaab1e19c76f99f9c52;p=max%2Ftmk_keyboard.git Chibios: Tsy LC is cortex-m0plus. --- diff --git a/keyboard/teensy_lc_onekey/Makefile b/keyboard/teensy_lc_onekey/Makefile index dc489cb7..e4424dda 100644 --- a/keyboard/teensy_lc_onekey/Makefile +++ b/keyboard/teensy_lc_onekey/Makefile @@ -54,8 +54,8 @@ MCU_STARTUP = kl2x BOARD = PJRC_TEENSY_LC # Cortex version -# Teensy LC is cortex-m0; Teensy 3.x are cortex-m4 -MCU = cortex-m0 +# Teensy LC is cortex-m0plus; Teensy 3.x are cortex-m4 +MCU = cortex-m0plus # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7 # I.e. 6 for Teensy LC; 7 for Teensy 3.x