An open API service indexing awesome lists of open source software.

https://github.com/zigembeddedgroup/avrboot

AVR bootloader protocols
https://github.com/zigembeddedgroup/avrboot

Last synced: 10 months ago
JSON representation

AVR bootloader protocols

Awesome Lists containing this project

README

          

# avrboot

This repo aims to be a Zig AVR flashing tool!

Currently only tested/working for Arduino UNO boards.

## Usage

`zig build`
`avrboot [port] [.bin file]`
e.g. `avrboot \\.\COM3 test-blinky-chips.atmega328p.bin`