diff options
Diffstat (limited to 'quantum/stm32/proton_c.mk')
| -rw-r--r-- | quantum/stm32/proton_c.mk | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk deleted file mode 100644 index b25b55504..000000000 --- a/quantum/stm32/proton_c.mk +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | # Proton C MCU settings for converting AVR projects | ||
| 2 | |||
| 3 | # These are defaults based on what has been implemented for ARM boards | ||
| 4 | AUDIO_ENABLE = yes | ||
| 5 | WS2812_DRIVER = bitbang | ||
| 6 | |||
| 7 | # Force task driven PWM until ARM can provide automatic configuration | ||
| 8 | BACKLIGHT_DRIVER = software | ||
| 9 | |||
| 10 | # The rest of these settings shouldn't change | ||
| 11 | |||
| 12 | ## chip/board settings | ||
| 13 | # - the next two should match the directories in | ||
| 14 | # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) | ||
| 15 | MCU_FAMILY = STM32 | ||
| 16 | MCU_SERIES = STM32F3xx | ||
| 17 | |||
| 18 | # Linker script to use | ||
| 19 | # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ | ||
| 20 | # or <this_dir>/ld/ | ||
| 21 | MCU_LDSCRIPT = STM32F303xC | ||
| 22 | |||
| 23 | # Startup code to use | ||
| 24 | # - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/ | ||
| 25 | MCU_STARTUP = stm32f3xx | ||
| 26 | |||
| 27 | # Board: it should exist either in <chibios>/os/hal/boards/ | ||
| 28 | # or <this_dir>/boards | ||
| 29 | BOARD = GENERIC_STM32_F303XC | ||
| 30 | |||
| 31 | # Cortex version | ||
| 32 | MCU = cortex-m4 | ||
| 33 | |||
| 34 | # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7 | ||
| 35 | ARMV = 7 | ||
| 36 | |||
| 37 | USE_FPU = yes | ||
| 38 | |||
| 39 | # Vector table for application | ||
| 40 | # 0x00000000-0x00001000 area is occupied by bootlaoder.*/ | ||
| 41 | # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB | ||
| 42 | # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000 | ||
| 43 | OPT_DEFS = | ||
| 44 | |||
| 45 | # Options to pass to dfu-util when flashing | ||
| 46 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | ||
| 47 | DFU_SUFFIX_ARGS = -p df11 -v 0483 | ||
