Add Bonsai C4 converter (#17711)
This commit is contained in:
		
							parent
							
								
									29f47f4cf3
								
							
						
					
					
						commit
						a645301c82
					
				
					 10 changed files with 256 additions and 9 deletions
				
			
		|  | @ -60,6 +60,12 @@ | |||
|             "bootloader": "tinyuf2", | ||||
|             "board": "STEMCELL", | ||||
|             "pin_compatible": "promicro" | ||||
|         }, | ||||
|         "bonsai_c4": { | ||||
|             "processor": "STM32F411", | ||||
|             "bootloader": "stm32-dfu", | ||||
|             "board": "GENERIC_STM32_F411XE", | ||||
|             "pin_compatible": "promicro" | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  |  | |||
|  | @ -34,7 +34,7 @@ | |||
|         }, | ||||
|         "development_board": { | ||||
|             "type": "string", | ||||
|             "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411"] | ||||
|             "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4"] | ||||
|         }, | ||||
|         "pin_compatible": { | ||||
|             "type": "string", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Hoelscher
						David Hoelscher