24 lines
691 B
Markdown
24 lines
691 B
Markdown
## TODOs:
|
|
- [X] Create pytest unit test
|
|
- [X] Create combine unit test (python -> c -> python)
|
|
- [X] Package ID + Sizes
|
|
- [X] Generic Deocde (decode with Id)
|
|
- [X] Converage Reports
|
|
|
|
- [X] Clean Up Code / Add consitanzie for Code
|
|
- [ ] Add _Proper_ docs (code, dev tooling and product)
|
|
- [ ] Dockerize for simplification
|
|
|
|
- [ ] Markdown Backend
|
|
- [X] Hash + CRC checksum
|
|
- [X] Proper Docs
|
|
- [X] Vscode Plugin Syntax Highlighting
|
|
|
|
- [X] Add __eq__ for bitfields
|
|
|
|
- [X] Bitfield and
|
|
- [X] Handle different endiandiss on differnt architectures (currently only little)
|
|
- [ ] Current: using memcpy to handle diffrent endiandiss, is there a bette way?
|
|
|
|
- [X] Introduce flake8
|
|
- [X] Big Reafactor |