nuttx/arch/arm/src
Gregory Nutt a6e69a82ad SDIO: Make interface field names conform to standard.
The SDIO interface structure includes fields with names like recvR1 and others.  These cause "Mixed case identifier" errors from nxstyle in all places they are uses.
This change performs a mass substition of recvR with recv_r to correct this coding standard violation.
2020-04-04 18:15:25 +01:00
..
a1x Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
am335x Check return from nxsem_wait_initialize() 2020-04-02 00:46:06 +01:00
arm Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
armv6-m Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
armv7-a Appease nxstyle complaints 2020-04-01 00:03:31 +08:00
armv7-m Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
armv7-r Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
c5471 Fix typos in comments 2020-03-03 09:11:57 -06:00
common arch/arm: include chip.h in up_checkstack.c/up_initialize.c (#668) 2020-03-31 21:33:45 +01:00
cxd56xx SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
dm320 Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
efm32 Check return from nxsem_wait_uninterruptible() 2020-04-03 23:45:33 +01:00
imx1 Check return from nxsem_wait_uninterruptible() 2020-04-02 16:26:15 +01:00
imx6 Check return from nxsem_wait_uninterruptible() 2020-04-02 16:26:15 +01:00
imxrt SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
kinetis SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
kl spi: change spi_send() interface to support of 32-bit word transfer 2020-03-09 08:03:35 -06:00
lc823450 Fix nxstyle reported errors 2020-04-03 10:45:14 -06:00
lpc17xx_40xx SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
lpc31xx Check return from nxsem_wait_uninterruptible() 2020-04-03 23:45:33 +01:00
lpc43xx SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
lpc54xx SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
lpc214x Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
lpc2378 spi: change spi_send() interface to support of 32-bit word transfer 2020-03-09 08:03:35 -06:00
max326xx Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
moxart Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nrf52 arch/arm/src/nrf52: add initial interface to work with on-chip radio 2020-04-03 18:22:55 -06:00
nuc1xx Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
s32k1xx Check the return of nxsem_wait_uninterruptible(). 2020-04-03 17:56:59 -06:00
sam34 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
sama5 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
samd2l2 Check the return of nxsem_wait_uninterruptible(). 2020-04-03 17:56:59 -06:00
samd5e5 Check return from nxsem_wait_uninterruptible() 2020-04-02 16:26:15 +01:00
samv7 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
stm32 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
stm32f0l0g0 Check return from nxsem_wait_uninterruptible() 2020-04-02 17:37:46 -06:00
stm32f7 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
stm32h7 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
stm32l4 SDIO: Make interface field names conform to standard. 2020-04-04 18:15:25 +01:00
str71x Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tiva Check return from nxsem_wait_uninterruptible() 2020-04-02 17:37:46 -06:00
tms570 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
xmc4 arch/arm/src/xmc4/xmc4_start.c: add showprogress macro 2020-03-22 08:29:51 -06:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
Makefile Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00