nuttx/arch/arm/src/imxrt
Xiang Xiao f76c2ed83b can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc.
detail: Add g_ prefix to can_dlc_to_len and len_to_can_dlc to
follow NuttX coding style conventions for global symbols,
improving code readability and maintainability.

Signed-off-by: zhaohaiyang1 <zhaohaiyang1@xiaomi.com>
2024-09-18 23:50:11 +08:00
..
hardware fix nxstyle 2024-05-03 14:15:56 -03:00
chip.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt102x_daisy.c arch: arm: update licenses to Apache 2021-05-31 01:37:27 -05:00
imxrt102x_gpio.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt105x_daisy.c arch: arm: imxrt: nxstyle fix 2021-03-22 19:28:38 -07:00
imxrt105x_gpio.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt106x_daisy.c arch: arm: imxrt: nxstyle fix 2021-03-22 19:28:38 -07:00
imxrt106x_flash.c iMXRT MCUboot support 2023-03-02 22:40:44 +08:00
imxrt106x_gpio.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt117x_daisy.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt117x_gpio.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt117x_mpuinit.c imxrt: 1170 MPU config ensure no lockups can occur 2024-05-17 19:09:09 +08:00
imxrt_adc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_adc_ver1.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_adc_ver2.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_allocateheap.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_clockconfig.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_clockconfig_ver1.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_clockconfig_ver1.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_clockconfig_ver2.c imxrt: Correctly update PLL, bit has to toggled instead of being set 2024-07-04 13:00:19 -03:00
imxrt_clockconfig_ver2.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_clrpend.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
imxrt_config.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt_daisy.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_edma.c imxrt:edma Add idle chack 2023-12-07 03:48:19 -08:00
imxrt_edma.h imxrt:edma Add idle chack 2023-12-07 03:48:19 -08:00
imxrt_ehci.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
imxrt_ehci.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_enc.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_enc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_enet.c imxrt:ENET Use multi PHY 2024-01-06 04:26:12 -08:00
imxrt_enet.h netinitialize: call xxx_netinitialize unconditionally 2022-03-19 17:41:33 +08:00
imxrt_flash.c iMXRT MCUboot support 2023-03-02 22:40:44 +08:00
imxrt_flexcan.c can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc. 2024-09-18 23:50:11 +08:00
imxrt_flexcan.h netinitialize: call xxx_netinitialize unconditionally 2022-03-19 17:41:33 +08:00
imxrt_flexio.c Base address missing from imxrt_flexio_get_shifter_buffer_address returned address 2023-05-19 10:23:19 +08:00
imxrt_flexio.h imxrt: flexio guard move lower to allow other drivers to it 2023-12-21 19:20:43 -03:00
imxrt_flexpwm.c arch/arm/imxrt: Fix implicit function declaration 2023-06-25 11:29:42 -03:00
imxrt_flexpwm.h imxrt/flexpwm: set number of modules based on configuration options 2022-05-13 12:55:45 -03:00
imxrt_flexspi.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
imxrt_flexspi.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_gpio.c imxrt:gpio disable imxrt_gpio_select for the 1170 2023-12-07 03:48:19 -08:00
imxrt_gpio.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_gpioirq.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_hprtc.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_hprtc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_idle.c power: add PM_IDLE_DOMAIN to pm.h and remove definations 2022-07-29 11:15:40 +08:00
imxrt_iomuxc.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_iomuxc_ver1.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_iomuxc_ver1.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_iomuxc_ver2.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_iomuxc_ver2.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_irq.c arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
imxrt_irq.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt_lcd.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_lcd.h NuttX: Johannes Schock: update licenses to Apache 2021-04-01 12:13:12 -05:00
imxrt_lowputc.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_lowputc.h imxrt:lowputc add extern "C" 2022-08-05 09:43:36 +08:00
imxrt_lpi2c.c style: remove redundant spaces 2024-08-25 19:22:15 +08:00
imxrt_lpi2c.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_lpspi.c Update kconfig2html.c 2023-12-14 20:02:52 -08:00
imxrt_lpspi.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_lpsrtc.c imxrt:Correct register usage in up_rtc_settime 2022-08-05 09:43:36 +08:00
imxrt_lpsrtc.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt_mpuinit.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_mpuinit.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt_ocotp.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
imxrt_ocotp.h arch: Author David Sidrane: update licenses to Apache 2021-03-22 19:28:38 -07:00
imxrt_periphclks.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_periphclks.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_pmu.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_pmu.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_rtc_lowerhalf.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
imxrt_serial.c imxrt: lpuart singlewire transfer support 2024-05-10 20:00:24 +08:00
imxrt_serial.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_start.c arch/arm/src/imxrt/imxrt_start.c: Clear CONTROL register at start to make sure we use MSP as the stack pointer 2024-03-21 18:45:00 +08:00
imxrt_start.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_tickless.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_timerisr.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
imxrt_usbdev.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_usdhc.c imxrt:Add DMA preflight Support 2024-04-30 15:48:20 -03:00
imxrt_usdhc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_userspace.c arch: arm: imx: Author Gregory Nutt: update licenses to Apache 2021-03-25 19:41:36 -07:00
imxrt_userspace.h arch: arm: imx: fix nxstyle errors 2021-03-25 19:41:36 -07:00
imxrt_wdog.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
imxrt_wdog.h NuttX: Janne Rosberg: update licenses to Apache 2021-04-10 06:42:19 -05:00
imxrt_xbar.c Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
imxrt_xbar.h Base IMXRT1170 port 2023-12-07 03:48:19 -08:00
Kconfig imxrt:Add DMA preflight Support 2024-04-30 15:48:20 -03:00
Make.defs Base IMXRT1170 port 2023-12-07 03:48:19 -08:00