mcuboot/boot/zephyr
Marti Bolivar f4d0e1adf2 zephyr: turn off I2C
Upstream Zephyr is making a habit of enabling subsystems on any board
that supports them. That's a potential security risk if any of those
allow interference with the running bootloader, and is currently
exceeding mcuboot's flash allowance on some STM32 targets,
e.g. 96b_carbon. Turn off I2C to restore the build for those.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-08-31 08:29:53 -06:00
..
include flash_map: declare flash_area_get_sectors() 2017-06-14 17:07:54 -04:00
targets zephyr: add nrf52_blenano2 target 2017-08-24 13:19:11 -06:00
Makefile zephyr: restructure the build process to use board config files 2017-01-19 10:26:40 -02:00
arduino_101.conf arduino_101: disable some additional options 2017-03-16 15:22:25 -07:00
dts.overlay zephyr: force mcuboot to fit in the boot partition 2017-08-31 08:29:53 -06:00
flash_map.c Fixes trying to close an invalid flash map handle 2017-06-28 09:26:54 -03:00
hal_flash.c zephyr: use indentation consistent across mcuboot 2017-04-11 17:59:04 -06:00
keys.c Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
main.c zephyr: warn on boot if flash areas are still open 2017-06-15 13:24:15 -04:00
os.c zephyr: Add braces around single lines 2017-04-11 17:59:05 -06:00
prj-p256.conf zephyr: s/BLUETOOTH/BT/ 2017-08-09 15:43:09 -06:00
prj.conf zephyr: turn off I2C 2017-08-31 08:29:53 -06:00