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

https://github.com/generaltao2/avr-magboot-bootloader-mcu-side

Bootloader firmware project for AVR MCUs
https://github.com/generaltao2/avr-magboot-bootloader-mcu-side

avr bootloader c make

Last synced: over 1 year ago
JSON representation

Bootloader firmware project for AVR MCUs

Awesome Lists containing this project

README

          

#### About
C project for bootloader firmware building. For PC side look at [avr-magboot-bootloader-pc-side](https://github.com/GeneralTao2/avr-magboot-bootloader-pc-side) repo.

#### Author
The original repo is [magboot](https://github.com/blastur/magboot). Also see there README.md file for more info.

#### Changes
- Can be loaded on Atmega32 MCU
- Very fast, UART works on 250000bps baudrate
- Probably doesn't works with Atmega168 or Atmega328 MCUs