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

Xflash load from hex #294

Merged
merged 4 commits into from
Mar 7, 2021
Merged

Xflash load from hex #294

merged 4 commits into from
Mar 7, 2021

Conversation

vintagepc
Copy link
Owner

Description

Add automatic loading of language data from a .hex file to EinsyRambo external flash

Behaviour/ Breaking changes

If a hex file includes an additional language chunk it will be automatically loaded into the xflash when used with -f.

Have you tested the changes?

Yes, can locally start with clean system (no .bin files) and use -f to get a boot with language options.

Other

Not covered by automated testing at this time.

@codecov-io
Copy link

codecov-io commented Feb 27, 2021

Codecov Report

Merging #294 (5f57d12) into master (a0f3f5b) will decrease coverage by 0.13%.
The diff coverage is 57.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
- Coverage   89.36%   89.23%   -0.14%     
==========================================
  Files         140      140              
  Lines        6575     6594      +19     
==========================================
+ Hits         5876     5884       +8     
- Misses        699      710      +11     
Impacted Files Coverage Δ
parts/Board.h 91.66% <0.00%> (-3.99%) ⬇️
parts/boards/EinsyRambo.cpp 97.10% <0.00%> (-1.43%) ⬇️
parts/boards/EinsyRambo.h 100.00% <ø> (ø)
parts/components/TMC2130.h 100.00% <ø> (ø)
parts/components/w25x20cl.cpp 86.06% <0.00%> (-1.75%) ⬇️
parts/components/w25x20cl.h 100.00% <ø> (ø)
parts/Board.cpp 78.57% <73.33%> (-0.81%) ⬇️
parts/components/TMC2130.cpp 93.22% <100.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0f3f5b...5f57d12. Read the comment docs.

@vintagepc vintagepc merged commit 4a1c5aa into master Mar 7, 2021
@vintagepc vintagepc deleted the xflash-load-from-hex branch March 7, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants