nuttx/arch/sim/src
yangsong8 59f200ac4f arch/sim: Explicitly compare whether transfer is NULL in usbhost
if (!transfer)  ==>  if (transfer == NULL)

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2026-01-05 09:59:06 +08:00
..
cmake Kconfig: Add configurable Stack Canaries protection levels. 2025-09-11 19:56:42 +08:00
sim arch/sim: Explicitly compare whether transfer is NULL in usbhost 2026-01-05 09:59:06 +08:00
.gitignore arch/sim: Copy include/nuttx/config.h to the local folder 2021-07-27 07:44:33 +09:00
CMakeLists.txt cmake:add missing cflag "-D_FILE_OFFSET_BITS=64" of sim 2025-12-18 22:18:49 +08:00
Makefile arch/sim: add CAN support based on host SocketCAN 2025-05-03 11:26:08 +08:00
nuttx-names.in arch/sim: Add clkdev driver for sim. 2025-11-24 19:43:07 +08:00