zephyr: Move code under 'boot' directory

The Zephyr build systems makes some assumptions about the directory
layout, and encounters problems if the necessary path contains "../..".
To help this, place the zephyr directory next to the bootutil directory
so that the Makefile can just refer to "../bootutil".  This keeps all of
the build artifacts under the proper top-level directory.
17 files changed
tree: 24c922e4e7db1e2589a77a93bc190910ba7a9c45
  1. boot/
  2. .gitignore
  3. build_boot.sh
  4. Makefile
  5. project.yml
  6. README.md
  7. repository.yml
README.md

mcuboot

MCU boot loader