nuttx/arch/z80/src/ez80
Xiang Xiao 779a610ca3 Remove the unnecessary NULL fields in global instance definition of file_operations
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-04 00:32:13 +02:00
..
.gitignore Do not ignore .asm files that are tracked. 2020-07-04 17:52:42 +01:00
chip.h eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
clang-compat.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
clang_handlers.inc Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80_clock.c eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80_copystate.c eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80_emac.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
ez80_getsp.asm arch: Rename xxx_getsp to up_getsp 2021-06-09 10:20:02 -07:00
ez80_i2c.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
ez80_i2c.h z20X: Continued development of the W25 Bootloader. 2020-03-03 19:39:57 -03:00
ez80_initialstate.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
ez80_io.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80_irq.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
ez80_irqcommon.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80_irqsave.asm eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80_progentry.asm z20X: Continued development of the W25 Bootloader. 2020-03-03 19:39:57 -03:00
ez80_registerdump.c arch: add volatile for regs in up_dump_register function 2022-12-27 13:34:03 +08:00
ez80_reset.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80_restorecontext.asm eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80_rtc.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
ez80_rtc.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
ez80_rtc_lowerhalf.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
ez80_saveusercontext.asm arch: rename arch special function name 2022-11-22 16:27:56 +08:00
ez80_schedulesigaction.c arch: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
ez80_serial.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
ez80_sigdeliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
ez80_spi.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
ez80_spi.h eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80_startup.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80_timerisr.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
ez80f91.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
ez80F91.inc Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80f91_emac.h eZ80F92: Eliminate Spurious Interrupts 2020-03-10 23:44:23 +01:00
ez80f91_handlers.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80f91_init.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80f92.h z20x: Fixes related to W25 boot configurations. 2020-03-11 18:24:43 -03:00
ez80f92_handlers.asm ez80f92: Interrupt improvements. 2020-03-05 18:54:24 +01:00
ez80f92_init.asm Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-04-27 21:18:48 -03:00
ez80f92_loader.asm ez80f92: Interrupt improvements. 2020-03-05 18:54:24 +01:00
ez80f92_program.asm ez80f92: Interrupt improvements. 2020-03-05 18:54:24 +01:00
Kconfig Kconfig: Remove CONFIG_ prefix from config definition 2022-01-07 13:16:18 +08:00
Make.defs arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
switch.h arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
Toolchain.defs Move "-nostartfiles -nodefaultlibs" from Make.defs to Toolchian.defs 2022-05-18 08:26:02 -04:00
z80_mem.h arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00