Re: [PR] drivers/audio/es8388: set proper format specifier macro for logging [nuttx]

2025-03-01 Thread via GitHub
acassis merged PR #15918: URL: https://github.com/apache/nuttx/pull/15918 -- 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

Re: [PR] drivers/audio/es8388: set proper format specifier macro for logging [nuttx]

2025-02-28 Thread via GitHub
fdcavalcanti commented on PR #15918: URL: https://github.com/apache/nuttx/pull/15918#issuecomment-2691359607 Can we trigger CI again? Some weird error happenned. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] drivers/audio/es8388: set proper format specifier macro for logging [nuttx]

2025-02-28 Thread via GitHub
lupyuen commented on PR #15918: URL: https://github.com/apache/nuttx/pull/15918#issuecomment-2691745554 Restarting the build because an external repo was down: ```text Configuration/Tool: sim/alsa svn: E170013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/

[PR] drivers/audio/es8388: set proper format specifier macro for logging [nuttx]

2025-02-28 Thread via GitHub
fdcavalcanti opened a new pull request, #15918: URL: https://github.com/apache/nuttx/pull/15918 ## Summary Use `PRIu32` instead of `%u` for `uint32_t` to avoid build warnings on different architectures. This is required as part of an effort to fix #15755. ## Impact -