anchao commented on code in PR #14925:
URL: https://github.com/apache/nuttx/pull/14925#discussion_r1856190777
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -36,6 +36,11 @@
# include
#endif
+#ifdef CONFIG_SCHED_INSTRUMENTATION
+# include
+# include
Review Comment:
ok
-
anchao merged PR #14925:
URL: https://github.com/apache/nuttx/pull/14925
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach
hujun260 commented on code in PR #14925:
URL: https://github.com/apache/nuttx/pull/14925#discussion_r1856182508
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -36,6 +36,11 @@
# include
#endif
+#ifdef CONFIG_SCHED_INSTRUMENTATION
+# include
+# include
Review Comment:
The d
anchao commented on code in PR #14925:
URL: https://github.com/apache/nuttx/pull/14925#discussion_r1856143461
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -36,6 +36,11 @@
# include
#endif
+#ifdef CONFIG_SCHED_INSTRUMENTATION
+# include
+# include
Review Comment:
```sugg
hujun260 opened a new pull request, #14925:
URL: https://github.com/apache/nuttx/pull/14925
## Summary
hujun5@hujun5-OptiPlex-7070:~/downloads1/vela_sim/nuttx$ make -j12
chip/qemu_boot.c: In function 'up_cpu_start':
chip/qemu_boot.c:102:3: warning: implicit declaration of function
lupyuen commented on PR #14458:
URL: https://github.com/apache/nuttx/pull/14458#issuecomment-2433970008
Sorry @GUIDINGLI is sim-02 failing because of this PR?
```text
Cmake in present: sim/matter
Error: /github/workspace/sources/nuttx/build/include/libcxx/cmath:337:9:
error: 'signbi
xiaoxiang781216 merged PR #14458:
URL: https://github.com/apache/nuttx/pull/14458
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
nuttxpr commented on PR #14458:
URL: https://github.com/apache/nuttx/pull/14458#issuecomment-2429457545
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does not meet the NuttX requirements fully. Her
GUIDINGLI opened a new pull request, #14458:
URL: https://github.com/apache/nuttx/pull/14458
## Summary
Fix some build error
nuttx/arch:Enabling ARCH_MATH_H is required when compiling sim with the 13.2
version of the toolchain.
lib_gdbstub: fix container of
bluetooth: fix