Re: [PR] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-05 Thread via GitHub
acassis merged PR #15926: URL: https://github.com/apache/nuttx/pull/15926 -- 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] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-04 Thread via GitHub
yangsong8-a1 commented on PR #15926: URL: https://github.com/apache/nuttx/pull/15926#issuecomment-2696942204 > please update commit title to drivers/syslog: add ramlog write multiple bytes for interrupt handlers and add a commit message @jerpelea done, thank you. -- This is an auto

Re: [PR] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 commented on PR #15926: URL: https://github.com/apache/nuttx/pull/15926#issuecomment-2695998718 > Although you missed to include a proper git commit message, the code is simple to follow. You could say that it will make sc_write_force pointing to ramlog_write, etc thank

[PR] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15926: URL: https://github.com/apache/nuttx/pull/15926 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary add ramlog write multiple bytes when in interrupt handlers