A small BootLoader that upgraded firmware through USB
Converts binary files to Microsoft's UF2 format https://github.com/Microsoft/uf2
A tool for the Arduino IDE to make a UF2 file from a compiled sketch binary .bin file.
CMake build system for Atmel SAM MCUs. Provides toolchain and variables
Waveshare 240x240 LCD and Joypad demo for Raspberry Pico
Arduino Blink made into a UF2 for STM32F411 Blackpill. First, tinyuf2 for Blackpill needs to be flashed as the bootloader. This UF2 file can then be copied to the MCU.
mpflash is a command-line tool for working with MicroPython firmware. It provides features to help you flash and update MicroPython on one or more attached microcontrollers.
将单片机的ELF转换为UF2文件,UF2是微软推出的一种全新的固件更新文件格式,旨在简化微控制器和嵌入式设备的固件升级过程。它以一种友好的方式打包二进制数据,使得用户甚至非技术人员也能轻松地将新固件加载到硬件设备上。