This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx-apps
/
examples
/
watcher
History
xuxin19
32b417a8f7
cmake:refine cmake build for apps/examples
...
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2023-08-17 01:15:17 +08:00
..
CMakeLists.txt
cmake:refine cmake build for apps/examples
2023-08-17 01:15:17 +08:00
Kconfig
Remove the tail space char from all files
2023-03-03 00:18:36 +02:00
Make.defs
…
Makefile
apps/examples/watcher/Makefile: fix nxstyle
2023-03-17 03:23:12 +01:00
ramdisk.c
…
ramdisk.h
include: fix double include pre-processor guards
2022-01-16 17:36:21 +08:00
task_mn.c
examples/watcher: get the thread name using pthread_getname_np
2023-08-10 22:50:58 +08:00
task_mn.h
examples/watcher: get the thread name using pthread_getname_np
2023-08-10 22:50:58 +08:00
watcher_main.c
Remove the unnecessary cast from pid_t to int
2023-06-19 09:05:54 +02:00
wdt.c
change strcpy to strlcpy
2023-02-22 23:09:55 +08:00
wdt.h
…