commit | 5153bd6c615fcaf102416999b5590683112a6602 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Jan 06 11:16:53 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Fri Jan 06 11:16:53 2017 -0700 |
tree | 2da71939890d6684e71b5d8e9e6c339839da49a9 | |
parent | 5315d50a0c7a3367613f76092299810e50bb84e5 [diff] [blame] |
zephyr: Bring in the Zephyr build Add support for building mcuboot as a Zephyr application. This is copied from the iotboot repo with some minor reorganization to work with the mcuboot directory layout.
diff --git a/zephyr/include/syscfg/syscfg.h b/zephyr/include/syscfg/syscfg.h new file mode 100644 index 0000000..ad58eed --- /dev/null +++ b/zephyr/include/syscfg/syscfg.h
@@ -0,0 +1,6 @@ +#ifndef __SYSCFG_H__ +#define __SYSCFG_H__ + +#define MYNEWT_VAL(x) (x) + +#endif /* __SYSCFG_H__ */