Otpvondoiats commented on PR #13536: URL: https://github.com/apache/nuttx/pull/13536#issuecomment-2367144741
> > @yamt please review the new implementation which disable the extension by default. > > i feel it's difficult to use a kconfig which alters the behavior of very basic things like printf. when you want to enable it, you need to audit every uses of printf family functions in your system. > > isn't it simper to provide an alternative api, say, nuttx_printf, to provide the extension? (similarly to linux printk) hiļ¼This type of API is a special interface, and different systems implement it differently. If add a new API, also need to enable a similar kconfig to control the opening of the interface. -- 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]
