Init Commit: Moved bproto to seperate repo

This commit is contained in:
AlexanderHD27
2025-04-14 14:43:03 +02:00
commit 45bfc724fc
125 changed files with 10822 additions and 0 deletions

24
TODOs.md Normal file
View File

@@ -0,0 +1,24 @@
## 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