Re: [PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2025-02-12 Thread via GitHub
anchao commented on PR #13599: URL: https://github.com/apache/nuttx/pull/13599#issuecomment-2655260828 > @anchao what to do with this PR? Did you address Xiang Xiao comments? please hold this PR, I will enhance this capability in future. -- This is an automated message from the Apac

Re: [PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2025-02-12 Thread via GitHub
acassis commented on PR #13599: URL: https://github.com/apache/nuttx/pull/13599#issuecomment-2654568186 @anchao what to do with this PR? Did you address Xiang Xiao comments? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2024-09-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #13599: URL: https://github.com/apache/nuttx/pull/13599#discussion_r1779827667 ## drivers/syslog/ramlog.c: ## @@ -234,6 +243,82 @@ static void ramlog_pollnotify(FAR struct ramlog_dev_s *priv) } } +/

Re: [PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2024-09-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #13599: URL: https://github.com/apache/nuttx/pull/13599#discussion_r1777949014 ## drivers/syslog/ramlog.c: ## @@ -234,6 +243,82 @@ static void ramlog_pollnotify(FAR struct ramlog_dev_s *priv) } } +/

Re: [PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2024-09-24 Thread via GitHub
nuttxpr commented on PR #13599: URL: https://github.com/apache/nuttx/pull/13599#issuecomment-2373009154 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR does not fully meet the NuttX requirements, spec

[PR] syslog/ramlog: add support of ramlog flush worker [nuttx]

2024-09-24 Thread via GitHub
anchao opened a new pull request, #13599: URL: https://github.com/apache/nuttx/pull/13599 ## Summary syslog/ramlog: add support of ramlog flush worker 1. add `RAMLOG_FLUSH` options to support ramlog buffer to `ARCH_LOWPUTC` device 2. add `RAMLOG_FLUSH_WORKER` to support back