bootutil: Fix issue with align > 1

Some flash devices not only require writes to occur on an `align` byte
boundary, but also require that the writes be done in chunks of this
size as well.  Enhance the sections that write status bytes to write
more than a single status byte.
2 files changed
tree: 06be45643c6ca4101d3763d86ea8b93a3d0f4d56
  1. boot/
  2. scripts/
  3. sim/
  4. .gitignore
  5. build_boot.sh
  6. Makefile
  7. project.yml
  8. README.md
  9. repository.yml
  10. root.pem
  11. sign.sh
README.md

mcuboot

MCU boot loader