nuttx/arch/xtensa/src/common
Alan C. Assis 6ea7b29088 Add ESP32 Ethernet device driver
This driver was implemented by Dong Heng<dongheng@espressif.com>
and reviewed by Alan Carvalho de Assis
2020-08-06 23:35:16 +01:00
..
xtensa.h arch: complete logic in create/use stack to support stack coloration. 2020-05-18 07:30:46 -06:00
xtensa_abi.h arch/xtensa/src/common/xtensa_abi.h: nxstyle fixes 2020-03-13 18:58:04 -06:00
xtensa_assert.c arch: up_assert shouldn't call exit directly 2020-07-19 01:21:36 +01:00
xtensa_attr.h Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_blocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
xtensa_checkstack.c arch/stack: fix check stack breakage 2020-05-18 07:27:17 -06:00
xtensa_context.S xtensa: Fix typos and comments 2020-02-28 11:33:29 +01:00
xtensa_coproc.S Xtensa ESP32: Clean-up and fixes from last commits 2016-12-19 13:57:37 -06:00
xtensa_copystate.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
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 include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
xtensa_createstack.c arch: complete logic in create/use stack to support stack coloration. 2020-05-18 07:30:46 -06:00
xtensa_dumpstate.c arch: Move *_getsp to the common place arch/arch.h 2020-07-09 13:51:09 +01:00
xtensa_exit.c arch: Rename _exit to up_exit to follow the naming convention 2020-06-04 22:20:45 +01:00
xtensa_hostfs.c xtensa_hostfs.c: Change the license to Apache 2.0 2020-03-12 09:03:31 -05:00
xtensa_idle.c xtensa: Check XCHAL_HAVE_INTERRUPTS for waiti 2020-03-31 14:32:07 +08:00
xtensa_initialize.c Fix note driver initialization 2020-07-13 00:46:55 -05:00
xtensa_initialstate.c Fix typos. 2019-08-04 14:50:28 -06:00
xtensa_int_handlers.S Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
xtensa_interruptcontext.c Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_irqdispatch.c Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_loadstore.S esp32: emulate byte access for module text 2020-03-16 07:54:49 -06:00
xtensa_lowputs.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_mdelay.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_modifyreg8.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_modifyreg16.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_modifyreg32.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_panic.S Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
xtensa_puts.c Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up. 2016-10-16 07:57:16 -06:00
xtensa_releasepending.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
xtensa_releasestack.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
xtensa_reprioritizertr.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
xtensa_schedsigaction.c Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_sigdeliver.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
xtensa_sigtramp.S Xtensa ESP32: Correct copyright info; update some comments 2016-12-22 12:34:55 -06:00
xtensa_simcall.S xtensa: Implement simcall 2020-03-12 09:03:31 -05:00
xtensa_stackframe.c arch/stackframe: fix heap buffer overflow 2020-06-15 07:19:41 -06:00
xtensa_testset.c armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions. 2018-02-04 12:22:03 -06:00
xtensa_timer.h Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_udelay.c Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
xtensa_unblocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
xtensa_user_handler.S xtensa: Save PS correctly in coproc handler 2020-03-31 14:31:31 +08:00
xtensa_usestack.c Make task_init() and task_activate() internal OS functions. 2020-05-25 23:54:45 +01:00
xtensa_vectors.S xtensa: Save PS correctly in double exception handler 2020-03-31 14:31:31 +08:00
xtensa_window_vector.S Xtensa/ESP32: Add User Exception handler 2016-10-31 12:04:52 -06:00
xtensa_windowspill.S Run codespell -w against all files 2020-02-22 14:45:07 -06:00