You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace uint8_t with std::byte for all I2C and UART data transmission APIs to improve type safety and prevent accidental arithmetic operations on raw byte data. This change aligns with modern C++ best practices and makes the intent of byte-oriented operations more explicit throughout the codebase.
Updated interfaces, implementations, applications, and tests. Added custom JSON serialization support for std::byte in the host emulator message encoder.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments