Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-15 Thread via GitHub
simbit18 commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3073799548 Hi @lupyuen @acassis The ASF account is enabled I have linked the ASF account with the GitHub account. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-15 Thread via GitHub
simbit18 commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3072897575 Hi @lupyuen I will do this as soon as my ASF account is enabled (I haven't received the Apache e-mail yet). Thank you -- This is an automated message from the Apache Git Serv

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-14 Thread via GitHub
lupyuen commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3071243582 @rcsim and @simbit18: After ASF has created your Committer ID, could you click this to link your GitBox and GitHub Accounts? Thanks https://gitbox.apache.org/boxer/ https:

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-14 Thread via GitHub
lupyuen merged PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129 -- 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.a

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-14 Thread via GitHub
acassis commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3070950635 > @jerpelea why does rcims and simbit18 reviewing is not considered as "binding"? They are committers! Any idea? Don“t worry, I think they just need to add themselves to Apache F

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-14 Thread via GitHub
acassis commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3070446910 @jerpelea why does rcims and simbit18 reviewing is not considered as "binding"? They are committers! Any idea? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-12 Thread via GitHub
simbit18 commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3066014787 Hi @acassis to fix msvc job in nuttx-apps repository it is necessary to merge PR #3128 -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-12 Thread via GitHub
acassis opened a new pull request, #3129: URL: https://github.com/apache/nuttx-apps/pull/3129 ## Summary Replace %d with %PRIu32 to avoid warning convered in error on CI. ## Impact Fix CI error ## Testing stm32f4discovery:sbutton -- This is an