Skip to content

Releases: OpenSpaceCode/EmbeddedSpacePacket

v1.2.0

Choose a tag to compare

@Michal-Pogorzelec Michal-Pogorzelec released this 08 Jul 17:05
5081150

Add extern "C" for public header.

v1.1.0

Choose a tag to compare

@Michal-Pogorzelec Michal-Pogorzelec released this 26 Jun 17:36
9f92cce

What's Changed

  • repo setup patch
  • review fixes
  • release fixes
  • README update

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@Michal-Pogorzelec Michal-Pogorzelec released this 01 Mar 07:07

Initial release for tiny embedded-C CCSDS SpacePacket protocol implementation.

What's Changed

  • Implement minimal, satisfactory implementation of CCSDS SpacePacketprotocol in embedded C11.
  • Add comprehensive README.
  • Add unit tests with ~100% coverage.
  • Add stricter compiler flags and fix resulting warnings.