nuttx-apps/graphics/nxwidgets
v-tangmeng 1a1ed1d895 graphics/nxwidgets: fix the compile error
In file included from /home/mi/workspace/vela/vela-opensource/nuttx/include/nuttx/atomic.h:54,
                 from /home/mi/workspace/vela/vela-opensource/nuttx/include/nuttx/fs/fs.h:45,
                 from /home/mi/workspace/vela/vela-opensource/nuttx/include/stdio.h:36,
                 from /home/mi/workspace/vela/vela-opensource/nuttx/include/nuttx/streams.h:35,
                 from /home/mi/workspace/vela/vela-opensource/nuttx/include/debug.h:32,
                 from src/ccallback.cxx:34:
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>
2026-04-20 15:20:15 +08:00
..
Doxygen nsh: support watch command 2026-04-20 15:18:53 +08:00
UnitTests nsh: support watch command 2026-04-20 15:18:53 +08:00
doc Run codespell -w with the latest dictonary again 2026-04-20 14:50:18 +08:00
src graphics/nxwidgets: fix the compile error 2026-04-20 15:20:15 +08:00
COPYING driver/sensor: rename /dev/sensor -> /dev/uorb 2026-04-20 15:04:00 +08:00
ChangeLog.txt Merge remote-tracking branch 'remotes/mirtos/dev-upmerge-nuttx-10.2' into dev 2026-04-20 15:00:02 +08:00
Kconfig Kconfig: Simplify the conditional default statement 2026-04-20 15:10:33 +08:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2026-04-20 15:05:00 +08:00
Makefile nsh: support watch command 2026-04-20 15:18:53 +08:00
ReleaseNotes.txt Run codespell -w with the latest dictonary again 2026-04-20 14:50:18 +08:00
TODO.txt Merge remote-tracking branch 'remotes/mirtos/dev-upmerge-nuttx-10.2' into dev 2026-04-20 15:00:02 +08:00