Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Peter Mitsis 5084b6da56 Fix various default IRQ priorities
Changes the default IRQ priority level from 0 to 2 for the following
kernel configuration options as priorities 0 and 1 are reserved for the
first 32 IDT entries.

	SHARED_IRQ_0_PRI
	SHARED_IRQ_1_PRI
	I2C_DW_0_INT_PRIORITY
	GPIO_DW_0_PRI
	GPIO_DW_1_PRI
	SPI_INTEL_PORT_0_PRI
	SPI_INTEL_PORT_1_PRI

Change-Id: I0fc821c68156eb1e1fe776b2bd4ff5890bba40e8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:34 -05:00
arch Fix various default IRQ priorities 2016-02-05 20:24:34 -05:00
doc doc: Change conf.py and index.rst to fix the copyright and license. 2016-02-05 20:24:34 -05:00
drivers Fix various default IRQ priorities 2016-02-05 20:24:34 -05:00
include doxygen: fixed parameter documentation 2016-02-05 20:24:34 -05:00
kernel Remove kernel configuration option CUSTOM_SECURITY 2016-02-05 20:24:34 -05:00
lib checkpatch: warning - leading_space 2016-02-05 20:24:33 -05:00
misc OS Awareness: Add debug object trace configuration. 2016-02-05 20:24:32 -05:00
net Bluetooth: SMP: Ignore unsupported AuthReq in Security Request 2016-02-05 20:24:31 -05:00
samples checkpatch: converting from __FUNCTION__ to __func__ 2016-02-05 20:24:33 -05:00
scripts sanity: update sanity check data 2016-02-05 20:24:34 -05:00
.checkpatch.conf checkpatch: ignore AVOID_EXTERNS 2016-02-05 20:24:32 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile Zephyr 0.6.0-rc1 2016-02-05 20:24:34 -05:00
Makefile.inc kbuild: make menuconfig work with local configuration 2016-02-05 20:24:29 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00