Add missing BOOTLOADER for a handful of boards (#16225)
				
					
				
			This commit is contained in:
		| @@ -4,6 +4,7 @@ | ||||
|     "maintainer": "skullydazed", | ||||
|     "debounce": 5, | ||||
|     "processor": "MK20DX256", | ||||
|     "bootloader": "halfkay", | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "extrakey": true, | ||||
|   | ||||
| @@ -4,6 +4,7 @@ | ||||
|     "maintainer": "skullydazed", | ||||
|     "debounce": 5, | ||||
|     "processor": "MKL26Z64", | ||||
|     "bootloader": "halfkay", | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "extrakey": true, | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| # MCU name | ||||
| MCU = MKL26Z64 | ||||
|  | ||||
| # Bootloader selection | ||||
| BOOTLOADER = halfkay | ||||
|  | ||||
| # Build Options | ||||
| #   change yes to no to disable | ||||
| # | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| # MCU name | ||||
| MCU = STM32L433 | ||||
|  | ||||
| # Bootloader selection | ||||
| BOOTLOADER = stm32-dfu | ||||
|  | ||||
| # Build Options | ||||
| #   change yes to no to disable | ||||
| # | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| # MCU name | ||||
| MCU = STM32L433 | ||||
|  | ||||
| # Bootloader selection | ||||
| BOOTLOADER = stm32-dfu | ||||
|  | ||||
| # Build Options | ||||
| #   change yes to no to disable | ||||
| # | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| # MCU name | ||||
| MCU = STM32L433 | ||||
|  | ||||
| # Bootloader selection | ||||
| BOOTLOADER = stm32-dfu | ||||
|  | ||||
| # Build Options | ||||
| #   change yes to no to disable | ||||
| # | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| # MCU name | ||||
| MCU = STM32L433 | ||||
|  | ||||
| # Bootloader selection | ||||
| BOOTLOADER = stm32-dfu | ||||
|  | ||||
| # Build Options | ||||
| #   change yes to no to disable | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user