We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4168e36 commit 5bcbc07Copy full SHA for 5bcbc07
Changelog.md
@@ -1,3 +1,16 @@
1
+Version 4 (2023-04)
2
+===================
3
+ - Support protocol verfsion 2.2.
4
+ - Support `READ_BOARD_INFO` command.
5
+ - No longer set board versions and extra info (display type) at
6
+ compiletime, but read them from board info from flash at runtime.
7
+ This means that instead of producing a hex file for each board
8
+ version, just a hex file per hardware type (interface board & hopper
9
+ board) is produced that will be combined with a board info block at
10
+ flash time.
11
+ - Removed version number block from flash.
12
+ - Size optimizations to make things fit on the attiny.
13
+
14
Version 3.1 (2022-09)
15
=====================
16
- Support interfaceboard v1.5 and v1.6.
0 commit comments