diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/mcu_selection.mk | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 9268c4522..f8def7f67 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -136,10 +136,6 @@ ifneq ($(findstring STM32F042, $(MCU)),) | |||
| 136 | 136 | ||
| 137 | USE_FPU ?= no | 137 | USE_FPU ?= no |
| 138 | 138 | ||
| 139 | # Options to pass to dfu-util when flashing | ||
| 140 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 141 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 142 | |||
| 143 | # UF2 settings | 139 | # UF2 settings |
| 144 | UF2_FAMILY ?= STM32F0 | 140 | UF2_FAMILY ?= STM32F0 |
| 145 | endif | 141 | endif |
| @@ -172,10 +168,6 @@ ifneq ($(findstring STM32F072, $(MCU)),) | |||
| 172 | 168 | ||
| 173 | USE_FPU ?= no | 169 | USE_FPU ?= no |
| 174 | 170 | ||
| 175 | # Options to pass to dfu-util when flashing | ||
| 176 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 177 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 178 | |||
| 179 | # UF2 settings | 171 | # UF2 settings |
| 180 | UF2_FAMILY ?= STM32F0 | 172 | UF2_FAMILY ?= STM32F0 |
| 181 | endif | 173 | endif |
| @@ -208,10 +200,6 @@ ifneq ($(findstring STM32F103, $(MCU)),) | |||
| 208 | 200 | ||
| 209 | USE_FPU ?= no | 201 | USE_FPU ?= no |
| 210 | 202 | ||
| 211 | # Options to pass to dfu-util when flashing | ||
| 212 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 213 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 214 | |||
| 215 | # UF2 settings | 203 | # UF2 settings |
| 216 | UF2_FAMILY ?= STM32F1 | 204 | UF2_FAMILY ?= STM32F1 |
| 217 | endif | 205 | endif |
| @@ -244,10 +232,6 @@ ifneq ($(findstring STM32F303, $(MCU)),) | |||
| 244 | 232 | ||
| 245 | USE_FPU ?= yes | 233 | USE_FPU ?= yes |
| 246 | 234 | ||
| 247 | # Options to pass to dfu-util when flashing | ||
| 248 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 249 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 250 | |||
| 251 | # UF2 settings | 235 | # UF2 settings |
| 252 | UF2_FAMILY ?= STM32F3 | 236 | UF2_FAMILY ?= STM32F3 |
| 253 | endif | 237 | endif |
| @@ -280,10 +264,6 @@ ifneq ($(findstring STM32F401, $(MCU)),) | |||
| 280 | 264 | ||
| 281 | USE_FPU ?= yes | 265 | USE_FPU ?= yes |
| 282 | 266 | ||
| 283 | # Options to pass to dfu-util when flashing | ||
| 284 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 285 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 286 | |||
| 287 | # UF2 settings | 267 | # UF2 settings |
| 288 | UF2_FAMILY ?= STM32F4 | 268 | UF2_FAMILY ?= STM32F4 |
| 289 | endif | 269 | endif |
| @@ -321,10 +301,6 @@ ifneq ($(findstring STM32F411, $(MCU)),) | |||
| 321 | 301 | ||
| 322 | USE_FPU ?= yes | 302 | USE_FPU ?= yes |
| 323 | 303 | ||
| 324 | # Options to pass to dfu-util when flashing | ||
| 325 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 326 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 327 | |||
| 328 | # UF2 settings | 304 | # UF2 settings |
| 329 | UF2_FAMILY ?= STM32F4 | 305 | UF2_FAMILY ?= STM32F4 |
| 330 | endif | 306 | endif |
| @@ -357,10 +333,6 @@ ifneq ($(findstring STM32F446, $(MCU)),) | |||
| 357 | BOARD ?= GENERIC_STM32_F446XE | 333 | BOARD ?= GENERIC_STM32_F446XE |
| 358 | 334 | ||
| 359 | USE_FPU ?= yes | 335 | USE_FPU ?= yes |
| 360 | |||
| 361 | # Options to pass to dfu-util when flashing | ||
| 362 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 363 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 364 | endif | 336 | endif |
| 365 | 337 | ||
| 366 | ifneq ($(findstring STM32G431, $(MCU)),) | 338 | ifneq ($(findstring STM32G431, $(MCU)),) |
| @@ -391,10 +363,6 @@ ifneq ($(findstring STM32G431, $(MCU)),) | |||
| 391 | 363 | ||
| 392 | USE_FPU ?= yes | 364 | USE_FPU ?= yes |
| 393 | 365 | ||
| 394 | # Options to pass to dfu-util when flashing | ||
| 395 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 396 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 397 | |||
| 398 | # UF2 settings | 366 | # UF2 settings |
| 399 | UF2_FAMILY ?= STM32G4 | 367 | UF2_FAMILY ?= STM32G4 |
| 400 | endif | 368 | endif |
| @@ -427,10 +395,6 @@ ifneq ($(findstring STM32G474, $(MCU)),) | |||
| 427 | 395 | ||
| 428 | USE_FPU ?= yes | 396 | USE_FPU ?= yes |
| 429 | 397 | ||
| 430 | # Options to pass to dfu-util when flashing | ||
| 431 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 432 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 433 | |||
| 434 | # UF2 settings | 398 | # UF2 settings |
| 435 | UF2_FAMILY ?= STM32G4 | 399 | UF2_FAMILY ?= STM32G4 |
| 436 | endif | 400 | endif |
| @@ -465,10 +429,6 @@ ifneq (,$(filter $(MCU),STM32L433 STM32L443)) | |||
| 465 | 429 | ||
| 466 | USE_FPU ?= yes | 430 | USE_FPU ?= yes |
| 467 | 431 | ||
| 468 | # Options to pass to dfu-util when flashing | ||
| 469 | DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave | ||
| 470 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | ||
| 471 | |||
| 472 | # UF2 settings | 432 | # UF2 settings |
| 473 | UF2_FAMILY ?= STM32L4 | 433 | UF2_FAMILY ?= STM32L4 |
| 474 | endif | 434 | endif |
