Releases: crycode-de/mcp-can-boot
Releases · crycode-de/mcp-can-boot
Version 1.4.1
- Added support for ATmega328PB
Version 1.4.0
- Added support for ATmega32U4
- Optimized bootloader size (724 to 770 bytes smaller dending on used MCU)
Thanks to Dan Hankewycz (hankedan000)! - Added bitrate detect feature (merged from it's own branch since it now fits into 2048 words bootloader section)
Version 1.3.1
- Fixed variable overflow while flashing addresses bigger than 0xFFFF (Tanks to Cosmin-Andrei Popovici for reporting this issue!)
- Updated readme and fixed some spelling issues
Version 1.3.0
- Added config option to use SFF CAN-IDs instead of the default EFF CAN-IDs
- Added some basic checks for the defined CAN-IDs at compile time
Version 1.2.0
- Added storing MCUSR into R2 on bootup
This makes it possible to find the MCU reset caused in run code.
Release v1.1.1
Renamed artifacts of github workflow