Skip to content

Commit

Permalink
Release v4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Apr 13, 2023
1 parent 4168e36 commit 5bcbc07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 4 (2023-04)
===================
- Support protocol verfsion 2.2.
- Support `READ_BOARD_INFO` command.
- No longer set board versions and extra info (display type) at
compiletime, but read them from board info from flash at runtime.
This means that instead of producing a hex file for each board
version, just a hex file per hardware type (interface board & hopper
board) is produced that will be combined with a board info block at
flash time.
- Removed version number block from flash.
- Size optimizations to make things fit on the attiny.

Version 3.1 (2022-09)
=====================
- Support interfaceboard v1.5 and v1.6.
Expand Down

0 comments on commit 5bcbc07

Please sign in to comment.