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

ihex file transfer support #43

Open
beckyc567 opened this issue Jan 8, 2019 · 0 comments
Open

ihex file transfer support #43

beckyc567 opened this issue Jan 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@beckyc567
Copy link
Collaborator

Classes added to parse ihex files (ExtendedSegmentAddress, StartSegmentAddress, and StartLinearAddress record handling still needs to be added, but these were record types not present in any of the available ihex test files).

The classes expose all details at the primitive level for customised handling of transfers.

The classes also provide wrappers for simpler transfers.

Use of the wrappers has also been embedded within the Uds object to support attachment of an ihex file and simple transfer calls.

The Uds file has had a final wrapper added to support transfer of a specified ihex file with a simple reqDownload, transData and transExit combination.

Most of the options have been tested to some extent or other either informally or via the transData unit tests.

Merged to master after review with Richard.

@beckyc567 beckyc567 added the enhancement New feature or request label Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant