Skip to content

Conversation

@tzijnge
Copy link
Collaborator

@tzijnge tzijnge commented Dec 17, 2025

  • Added manchester code and test

Timon Zijnge added 19 commits December 17, 2025 15:54
* Added manchester code and test
* Formatting and added missing file
* Some functions can only be constexpr since C++14
* Manchester decode and some refactoring
* Added some missing typenames
* constexpr void function not allowed in C++11
* condition on static_assert tests
* revert CMakeLists.txt
* Using ETL_STATIC_ASSERT
* Some cleanup
* Added static_assert message
* Added compile time tests
* Added invert manchester
* Some refactoring
* Disable test for now
* Move ETL_NODISCARD before static
* Test for valid_span
* Remove redundant (?) storage specifiers for template specializations. Storage specifier already given in base template
* refactoring to get rid of specialized template functions in template class
* cleanup
* Added documentation comments
* Some refactoring
* introducing namespace detail_manchester
* Some refactoring
* Update tests
Timon Zijnge added 2 commits January 8, 2026 17:07
* Some refactoring
* Removed possible undefined behavior by refactoring encode_span
* constexpr version of encode_span
* Static assertion for rare case where code doesn't work because CHAR_BIT is not the same as the number of bits in uint_least8_t
* renamed valid to is_valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant