forked from synapticon/siitool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
36 lines (29 loc) · 910 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
v1.2:
- Dc section is no longer part of the gnerated SII binary
- Add commandline parameter `-m` to add PDO mapping to the generated SII
binary.
- Fix check for the checksum of the first bytes
- Fix group string
- Fix preample sync impulse value
Known Bugs:
- Large ESI files let the application crash
- Multiple PDO mappings are not printed correctly
v1.1:
- Fix for odd sized string section
- Fix padding for PDO entry (Ittner)
- Fix matching of FMMU nodes
- FIx parsing of eeprom config
- Applied several pull requests from @sittner on github (thanks)
- Changed versioning to git describe
- Reduce build dependencies
- Fix various XML related bugs (empty tags, BOM)
- Fix recognition of mailbox attributes
v1.0:
- Rework of SII content printing
- Bugfixes
v0.3:
- added optional section offset printout
v0.2:
- added versioning
- print of string section
- use of strings in string section (basic)