aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/practice60
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-01-10 01:31:01 +0000
committerGitHub <noreply@github.com>2020-01-10 01:31:01 +0000
commite34af631c2c4b0c9406dead907bf74b460ee9f7f (patch)
tree4e83a2d59c537cf62db418c1f16e15c8d18aca5e /keyboards/cannonkeys/practice60
parent5a02cc00a43cbeb9cc6ad94811acfb861d8f3929 (diff)
downloadqmk_firmware-e34af631c2c4b0c9406dead907bf74b460ee9f7f.tar.gz
qmk_firmware-e34af631c2c4b0c9406dead907bf74b460ee9f7f.zip
Refactor f103,f072,f042 based keyboards to use new MCU selection defaults (#7705)
* refactor keyboards using ST_STM32F072B_DISCOVERY to use 'MCU = STM32F072' * refactor keyboards using GENERIC_STM32_F042X6 to use 'MCU = STM32F042' * refactor keyboards using GENERIC_STM32_F103 to use 'MCU = STM32F103'
Diffstat (limited to 'keyboards/cannonkeys/practice60')
-rw-r--r--keyboards/cannonkeys/practice60/rules.mk44
1 files changed, 8 insertions, 36 deletions
diff --git a/keyboards/cannonkeys/practice60/rules.mk b/keyboards/cannonkeys/practice60/rules.mk
index cf8554c0c..7c3fec31e 100644
--- a/keyboards/cannonkeys/practice60/rules.mk
+++ b/keyboards/cannonkeys/practice60/rules.mk
@@ -1,46 +1,18 @@
1# project specific files 1# MCU name
2VPATH += keyboards/cannonkeys/bluepill 2MCU = STM32F103
3SRC = led.c \
4 keyboard.c
5 3
6# GENERIC STM32F103C8T6 board - stm32duino bootloader 4# GENERIC STM32F103C8T6 board - stm32duino bootloader
7OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000 5OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
8MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader 6MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
9BOARD = GENERIC_STM32_F103 7BOARD = GENERIC_STM32_F103
10 8
11# OPT_DEFS = 9DFU_ARGS = -d 1eaf:0003 -a2 -R
12# MCU_LDSCRIPT = STM32F103x8 10DFU_SUFFIX_ARGS = -v 1eaf -p 0003
13# BOARD = GENERIC_STM32_F103
14
15## chip/board settings
16# the next two should match the directories in
17# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
18MCU_FAMILY = STM32
19MCU_SERIES = STM32F1xx
20# linker script to use
21# it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
22# or <this_dir>/ld/
23# startup code to use
24# is should exist in <chibios>/os/common/ports/ARMCMx/compilers/GCC/mk/
25MCU_STARTUP = stm32f1xx
26# it should exist either in <chibios>/os/hal/boards/
27# or <this_dir>/boards
28# Cortex version
29# Teensy LC is cortex-m0; Teensy 3.x are cortex-m4
30MCU = cortex-m3
31# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
32ARMV = 7
33# If you want to be able to jump to bootloader from firmware on STM32 MCUs,
34# set the correct BOOTLOADER_ADDRESS. Either set it here, or define it in
35# ./bootloader_defs.h or in ./boards/<FOO>/bootloader_defs.h (if you have
36# a custom board definition that you plan to reuse).
37# If you're not setting it here, leave it commented out.
38# It is chip dependent, the correct number can be looked up here (page 175):
39# http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
40# This also requires a patch to chibios:
41# <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
42#STM32_BOOTLOADER_ADDRESS = 0x1FFFC800
43 11
12# project specific files
13VPATH += keyboards/cannonkeys/bluepill
14SRC = led.c \
15 keyboard.c
44 16
45#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 17#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
46MOUSEKEY_ENABLE = yes # Mouse keys 18MOUSEKEY_ENABLE = yes # Mouse keys