1
0
Fork 0

Add Bonsai C4 converter (#17711)

This commit is contained in:
David Hoelscher 2022-08-17 19:01:54 -05:00 committed by GitHub
parent 29f47f4cf3
commit a645301c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 256 additions and 9 deletions

View file

@ -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"
}
}
}