diff options
author | Nick Brassel <nick@tzarc.org> | 2021-04-25 13:40:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 13:40:56 +1000 |
commit | 891d18d3565090abd5f218a8787acc3e25349b73 (patch) | |
tree | a18a24e01c9fa0325d4574e7ff4975021cdaeb84 /keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md | |
parent | 2a61a500de6fb286cedf644f56d70d05a0b96f0d (diff) | |
download | qmk_firmware-891d18d3565090abd5f218a8787acc3e25349b73.tar.gz qmk_firmware-891d18d3565090abd5f218a8787acc3e25349b73.zip |
Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600)
* Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example.
* Update flashing.md
* Update chconf.h
* Update config.h
* Update halconf.h
* Update mcuconf.h
Diffstat (limited to 'keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md')
-rwxr-xr-x | keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md new file mode 100755 index 0000000000..ff43658f4c --- /dev/null +++ b/keyboards/handwired/onekey/blackpill_f411_tinyuf2/readme.md @@ -0,0 +1,9 @@ +# f411 blackpill onekey + +Supported Hardware: *STM32F411CEU6 WeAct v1.3*. + +To trigger keypress, short together pins *B0* and *A7*. + +This variant requires the TinyUF2 bootloader to be installed. This can be downloaded from the [tinyuf2 releases page](https://github.com/adafruit/tinyuf2/releases). The F401 blackpill binary works for both F401- and F411-based blackpill devices. + +Double-tap reset to enter bootloader mode. Copy the built uf2 file to the device by dragging the file to the new USB disk.
\ No newline at end of file |