raiden00pl commented on code in PR #9699: URL: https://github.com/apache/nuttx/pull/9699#discussion_r1252012181
########## include/nuttx/compiler.h: ########## @@ -472,6 +472,13 @@ # define no_builtin(n) # endif +/* CMSE extention */ + +# ifdef CONFIG_ARCH_HAVE_TRUSTZONE +# define cmse_nonsecure_entry __attribute__((cmse_nonsecure_entry)) +# define cmse_nonsecure_call __attribute__((cmse_nonsecure_call)) Review Comment: I think this only has use in armv8-m specific code. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
