Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Ensure top-level can be used in no_std scenarios #82

@rvolosatovs

Description

@rvolosatovs

We want to add some shared structs to this crate and we want to make them importable with no_std.
In order to achieve that, we can move firmware and launch-specific structs out of top-level to respective modules. The only thing left is then Version - that we can either guard with a feature flag along other module imports or move to a new module.
cc @haraldh

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions