mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-09 21:58:19 +00:00
Remove unused CORTEX_VTOR_INIT (#10053)
This commit is contained in:
parent
15b5ff1dc2
commit
9ef4526a2f
15 changed files with 0 additions and 29 deletions
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -13,11 +13,6 @@ MCU = MK20DX256
|
|||
# - MK20DX256BLDR8 for Infinity ErgoDox with Kiibohd bootloader
|
||||
MCU_LDSCRIPT = MK20DX256BLDR8
|
||||
|
||||
# Vector table for application
|
||||
# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
|
||||
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
|
||||
OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
/*
|
||||
* ST32F103xB memory setup for use with the maplemini bootloader.
|
||||
* You will have to
|
||||
* #define CORTEX_VTOR_INIT 0x5000
|
||||
* in your projects chconf.h
|
||||
*/
|
||||
MEMORY
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
STM32_BOOTLOADER_ADDRESS = 0x80000000
|
||||
|
|
|
@ -21,11 +21,6 @@ MCU_LDSCRIPT = MK20DX128BLDR4
|
|||
# - MCHCK_K20 for Infinity KB
|
||||
BOARD = MCHCK_K20
|
||||
|
||||
# Vector table for application
|
||||
# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
|
||||
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
|
||||
|
||||
BOOTLOADER = dfu
|
||||
|
||||
# Build Options
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
/*
|
||||
* STM32F103xC memory setup for use with the WM1 mass-storage device bootloader.
|
||||
* You will have to change:
|
||||
* OPT_DEFS = -DCORTEX_VTOR_INIT=0x10000
|
||||
* in your board's rules.mk
|
||||
*/
|
||||
MEMORY
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - mass storage bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x10000
|
||||
MCU_LDSCRIPT = wm1_f103
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
MCU = STM32F103
|
||||
|
||||
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
||||
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
STM32_BOOTLOADER_ADDRESS = 0x80000000
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
/*
|
||||
* ST32F103xB memory setup for use with the maplemini bootloader.
|
||||
* You will have to
|
||||
* #define CORTEX_VTOR_INIT 0x5000
|
||||
* in your projects chconf.h
|
||||
*/
|
||||
MEMORY
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue