Skip to content

Commit f13d897

Browse files
authored
Remove unused CORTEX_VTOR_INIT (#10053)
1 parent 9dc51c0 commit f13d897

File tree

15 files changed

+0
-29
lines changed

15 files changed

+0
-29
lines changed

keyboards/cannonkeys/ortho48/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/cannonkeys/ortho60/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/cannonkeys/ortho75/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/cannonkeys/practice60/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/cannonkeys/practice65/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/converter/siemens_tastatur/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/ergodox_infinity/rules.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ MCU = MK20DX256
1313
# - MK20DX256BLDR8 for Infinity ErgoDox with Kiibohd bootloader
1414
MCU_LDSCRIPT = MK20DX256BLDR8
1515

16-
# Vector table for application
17-
# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
18-
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
19-
OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
20-
2116
BOOTLOADER = dfu
2217

2318
# Build Options

keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
/*
1818
* ST32F103xB memory setup for use with the maplemini bootloader.
19-
* You will have to
20-
* #define CORTEX_VTOR_INIT 0x5000
21-
* in your projects chconf.h
2219
*/
2320
MEMORY
2421
{

keyboards/handwired/onekey/bluepill/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/handwired/z150/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
MCU = STM32F103
22

33
# GENERIC STM32F103C8T6 board - stm32duino bootloader
4-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
54
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
65
BOARD = STM32_F103_STM32DUINO
76
STM32_BOOTLOADER_ADDRESS = 0x80000000

keyboards/infinity60/rules.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ MCU_LDSCRIPT = MK20DX128BLDR4
2121
# - MCHCK_K20 for Infinity KB
2222
BOARD = MCHCK_K20
2323

24-
# Vector table for application
25-
# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
26-
# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
27-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
28-
2924
BOOTLOADER = dfu
3025

3126
# Build Options

keyboards/wolfmarkclub/wm1/ld/wm1_f103.ld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
/*
1818
* STM32F103xC memory setup for use with the WM1 mass-storage device bootloader.
19-
* You will have to change:
20-
* OPT_DEFS = -DCORTEX_VTOR_INIT=0x10000
21-
* in your board's rules.mk
2219
*/
2320
MEMORY
2421
{

keyboards/wolfmarkclub/wm1/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - mass storage bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x10000
65
MCU_LDSCRIPT = wm1_f103
76
BOARD = STM32_F103_STM32DUINO
87

keyboards/zvecr/split_blackpill/rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MCU = STM32F103
33

44
# GENERIC STM32F103C8T6 board - stm32duino bootloader
5-
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
65
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
76
BOARD = STM32_F103_STM32DUINO
87
STM32_BOOTLOADER_ADDRESS = 0x80000000

platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
/*
1818
* ST32F103xB memory setup for use with the maplemini bootloader.
19-
* You will have to
20-
* #define CORTEX_VTOR_INIT 0x5000
21-
* in your projects chconf.h
2219
*/
2320
MEMORY
2421
{

0 commit comments

Comments
 (0)