commit | 0e259097fb9a9df32502ab6a10748c81568bf13f | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@foundries.io> | Wed Sep 05 14:54:06 2018 -0400 |
committer | Fabio Utzig <utzig@utzig.org> | Wed Sep 05 20:30:01 2018 -0300 |
tree | 5c3239f52ac65e112d347973777b40f7e80ae0db | |
parent | 8a474ff082c2020a235b2d4b342ab749faf090bd [diff] |
zephyr: prj.conf: disable CONFIG_BT_CTLR too Various Zephyr boards (I'm looking at you, every-single-nRF-board) set CONFIG_BT_CTLR=y as well as CONFIG_BT. Make sure it's disabled for MCUboot's default prj.conf, where it's not needed and has been causing very verbose Kconfiglib warnings: warning: BT_CTLR (defined at subsys/bluetooth/controller/Kconfig:10) was assigned the value 'y' but got the value 'n'. You can check symbol information (including dependencies) in the 'menuconfig' interface (see the Application Development Primer section of the manual), or in the Kconfig reference at http://docs.zephyrproject.org/reference/kconfig/CONFIG_BT_CTLR.html (which is updated regularly from the master branch). See the 'Setting configuration values' section of the Board Porting Guide as well. Signed-off-by: Marti Bolivar <marti@foundries.io>
This is mcuboot, version 1.2.0
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. Currently mcuboot works with both the Apache Mynewt, and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!