libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

Combine make flash & program #1403

Closed kammce closed 3 years ago

kammce commented 3 years ago

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 the JTAG=... argument is supplied.

If JTAG is not present then platform-flash will be used.

Documentation has been updated to reflect this new stance.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1403 (5bd4b4c) into master (8c7e4a7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

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