Skip to content

Commit

Permalink
Add link to UF2-ChibiOS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pierstitus committed May 13, 2021
1 parent bda71de commit b05acf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ UF2 is a file format, developed by Microsoft for [PXT](https://github.com/Micros
flashing microcontrollers over MSC (Mass Storage Class; aka removable flash drive).

For a more friendly explanation, check out [this blog post](https://makecode.com/blog/one-chip-to-flash-them-all).
Also, take a look at the list of implementations at the bottom of this document.
Also, take a look at the list of [implementations](#implementations) at the bottom of this document.

## Overview

Expand Down Expand Up @@ -318,6 +318,7 @@ Extension tags can, but don't have to, be repeated in all blocks.
* [Cypress FX2](https://github.com/whitequark/libfx2/tree/master/firmware/boot-uf2)
* [Tiny UF2](https://github.com/adafruit/tinyuf2) - Support ESP32-S2, iMXRT10xx, STM32F4
* [RP2040 chip](https://www.raspberrypi.org/products/raspberry-pi-pico/) - native support in silicon
* [UF2-ChibiOS](https://github.com/striso/uf2-ChibiOS) - Supports STM32H7

There's an ongoing effort to implement UF2 in [Codal](https://github.com/lancaster-university/codal-core).

Expand Down

0 comments on commit b05acf5

Please sign in to comment.