nuttx/arch/arm/src/cxd56xx
Xiang Xiao 51dc67ad5f fs: Add g_ prefix for all global file_operations instances
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-04-24 16:13:29 +02:00
..
hardware arch: arm: cxd56xx: Add Apache license to files 2022-04-20 21:05:45 +08:00
chip.h arch: Move [arm|xtensa]_intstack_[alloc|top] to common header file 2022-03-11 23:08:07 +02:00
cxd56_adc.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
cxd56_adc.h
cxd56_allocateheap.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
cxd56_backuplog.c Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
cxd56_charger.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
cxd56_charger.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_cisif.c drivers/video: add timestamp support 2023-02-09 23:27:15 +08:00
cxd56_clock.c arch: cxd56xx: Fix a freezing issue caused by power control 2023-03-01 12:17:29 +08:00
cxd56_clock.h
cxd56_config.h
cxd56_cpu1signal.c arch: cxd56xx: Remove -Wmissing-braces warning 2022-10-20 21:49:07 +02:00
cxd56_cpu1signal.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_cpufifo.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
cxd56_cpufifo.h
cxd56_cpuidlestack.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_cpuindex.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_cpuindex.h
cxd56_cpupause.c Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
cxd56_cpustart.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_delay.c
cxd56_dmac_common.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_dmac.c arch: cxd56xx: Disable SubCore to use DMA 2023-03-01 12:29:23 +08:00
cxd56_dmac.h
cxd56_emmc.c arch: cxd56xx: Fix emmc pin control on initialization error 2023-03-01 12:29:23 +08:00
cxd56_emmc.h arch: cxd56xx: Fix eMMC uninitialize function 2023-03-01 12:29:23 +08:00
cxd56_farapi.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
cxd56_farapi.h
cxd56_farapistub.h arch: cxd56xx: update loader and gnssfw version 2022-04-12 07:55:00 +09:00
cxd56_farapistub.S
cxd56_gauge.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
cxd56_gauge.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_ge2d.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
cxd56_geofence.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
cxd56_geofence.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_gnss_api.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_gnss.c arch: cxd56xx: Fix gnss poll when an event has already occurred 2023-03-01 12:26:06 +08:00
cxd56_gnss.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_gpio.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_gpio.h
cxd56_gpioint.c arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
cxd56_gpioint.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_hostif.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
cxd56_i2c_bitbang.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_i2c_bitbang.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
cxd56_i2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
cxd56_i2c.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_icc.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
cxd56_icc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_idle.c
cxd56_irq.c arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
cxd56_pinconfig.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_pinconfig.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
cxd56_pmic.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_pmic.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_powermgr_procfs.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
cxd56_powermgr_procfs.h
cxd56_powermgr.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
cxd56_powermgr.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_pwm.c arch: cxd56xx: Fix compile warning in cxd56_pwm.c 2022-10-20 21:49:07 +02:00
cxd56_pwm.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_rtc_lowerhalf.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
cxd56_rtc.c Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
cxd56_rtc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_scu.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
cxd56_scufifo.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_scufifo.h
cxd56_sdhci.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
cxd56_sdhci.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_serial.c arch: cxd56xx: Fix a warning in cxd56_serial.c 2023-03-01 12:29:23 +08:00
cxd56_serial.h
cxd56_sfc.c fs: Add model field to geometry and mtd_geometry_s 2023-01-31 11:50:28 -03:00
cxd56_sfc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_sph.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
cxd56_sph.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_spi.c arch: cxd56xx: Fix SPI transfer without DMA 2023-03-23 08:34:29 +01:00
cxd56_spi.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_start.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
cxd56_sysctl.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
cxd56_sysctl.h
cxd56_testset.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_textheap.c cxd56xx: Implement up_textheap_heapmember 2022-05-20 21:16:42 +08:00
cxd56_timer.c assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
cxd56_timer.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_timerisr.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_timerisr.h
cxd56_uart0.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
cxd56_uart.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_uart.h
cxd56_udmac.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
cxd56_udmac.h
cxd56_uid.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
cxd56_uid.h
cxd56_usbdev.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
cxd56_usbdev.h
cxd56_wdt.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
cxd56_wdt.h
Kconfig boards/cxd56xx/spresense: add fs automount driver for SD Card 2023-01-10 10:39:23 +09:00
Make.defs arm/cxd56xx/lc823450/rp2040: replace arch testset to board implement 2022-05-01 06:38:25 +09:00