Go to file
Anas Nashif 909dd7ee05 arduino_101: support booting with original bootloader
To boot zephyr on the Arduino 101 running the original bootloader
which supports DFU, set the following in your application configuration
file:

CONFIG_SS_RESET_VECTOR=0x40034000
CONFIG_PHYS_LOAD_ADDR=0x40010000
CONFIG_VERSION_HEADER=y

Jira: ZEP-219
Change-Id: Ia015a7b6fce888b49ed22c558de992132d4713ea
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-30 13:56:54 -04:00
arch gpio: unify kernel configuration for all architectueres 2016-04-30 13:43:26 -04:00
boards arduino_101: support booting with original bootloader 2016-04-30 13:56:54 -04:00
doc doc: fixed bullet list for bluetooth 2016-04-30 09:48:49 -04:00
drivers
include arduino_101: support booting with original bootloader 2016-04-30 13:56:54 -04:00
kernel
lib
misc arduino_101: support booting with original bootloader 2016-04-30 13:56:54 -04:00
net
samples samples: cpp_synchronization: rename local configuration and use one config 2016-04-30 13:43:31 -04:00
scripts
tests
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile
Makefile.inc
zephyr-env.sh