nuttx/arch/arm/src
2022-12-03 02:47:42 +08:00
..
a1x Fixed non-UTF8 characters. 2022-09-28 09:38:55 +08:00
am335x use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
arm arm/arm: generating assemble code in ARM states by default 2022-12-02 13:54:17 +08:00
armv6-m Revert "tools/ci/arm/llvm/clang: bump up LLVMEmbeddedToolchainForArm to release-15.0.2" 2022-11-22 07:43:02 -08:00
armv7-a arm/cortex-[a|r]: generating assemble code in ARM states by default 2022-12-01 22:14:34 +01:00
armv7-m Revert "tools/ci/arm/llvm/clang: bump up LLVMEmbeddedToolchainForArm to release-15.0.2" 2022-11-22 07:43:02 -08:00
armv7-r arm/cortex-[a|r]: generating assemble code in ARM states by default 2022-12-01 22:14:34 +01:00
armv8-m Revert "tools/ci/arm/llvm/clang: bump up LLVMEmbeddedToolchainForArm to release-15.0.2" 2022-11-22 07:43:02 -08:00
c5471 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
common arm/thumb: outputs an implicit IT block to avoid build break 2022-12-01 22:14:34 +01:00
cxd56xx Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
dm320 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
efm32 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
eoss3 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
gd32f4 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
imx1 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
imx6 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
imxrt Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
kinetis net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
kl Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
lc823450 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
lpc17xx_40xx net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
lpc31xx arch: Initialize usbhost_connection_s directly 2022-11-14 09:34:04 +09:00
lpc43xx Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
lpc54xx net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
lpc214x Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
lpc2378 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
max326xx Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
moxart arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
nrf52 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
nrf53 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
nuc1xx Fix Error: chip/nuc_timerisr.c:105:20: error: unused function 'nuc_unlock' [-Werror,-Wunused-function] 2022-11-13 22:35:19 +08:00
phy62xx arm/phy62xx: fix compile warning ('while' clause does not guard) 2022-10-24 20:23:59 +08:00
rp2040 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
rtl8720c net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
s32k1xx Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
s32k3xx s32k3xx:EDMA Add Error handeling 2022-12-03 02:47:42 +08:00
sam34 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
sama5 Style changes for sam_adc.c and sam_tsd.c 2022-12-02 01:09:25 +01:00
samd2l2 arch: Remove xxx_sem[take|give] and call nxmuex_[lock|unlock] directly 2022-11-14 09:34:04 +09:00
samd5e5 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
samv7 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
stm32 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
stm32f0l0g0 Fix Error: chip/stm32_tim_lowerhalf.c:479:54: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' 2022-11-21 17:39:04 +08:00
stm32f7 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
stm32h7 net/devif/ip: build l2 header on the IP layer 2022-11-27 12:13:45 +08:00
stm32l4 Fix Error: chip/stm32l4_dfumode.c:45:20: error: unused function 'rcc_reset' 2022-11-21 17:39:04 +08:00
stm32l5 Fix chip/stm32l562xx_rcc.c:78:20: error: unused function 'rcc_reset' 2022-11-21 17:39:04 +08:00
stm32u5 boards: enter/leave critical section should in pairs 2022-11-22 08:19:24 +09:00
stm32wb Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
stm32wl5 boards: enter/leave critical section should in pairs 2022-11-22 08:19:24 +09:00
str71x arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
tiva Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
tlsr82 Revert "tools/ci/arm/llvm/clang: bump up LLVMEmbeddedToolchainForArm to release-15.0.2" 2022-11-22 07:43:02 -08:00
tms570 arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
xmc4 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
.gitignore
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00