nuttx/arch/xtensa/src/common
2017-02-09 09:24:44 -06:00
..
xtensa_abi.h Missing escape character on CR of CR-LF expansion. 2016-12-16 10:49:42 -06:00
xtensa_assert.c Xtensa/ESP32: Add up_cpu_idlestack() and fix some compile issues. 2016-10-31 14:56:48 -06:00
xtensa_attr.h
xtensa_blocktask.c Xtensa: Adapt co-processor state save/restore functions so that they are call-able from C with Windows ABI. 2016-10-30 08:35:09 -06:00
xtensa_checkstack.c Xtensa ESP32: Add stack checking logic. 2016-12-23 15:51:33 -06:00
xtensa_context.S SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00
xtensa_coproc.S Xtensa ESP32: Clean-up and fixes from last commits 2016-12-19 13:57:37 -06:00
xtensa_copystate.c
xtensa_cpenable.c Xtensa: Adapt co-processor state save/restore functions so that they are call-able from C with Windows ABI. 2016-10-30 08:35:09 -06:00
xtensa_cpuint.S Add missing ENTRY() and RET() macros in C callable assembly language. At one time I though the that the ESP32 support the CALL0 ABI. I was mistaken so there may be a few more like this. 2016-12-14 12:14:51 -06:00
xtensa_cpupause.c Revert "Xtensa SMP: Avoid a nasty situation in SMP by assuring that up_release_pending() is not re-entered." 2016-12-25 07:12:46 -06:00
xtensa_createstack.c Xtensa/ESP32: Add CPU1 startup logic 2016-10-31 13:15:15 -06:00
xtensa_dumpstate.c Xtensa ESP32: Add stack checking logic. 2016-12-23 15:51:33 -06:00
xtensa_etherstub.c
xtensa_exit.c setvbuf: Add support for disabling I/O buffering. Initially cut; untested. 2017-02-09 09:24:44 -06:00
xtensa_idle.c
xtensa_initialize.c
xtensa_initialstate.c Xtensa: Add EXPERIMENTAL hooks to support lazy co-processor state restore in the future. 2016-11-16 06:48:13 -06:00
xtensa_int_handlers.S One register getting clobber on context save 2016-12-17 08:10:10 -06:00
xtensa_interruptcontext.c
xtensa_irqdispatch.c SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch. 2016-12-24 19:53:37 -06:00
xtensa_lowputs.c
xtensa_mdelay.c
xtensa_modifyreg8.c
xtensa_modifyreg16.c
xtensa_modifyreg32.c
xtensa_panic.S Use r6, not r2 when passing paramters with call4 2016-12-16 09:21:44 -06:00
xtensa_puts.c
xtensa_releasepending.c Revert "Xtensa SMP: Avoid a nasty situation in SMP by assuring that up_release_pending() is not re-entered." 2016-12-25 07:12:46 -06:00
xtensa_releasestack.c
xtensa_reprioritizertr.c Xtensa: Adapt co-processor state save/restore functions so that they are call-able from C with Windows ABI. 2016-10-30 08:35:09 -06:00
xtensa_schedsigaction.c SMP: Fix a typo introduced in c5b00ccfc4 2017-01-16 08:48:05 -06:00
xtensa_sigdeliver.c Xtensa ESP32: Corrects a problem with dispatching to signal handlers: Cannot vector directly to the signal handling function as in other ABIs under the Xtensa Window ABI. In that case, we need to go through a tiny hook when performs the correct window call (call4) otherwise registers will be scrambled in the signal handler 2016-12-22 11:19:38 -06:00
xtensa_sigtramp.S Xtensa ESP32: Correct copyright info; update some comments 2016-12-22 12:34:55 -06:00
xtensa_stackframe.c
xtensa_testset.c
xtensa_timer.h
xtensa_udelay.c
xtensa_unblocktask.c Xtensa: Adapt co-processor state save/restore functions so that they are call-able from C with Windows ABI. 2016-10-30 08:35:09 -06:00
xtensa_user_handler.S Xtensa ESP32: Fix a duplicate in Kconfig files. Level 1 should return via RFE. 2016-12-17 07:07:33 -06:00
xtensa_usestack.c
xtensa_vectors.S Xtensa ESP32: Automatically mount /proc at start-up. 2016-12-19 09:43:16 -06:00
xtensa_window_vector.S Xtensa/ESP32: Add User Exception handler 2016-10-31 12:04:52 -06:00
xtensa_windowspill.S Xtensa ESP32: Fix some compilation errors that snuck with some of the last changes 2016-11-14 13:29:08 -06:00
xtensa.h Xtensa ESP32: Corrects a problem with dispatching to signal handlers: Cannot vector directly to the signal handling function as in other ABIs under the Xtensa Window ABI. In that case, we need to go through a tiny hook when performs the correct window call (call4) otherwise registers will be scrambled in the signal handler 2016-12-22 11:19:38 -06:00