aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld3
-rw-r--r--keyboards/handwired/onekey/bluepill/rules.mk1
-rw-r--r--keyboards/handwired/z150/rules.mk1
3 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld b/keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld
index f9bfe9c00..23e44bd63 100644
--- a/keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld
+++ b/keyboards/handwired/bluepill/ld/STM32F103x8_stm32duino_bootloader.ld
@@ -16,9 +16,6 @@
16 16
17/* 17/*
18 * ST32F103xB memory setup for use with the maplemini bootloader. 18 * 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
22 */ 19 */
23MEMORY 20MEMORY
24{ 21{
diff --git a/keyboards/handwired/onekey/bluepill/rules.mk b/keyboards/handwired/onekey/bluepill/rules.mk
index 83a81a56b..66ce51744 100644
--- a/keyboards/handwired/onekey/bluepill/rules.mk
+++ b/keyboards/handwired/onekey/bluepill/rules.mk
@@ -2,7 +2,6 @@
2MCU = STM32F103 2MCU = STM32F103
3 3
4# GENERIC STM32F103C8T6 board - stm32duino bootloader 4# GENERIC STM32F103C8T6 board - stm32duino bootloader
5OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
6MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader 5MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
7BOARD = STM32_F103_STM32DUINO 6BOARD = STM32_F103_STM32DUINO
8 7
diff --git a/keyboards/handwired/z150/rules.mk b/keyboards/handwired/z150/rules.mk
index 08bd7908e..fd1d38203 100644
--- a/keyboards/handwired/z150/rules.mk
+++ b/keyboards/handwired/z150/rules.mk
@@ -1,7 +1,6 @@
1MCU = STM32F103 1MCU = STM32F103
2 2
3# GENERIC STM32F103C8T6 board - stm32duino bootloader 3# GENERIC STM32F103C8T6 board - stm32duino bootloader
4OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
5MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader 4MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
6BOARD = STM32_F103_STM32DUINO 5BOARD = STM32_F103_STM32DUINO
7STM32_BOOTLOADER_ADDRESS = 0x80000000 6STM32_BOOTLOADER_ADDRESS = 0x80000000