W-M-R commented on code in PR #15616: URL: https://github.com/apache/nuttx/pull/15616#discussion_r1923363278
########## arch/arm/include/arch.h: ########## @@ -164,6 +164,8 @@ typedef struct arch_addrenv_s arch_addrenv_t; * Public Function Prototypes ****************************************************************************/ +uintptr_t up_read_cpuid(void); Review Comment: "up_read_cpuid" means I want to get the features supported by the current cpu instead of which cpu it is? Maybe the name is similar to "up_cpu_index", so should I change it to another name? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org