Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Andrew Boie 2295e2abf7 uart: remove uart_irq_get()
This API is not being used for anything, the interrupts for UART
drivers are all being configured statically. Saves code space as
gc-sections can't tell that these APIs are unused.

Some instances where IRQ/priority information was being saved in
data structures and never used fixed.

Change-Id: If56b4fdc251b80be9094ffcbac6f61e265ac2ffd
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:16 -05:00
arch x86: fix description for CONFIG_NUM_DYNAMIC_EXC_NOERR_STUBS 2016-02-05 20:25:15 -05:00
boards quark-se: Add the development board support 2016-02-05 20:25:15 -05:00
doc doc: Change README to reflect new API documentation. 2016-02-05 20:25:15 -05:00
drivers uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
include uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
kernel nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc kconfig: add mising option TASK_DEBUG 2016-02-05 20:25:13 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
samples i2c: make i2c_transfer() really generic 2016-02-05 20:25:15 -05:00
scripts build: do not use link-zephyr 2016-02-05 20:25:15 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap
Kbuild strip MDEF_FILE_PATH variable 2016-02-05 20:25:13 -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
Makefile build: do not use link-zephyr 2016-02-05 20:25:15 -05:00
Makefile.inc dequote and strip CONF_FILE variable and minor variable cleanup 2016-02-05 20:25:13 -05:00
zephyr-env.sh