Closed kammce closed 3 years ago
Merging #1403 (5bd4b4c) into master (8c7e4a7) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1403 +/- ##
======================================
Coverage 47.2% 47.2%
======================================
Files 182 182
Lines 10079 10079
Branches 4312 4312
======================================
Hits 4754 4754
Misses 1591 1591
Partials 3734 3734
Flag | Coverage Δ | |
---|---|---|
unittests | 47.2% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
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 8c7e4a7...1d99f01. Read the comment docs.
Although these two targets will still be supported seperately for direct control, make flash will be the defacto target for flashing devices.
The
make flash
command will either utilize OpenOCD JTAG/SWD programming if theJTAG=...
argument is supplied.If JTAG is not present then
platform-flash
will be used.Documentation has been updated to reflect this new stance.