nuttx/arch/arm/src
TimJTi 18482efc39 SAMA5D2 fix printf formatter
Update sam_adc.c

Update sam_adc.c

%08x -> PRIx32

More %08x

Revert incorrect change (PRIx32)

Update sam_tc.c

Update sam_tc.c

more style corrections/typos

Update arch/arm/src/sama5/sam_adc.c

Co-authored-by: Xiang Xiao <xiaoxiang781216@gmail.com>
2022-12-07 21:33:17 +01:00
..
a1x
am335x
arm arm/arm: sync ARM_THUMB support from cortex-a 2022-12-05 01:09:31 +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_syscall: add SYS_save_context for armv7-a 2022-12-04 01:52:49 +08: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-r: sync ARM_THUMB support from cortex-a 2022-12-04 20:12:31 +08: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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +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
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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
imx1 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
imx6 net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
imxrt net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
kinetis net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
lpc31xx arch: Initialize usbhost_connection_s directly 2022-11-14 09:34:04 +09:00
lpc43xx net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
lpc54xx net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +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
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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
s32k1xx net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
s32k3xx s32k3xx:LPSPI Check for TX complete before RX 2022-12-05 22:35:21 +08:00
sam34 net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
sama5 SAMA5D2 fix printf formatter 2022-12-07 21:33:17 +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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
samv7 net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
stm32 net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +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: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
stm32h7 net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +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
tiva net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08: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
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