Skip to content

Commit

Permalink
Remove unused CORTEX_VTOR_INIT (#10053)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and noroadsleft committed Aug 27, 2020
1 parent 54685e5 commit 4643d27
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion keyboards/cannonkeys/ortho48/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/cannonkeys/ortho60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/cannonkeys/ortho75/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/cannonkeys/practice60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/cannonkeys/practice65/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/converter/siemens_tastatur/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions keyboards/ergodox_infinity/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion keyboards/handwired/onekey/bluepill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/handwired/z150/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions keyboards/infinity60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions keyboards/wolfmarkclub/wm1/ld/wm1_f103.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion keyboards/wolfmarkclub/wm1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/zvecr/split_blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 4643d27

Please sign in to comment.