aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/co60/rev6/rules.mk39
-rw-r--r--keyboards/handwired/co60/rev7/rules.mk39
-rw-r--r--keyboards/handwired/steamvan/rev1/rules.mk39
-rw-r--r--keyboards/handwired/wulkan/rules.mk1
4 files changed, 7 insertions, 111 deletions
diff --git a/keyboards/handwired/co60/rev6/rules.mk b/keyboards/handwired/co60/rev6/rules.mk
index dba41e12b..fc7cabb10 100644
--- a/keyboards/handwired/co60/rev6/rules.mk
+++ b/keyboards/handwired/co60/rev6/rules.mk
@@ -1,40 +1,5 @@
1# project specific files 1# MCU name
2 2MCU = STM32F303
3## chip/board settings
4# - the next two should match the directories in
5# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
6MCU_FAMILY = STM32
7MCU_SERIES = STM32F3xx
8
9# Linker script to use
10# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
11# or <this_dir>/ld/
12MCU_LDSCRIPT = STM32F303xC
13
14# Startup code to use
15# - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/
16MCU_STARTUP = stm32f3xx
17
18# Board: it should exist either in <chibios>/os/hal/boards/
19# or <this_dir>/boards
20BOARD = GENERIC_STM32_F303XC
21
22# Cortex version
23MCU = cortex-m4
24
25# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
26ARMV = 7
27
28USE_FPU = yes
29
30# Vector table for application
31# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
32# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
33# OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000
34
35# Options to pass to dfu-util when flashing
36DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
37DFU_SUFFIX_ARGS = -v 0483 -p df11
38 3
39# Code for backlight breathing: 4# Code for backlight breathing:
40SRC += led.c 5SRC += led.c
diff --git a/keyboards/handwired/co60/rev7/rules.mk b/keyboards/handwired/co60/rev7/rules.mk
index 6e0b3856a..9daeaf047 100644
--- a/keyboards/handwired/co60/rev7/rules.mk
+++ b/keyboards/handwired/co60/rev7/rules.mk
@@ -1,40 +1,5 @@
1# project specific files 1# MCU name
2 2MCU = STM32F303
3## chip/board settings
4# - the next two should match the directories in
5# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
6MCU_FAMILY = STM32
7MCU_SERIES = STM32F3xx
8
9# Linker script to use
10# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
11# or <this_dir>/ld/
12MCU_LDSCRIPT = STM32F303xC
13
14# Startup code to use
15# - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/
16MCU_STARTUP = stm32f3xx
17
18# Board: it should exist either in <chibios>/os/hal/boards/
19# or <this_dir>/boards
20BOARD = GENERIC_STM32_F303XC
21
22# Cortex version
23MCU = cortex-m4
24
25# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
26ARMV = 7
27
28USE_FPU = yes
29
30# Vector table for application
31# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
32# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
33# OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000
34
35# Options to pass to dfu-util when flashing
36DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
37DFU_SUFFIX_ARGS = -v 0483 -p df11
38 3
39# Code for backlight breathing: 4# Code for backlight breathing:
40SRC += led.c 5SRC += led.c
diff --git a/keyboards/handwired/steamvan/rev1/rules.mk b/keyboards/handwired/steamvan/rev1/rules.mk
index 3a91a7c60..471cb4c1e 100644
--- a/keyboards/handwired/steamvan/rev1/rules.mk
+++ b/keyboards/handwired/steamvan/rev1/rules.mk
@@ -1,40 +1,5 @@
1# project specific files 1# MCU name
2 2MCU = STM32F303
3## chip/board settings
4# - the next two should match the directories in
5# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
6MCU_FAMILY = STM32
7MCU_SERIES = STM32F3xx
8
9# Linker script to use
10# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
11# or <this_dir>/ld/
12MCU_LDSCRIPT = STM32F303xC
13
14# Startup code to use
15# - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/
16MCU_STARTUP = stm32f3xx
17
18# Board: it should exist either in <chibios>/os/hal/boards/
19# or <this_dir>/boards
20BOARD = GENERIC_STM32_F303XC
21
22# Cortex version
23MCU = cortex-m4
24
25# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
26ARMV = 7
27
28USE_FPU = yes
29
30# Vector table for application
31# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
32# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
33# OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000
34
35# Options to pass to dfu-util when flashing
36DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
37DFU_SUFFIX_ARGS = -v 0483 -p df11
38 3
39# Code for backlight breathing: 4# Code for backlight breathing:
40SRC += led.c 5SRC += led.c
diff --git a/keyboards/handwired/wulkan/rules.mk b/keyboards/handwired/wulkan/rules.mk
index 3f881b7f1..f432c7d67 100644
--- a/keyboards/handwired/wulkan/rules.mk
+++ b/keyboards/handwired/wulkan/rules.mk
@@ -1,3 +1,4 @@
1# MCU name
1MCU = STM32F303 2MCU = STM32F303
2 3
3# Build Options 4# Build Options