Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust version information to use struct and not *.s19 informaiton #132

Open
AndreasFreund opened this issue Jul 3, 2024 · 0 comments
Open

Comments

@AndreasFreund
Copy link
Contributor

AndreasFreund commented Jul 3, 2024

User story

  1. As a developer
  2. I need to include version information in the s19 file
  3. So that the customer can know what software version he is flashing

Acceptance criteria

  • When getting any version information from the s19 file, take it from the struct and not the header
  • Still display the s19 header when opening a file (but only in developer mode)

Struct

struct data{
	uint64_t magic_number;
	char asw_version[8];
	char asw_version_comment[40]; // e.g. Bremse vorne links
	uint64_t magic_number2;
}

Definition of done (DoD)

  • Code review has been completed
  • Code has been merged
  • Feature branch has been deleted
  • Update method signatures in architecture diagram
  • MCU & GUI build after merge
@AndreasFreund AndreasFreund converted this from a draft issue Jul 3, 2024
@Nahrain1 Nahrain1 moved this from Product Backlog to Sprint Backlog in amos2024ss07-feature-board Jul 3, 2024
@Nahrain1 Nahrain1 moved this from Sprint Backlog to Product Backlog in amos2024ss07-feature-board Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Product Backlog
Development

No branches or pull requests

2 participants