This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-09 14:35:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
5585b01636
nuttx
/
arch
/
sim
History
Download ZIP
Download TAR.GZ
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
..
include
arch: up_getusrsp change to inline and implement in irq.h
2025-01-06 23:03:05 +08:00
src
arch/sim: Explicitly compare whether transfer is NULL in usbhost
2026-01-05 09:59:06 +08:00
CMakeLists.txt
arch:use ARCH_64BIT to mark arch is support 64bit
2025-12-18 22:05:12 +08:00
Kconfig
sim/loop: delete sim loop theads at bringup
2025-12-24 22:50:24 +08:00