zephyr/arch/arc/core
Benjamin Walsh 3cc2ba9f9c kernel: add __ASSERT() for thread priorities
Verify the thread priorities are within the bounds when starting a new
thread and when changing the priority of a thread.

Change-Id: I007b3b249e4b80235b6439cbee44cad2f31973bb
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-08 20:27:31 -05:00
..
offsets arc: improved saving of lp_<count,start,end> using GPRs 2016-05-29 22:23:13 +00:00
Makefile arc: cache.h support added for em7d and em11d SOC 2016-11-07 18:53:49 +00:00
atomic.S arc: add atomic operations for ARC EM family processors 2016-02-05 20:25:16 -05:00
cache.c arc: cache.h support added for em7d and em11d SOC 2016-11-07 18:53:49 +00:00
cpu_idle.S arc: remove CONFIG_NANOKERNEL code 2016-11-08 22:02:46 +00:00
fast_irq.S arc: remove support for legacy kernels 2016-11-04 11:45:14 -07:00
fatal.c arc: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
fault.c arc: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
fault_s.S arc: remove support for legacy kernels 2016-11-04 11:45:14 -07:00
irq_manage.c arc: remove deprecated dynamic interrupt implementation 2016-09-06 22:26:11 +00:00
irq_offload.c irq_offload: ARC implementation 2016-02-05 20:24:55 -05:00
irq_vector_table.c arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
isr_wrapper.S arc: remove support for legacy kernels 2016-11-04 11:45:14 -07:00
prep_c.c nanokernel: move dataCopy() and bssZero() to common code 2016-07-08 18:23:11 +00:00
regular_irq.S arc: fix race condition when returning from interrupt 2016-11-08 22:50:14 +00:00
reset.S arc: Add linker command file for Harvard architecture 2016-05-15 01:48:41 +00:00
sw_isr_table.S arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
swap.S arc: remove support for legacy kernels 2016-11-04 11:45:14 -07:00
swap_macros.h arc: do lr and sr instructions together, avoid instruction pipeline bubble 2016-05-09 20:56:52 +00:00
sys_fatal_error_handler.c arc: remove support for legacy kernels 2016-11-04 11:45:14 -07:00
thread.c kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
thread_entry_wrapper.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
vector_table.c arc: Set __start entry point to be same as __reset 2016-05-05 22:12:56 +00:00