summaryrefslogtreecommitdiff
path: root/firmware/src/data_link.c
AgeCommit message (Collapse)Author
2024-06-01firmware: Minimal frame encodingHEADmainxengineering
This only covers the correct frame size, setting the buffer to 0 and copy the payload over. Missing is: - copy destination address - copy source address - set frame type - calculate and add CRC32 checksum
2024-06-01firmware: Separate data link related codexengineering