nuttxpr commented on PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#issuecomment-2789344918
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements.
lupyuen merged PR #16167:
URL: https://github.com/apache/nuttx/pull/16167
--
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.apac
anchao commented on code in PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#discussion_r2036368498
##
include/nuttx/compiler.h:
##
@@ -563,6 +563,10 @@
#define tz_nonsecure_call __attribute__((cmse_nonsecure_call))
# endif
+/* Warning about usage of deprecat
xiaoxiang781216 commented on code in PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035571724
##
include/nuttx/compiler.h:
##
@@ -563,6 +563,10 @@
#define tz_nonsecure_call __attribute__((cmse_nonsecure_call))
# endif
+/* Warning about usage of
acassis commented on code in PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035541164
##
include/nuttx/compiler.h:
##
@@ -563,6 +563,10 @@
#define tz_nonsecure_call __attribute__((cmse_nonsecure_call))
# endif
+/* Warning about usage of depreca
acassis commented on code in PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035543009
##
include/nuttx/compiler.h:
##
@@ -563,6 +563,10 @@
#define tz_nonsecure_call __attribute__((cmse_nonsecure_call))
# endif
+/* Warning about usage of depreca
xiaoxiang781216 commented on code in PR #16167:
URL: https://github.com/apache/nuttx/pull/16167#discussion_r2035223009
##
include/nuttx/compiler.h:
##
@@ -563,6 +563,10 @@
#define tz_nonsecure_call __attribute__((cmse_nonsecure_call))
# endif
+/* Warning about usage of
anchao opened a new pull request, #16167:
URL: https://github.com/apache/nuttx/pull/16167
## Summary
nuttx/compiler: add support of deprecated attribute
Warning about usage of deprecated features.
since __deprecated__ is a compiler built-in macro, so we define the
deprec