Closed vintagepc closed 3 years ago
Nice :+1:
Merging #304 (a79f773) into master (f971410) will decrease coverage by
0.02%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #304 +/- ##
==========================================
- Coverage 89.05% 89.02% -0.03%
==========================================
Files 140 140
Lines 6634 6645 +11
==========================================
+ Hits 5908 5916 +8
- Misses 726 729 +3
Impacted Files | Coverage Δ | |
---|---|---|
parts/Board.cpp | 77.69% <25.00%> (ø) |
|
MK404.cpp | 88.33% <66.66%> (-0.90%) |
:arrow_down: |
parts/PinSpec.h | 100.00% <100.00%> (ø) |
|
parts/pinspecs/PinSpec_2560.h | 100.00% <100.00%> (ø) |
|
utility/Config.h | 100.00% <100.00%> (ø) |
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 f971410...a79f773. Read the comment docs.
Description
Adds a fake atmega5120 with more flash space defined for loading of debug binaries.
Behaviour/ Breaking changes
Use
--debugcore
to enable this for EinsyRambo boards. You will see references in the output change to atmega5120 instead, and it should now have 512kb of virtual flash space.Linked issues: