boot_serial: minor fixes in 'erase_range()' log output and for 'bs_list()'
This short series includes 3 minor fixes for boot_serial:
-
drop redundant parameters from
bs_list()Thebufandlenparameters aren't used insidebs_list()function. -
boot_serial: include flash area offset in log info Currently, log info in
erase_range()andbs_upload()shows range being erased/written relative to selected flash area which might be misleading. Include flash area offset in output so that the absolute addresses of the range being erased/written are shown. -
don't use
%jlength modifier with Zephyr's minimal libc The Zephyr's 'Minimal C library' doesn't support the%jlength modifier whencbprintfis configured with minimum features.
@nordicjm
Seems like the "Writing at ..." parts should be updated also
I've added that in second commit (boot_serial: include flash area offset in log info).
Thanks!
Format needs updating for CI to pass
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.