Skip to content

Releases: crycode-de/mcp-can-boot

Version 1.4.1

15 Aug 11:20
v1.4.1
b76cf31
Compare
Choose a tag to compare
  • Added support for ATmega328PB

Version 1.4.0

12 Jun 13:36
v1.4.0
67c51c7
Compare
Choose a tag to compare
  • 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

30 Sep 16:50
v1.3.1
6551a31
Compare
Choose a tag to compare
  • 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

18 Jun 08:24
v1.3.0
4280b3b
Compare
Choose a tag to compare
  • 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

17 Jun 18:16
c9c5d69
Compare
Choose a tag to compare
  • Added storing MCUSR into R2 on bootup
    This makes it possible to find the MCU reset caused in run code.

Release v1.1.1

24 Feb 14:31
e125c1a
Compare
Choose a tag to compare
Renamed artifacts of github workflow