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
- Host: GitHub
- URL: https://github.com/generaltao2/avr-magboot-bootloader-mcu-side
- Owner: GeneralTao2
- License: gpl-3.0
- Created: 2021-08-16T11:38:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T12:10:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T12:41:46.680Z (over 1 year ago)
- Topics: avr, bootloader, c, make
- Language: C
- Homepage: https://github.com/blastur/magboot
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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