diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-15 13:25:40 +1100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-14 18:25:40 -0800 |
| commit | f98750de6edf97559ed53be4b5b5c1b4851acf3e (patch) | |
| tree | d555bc93b4beedc78f6d4a615e2b45a6d324aca8 /quantum/mcu_selection.mk | |
| parent | c19e4da8af6954c70760ef3803fbf729d007c1d8 (diff) | |
| download | qmk_firmware-f98750de6edf97559ed53be4b5b5c1b4851acf3e.tar.gz qmk_firmware-f98750de6edf97559ed53be4b5b5c1b4851acf3e.zip | |
[Core] Cleanup rules.mk for F303 keyboards (#7306)
* Cleanup rules.mk for F303 keyboards
* Fix small typo
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 5102010c7..6815a0d8a 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -7,15 +7,15 @@ ifneq ($(findstring STM32F303, $(MCU)),) | |||
| 7 | 7 | ||
| 8 | # Linker script to use | 8 | # Linker script to use |
| 9 | # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ | 9 | # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ |
| 10 | # or <this_dir>/ld/ | 10 | # or <keyboard_dir>/ld/ |
| 11 | MCU_LDSCRIPT ?= STM32F303xC | 11 | MCU_LDSCRIPT ?= STM32F303xC |
| 12 | 12 | ||
| 13 | # Startup code to use | 13 | # Startup code to use |
| 14 | # - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/ | 14 | # - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/ |
| 15 | MCU_STARTUP ?= stm32f3xx | 15 | MCU_STARTUP ?= stm32f3xx |
| 16 | 16 | ||
| 17 | # Board: it should exist either in <chibios>/os/hal/boards/ | 17 | # Board: it should exist either in <chibios>/os/hal/boards/, |
| 18 | # or <this_dir>/boards | 18 | # <keyboard_dir>/boards/, or drivers/boards/ |
| 19 | BOARD ?= GENERIC_STM32_F303XC | 19 | BOARD ?= GENERIC_STM32_F303XC |
| 20 | 20 | ||
| 21 | # Cortex version | 21 | # Cortex version |
| @@ -27,7 +27,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) | |||
| 27 | USE_FPU = yes | 27 | USE_FPU = yes |
| 28 | 28 | ||
| 29 | # Vector table for application | 29 | # Vector table for application |
| 30 | # 0x00000000-0x00001000 area is occupied by bootlaoder.*/ | 30 | # 0x00000000-0x00001000 area is occupied by bootloader.*/ |
| 31 | # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB | 31 | # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB |
| 32 | # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 | 32 | # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 |
| 33 | 33 | ||
