Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Anas Nashif 013e6167a8 build: switch to board based configurations
Define boards based on platforms/SoCs and define them under boards/.
Also unify the naming of all platform, SoC and board files and use
platform.h for platforms and board.h for boards.

Change-Id: Icfeb96479ab5800aca98c80a79bdc3cecd645314
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:11 -05:00
arch build: switch to board based configurations 2016-02-05 20:25:11 -05:00
boards build: switch to board based configurations 2016-02-05 20:25:11 -05:00
configs build: switch to board based configurations 2016-02-05 20:25:11 -05:00
doc doc: Add bluetooth PTS 6.3 PICS file for GAP 2016-02-05 20:25:08 -05:00
drivers globally include headers for boards and platforms 2016-02-05 20:25:11 -05:00
include pinmux: adding pullup and input enable functions 2016-02-05 20:25:10 -05:00
kernel init: Move SECONDARY init level to the idle task. 2016-02-05 20:25:10 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc Generate stack usage information only when enabled 2016-02-05 20:25:04 -05:00
net Bluetooth: SMP: Fix missing buffer unref for LE SC only mode 2016-02-05 20:25:10 -05:00
samples build: switch to board based configurations 2016-02-05 20:25:11 -05:00
scripts build: switch to board based configurations 2016-02-05 20:25:11 -05:00
.checkpatch.conf checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE 2016-02-05 20:24:36 -05:00
.gitattributes
.gitignore doc: Prevent accidental commit of Kconfig index file 2016-02-05 20:24:42 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile build: switch to board based configurations 2016-02-05 20:25:11 -05:00
Makefile.inc qemu: Creation of QEMU specific platforms 2016-02-05 20:24:56 -05:00
zephyr-env.sh