..
a1x
am335x
use SEM_INITIALIZER inside of NXSEM_INITIALIZER
2022-10-22 14:50:48 +08:00
arm
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
arch/armv7-a: Support the big endian in arm_pghead.S like arm_head.S
2022-11-19 14:42:22 -03: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
arch/armv7-r: Don't clear SCTLR_U bit since spec require it's always one
2022-11-19 14:42:22 -03: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
Remove the unnecessary cast for main_t, NULL and argv
2022-10-18 08:51:45 +02:00
common
nuttx/sched: merge up_block_task and up_unblock_task
2022-11-22 22:59:08 +08:00
cxd56xx
sched/task/task_getpid: getpid should return process id not thread id
2022-11-17 17:58:08 +08: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
boards: enter/leave critical section should in pairs
2022-11-22 08:19:24 +09:00
imx1
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
imx6
Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER
2022-11-14 09:34:04 +09:00
imxrt
Fix chip/imxrt_enc.c:950:27: error: use of logical '&&' with constant operand
2022-11-20 14:34:44 +01:00
kinetis
Fix chip/kinetis_spi.c:473:23: error: unused function 'spi_getreg8'
2022-11-20 14:34:44 +01:00
kl
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
lc823450
sched/task/task_getpid: getpid should return process id not thread id
2022-11-17 17:58:08 +08:00
lpc17xx_40xx
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
lpc31xx
arch: Initialize usbhost_connection_s directly
2022-11-14 09:34:04 +09:00
lpc43xx
arch: Initialize usbhost_connection_s directly
2022-11-14 09:34:04 +09:00
lpc54xx
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
lpc214x
lpc2378
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
max326xx
Fix the coding style and typo issue
2022-11-14 09:34:04 +09:00
moxart
nrf52
Fix the coding style and typo issue
2022-11-14 09:34:04 +09: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
Call nxmutex_destroy and nxsem_destroy in error patch to avoid the leak
2022-11-14 09:34:04 +09:00
rtl8720c
Don't check nxsem_init and nxmutex_init
2022-11-14 09:34:04 +09:00
s32k1xx
Fix error: format specifies type 'unsigned long' but the argument has type 'unsigned int'
2022-11-20 14:34:44 +01:00
s32k3xx
Fix chip/s32k3xx_qspi.c:925:44: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int')
2022-11-20 14:34:44 +01:00
sam34
Fix chip/sam4l_clockconfig.c:923:20: error: unused function 'sam_enable_fastwakeup'
2022-11-20 14:34:44 +01:00
sama5
Fix chip/sam_tc.c:682:24: error: unused function 'sam_tc_getreg'
2022-11-20 14:34:44 +01:00
samd2l2
arch: Remove xxx_sem[take|give] and call nxmuex_[lock|unlock] directly
2022-11-14 09:34:04 +09:00
samd5e5
Fix error: format specifies type 'unsigned long' but the argument has type 'unsigned int'
2022-11-20 14:34:44 +01:00
samv7
arch/arm/src/samv7: fix missing sam_pendsv
2022-11-21 23:45:24 +08:00
stm32
Fix Error: chip/stm32_eth.c:1892:7: error: variable 'i' set but not used
2022-11-23 07:27:48 +01: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
stm32f7/stm32_bbsram.c: Fix build error due to changed include path
2022-11-23 18:20:29 +08:00
stm32h7
Fix Error: chip/stm32_serial.c:1542:20: error: unused function 'up_serialmod'
2022-11-21 17:39:04 +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
Fix the coding style and typo issue
2022-11-14 09:34:04 +09: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