vintagepc / MK404

A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
https://vintagepc.github.io/MK404/
GNU General Public License v3.0
72 stars 9 forks source link

Add "debugcore" option for more flash space on 2560 #304

Closed vintagepc closed 3 years ago

vintagepc commented 3 years ago

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:

DRracer commented 3 years ago

Nice :+1:

codecov-commenter commented 3 years ago

Codecov Report

Merging #304 (a79f773) into master (f971410) will decrease coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@            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.