jerpelea opened a new pull request, #18618:
URL: https://github.com/apache/nuttx/pull/18618

   ## Summary
   Remove the unnecessary CONFIG_RPMSG_UART_CONSOLE preprocessor guard around 
the console registration logic in uart_rpmsg_init().
   
   The uart_rpmsg_init() function already accepts a bool isconsole parameter to 
dynamically control console registration, which is designed to support flexible 
console setup in distributed multi-core SOC systems. Adding the macro check on 
top of this runtime parameter is redundant and negates the dynamic registration 
capability.
   
   This change fixes a regression introduced by PR #18410, which broke the 
functionality of sim/rpproxy and sim/rpserver due to the incorrect macro guard 
preventing proper console registration for the rpmsg UART device.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
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]

Reply via email to