Oopenvela-robotgraphics/twm4nx: fix the compile error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
graphics/twm4nx: fix the compile error nuttx/include/nuttx/semaphore.h: In function 'int nxmutex_wait(sem_t*)': nuttx/include/nuttx/semaphore.h:582:11: error: '__auto_type' was not declared in this scope 582 | if (atomic_try_cmpxchg_acquire(val, &old, _SCHED_GETTID())) Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
graphics/twm4nx: fix the compile error nuttx/include/nuttx/semaphore.h: In function 'int nxmutex_wait(sem_t*)': nuttx/include/nuttx/semaphore.h:582:11: error: '__auto_type' was not declared in this scope 582 | if (atomic_try_cmpxchg_acquire(val, &old, _SCHED_GETTID())) Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
Run codespell -w with the latest dictonary again | 2 个月前 | |
build/Kconfig: fix warnings detected by kconfiglib Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
Makefile: replace INCDIR to INCDIR_PREFIX Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
apps/graphics/twm4nx: Suppress input thread if using the VNC server. We don't need to catch input fromo keyboard and mouse devices in that case; those inputs will be injected into NX directly by the VNC server. Includes a couple of fixes from initial bringup attempts. | 2 个月前 |