Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused CORTEX_VTOR_INIT #10053

Merged
merged 1 commit into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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