zephyr/arch/xtensa/core
Andrew Boie 286a2c875f xtensa: fix XCC build
XCC doesn't recognize the "I" compiler constraint but GCC does. Switch
to "i" which is understood by both.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-15 13:33:12 -04:00
..
offsets xtensa port: Clear the CP descriptor of new created thread. 2017-04-20 16:01:55 +00:00
startup xtensa: optionally build reset vector code 2017-05-12 12:56:12 -04:00
Makefile xtensa: merge crt1-*.S 2017-05-12 12:56:12 -04:00
atomic.S xtensa: fix numerous checkpatch issues 2017-02-13 11:39:03 -08:00
cpu_idle.c xtensa: use inline assembly instead of XT_* macros 2017-05-11 16:51:56 -04:00
crt1.S xtensa: merge crt1-*.S 2017-05-12 12:56:12 -04:00
fatal.c xtensa: fix XCC build 2017-05-15 13:33:12 -04:00
irq_manage.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
irq_offload.c kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
sw_isr_table.S Xtensa port: Added Xtensa specific code (C + S) files. 2017-02-13 08:04:27 -08:00
swap.S debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
thread.c kernel: add k_thread_create() API 2017-05-11 20:24:22 -04:00
xt_zephyr.S debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
xtensa_context.S xtensa: fix numerous checkpatch issues 2017-02-13 11:39:03 -08:00
xtensa_intr.c Xtensa port: Added Xtensa specific code (C + S) files. 2017-02-13 08:04:27 -08:00
xtensa_intr_asm.S Xtensa port: Added Xtensa specific code (C + S) files. 2017-02-13 08:04:27 -08:00
xtensa_vectors.S xtensa port: Fixed crash on interrupt handlers when logger is enabled. 2017-04-28 15:49:01 +00:00