浏览代码

Remove unused CORTEX_VTOR_INIT (#10053)

Ryan 4 年之前
父节点
当前提交
9ef4526a2f

+ 0 - 1
keyboards/cannonkeys/ortho48/rules.mk

@@ -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
 

+ 0 - 1
keyboards/cannonkeys/ortho60/rules.mk

@@ -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
 

+ 0 - 1
keyboards/cannonkeys/ortho75/rules.mk

@@ -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
 

+ 0 - 1
keyboards/cannonkeys/practice60/rules.mk

@@ -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
 

+ 0 - 1
keyboards/cannonkeys/practice65/rules.mk

@@ -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
 

+ 0 - 1
keyboards/converter/siemens_tastatur/rules.mk

@@ -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
 

+ 0 - 5
keyboards/ergodox_infinity/rules.mk

@@ -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

+ 0 - 3
keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld

@@ -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
 {

+ 0 - 1
keyboards/handwired/onekey/bluepill/rules.mk

@@ -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
 

+ 0 - 1
keyboards/handwired/z150/rules.mk

@@ -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

+ 0 - 5
keyboards/infinity60/rules.mk

@@ -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

+ 0 - 3
keyboards/wolfmarkclub/wm1/ld/wm1_f103.ld

@@ -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
 {

+ 0 - 1
keyboards/wolfmarkclub/wm1/rules.mk

@@ -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
 

+ 0 - 1
keyboards/zvecr/split_blackpill/rules.mk

@@ -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

+ 0 - 3
platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld

@@ -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
 {