bskdany commented on code in PR #16087:
URL: https://github.com/apache/nuttx/pull/16087#discussion_r2020249013
##
include/nuttx/sensors/ioctl.h:
##
@@ -480,6 +480,30 @@
#define SNIOC_LPF _SNIOC(0x00A0)
+/* Command: SNIOC_SET_GAIN
+ * Description: S
xiaoxiang781216 commented on code in PR #16095:
URL: https://github.com/apache/nuttx/pull/16095#discussion_r2020357356
##
arch/xtensa/src/common/xtensa_debug.c:
##
@@ -438,9 +505,22 @@ int up_debugpoint_remove(int type, void *addr, size_t size)
uint32_t *xtensa_debug_handler(
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c4f142e45c syslog: add an option to completely disable syslog logic
new 847133c1ad boards/szpi-esp32s3: Init co
xiaoxiang781216 merged PR #16096:
URL: https://github.com/apache/nuttx/pull/16096
--
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...@nu
SPRESENSE closed issue #15960: [BUG] USB CDC/ACM write message lost
URL: https://github.com/apache/nuttx/issues/15960
--
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 unsubsc
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2764855476
By https://github.com/apache/nuttx/pull/16080, the previous behavior is now
kept by default and this issue is resolved.
--
This is an automated message from the Apache Git Servic
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 498f2548c Publishing web: 405a712
nuttxpr commented on PR #16096:
URL: https://github.com/apache/nuttx/pull/16096#issuecomment-2764598730
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR appears to mostly meet the NuttX requirements, b
JianyuWang0623 opened a new pull request, #16096:
URL: https://github.com/apache/nuttx/pull/16096
## Summary
Enable 8MB PSRAM for szpi-esp32s3, mainly to fix malloc failed error of
lvgldemo.
1. boards/szpi-esp32s3: Init configuration for PSRAM
2. Documentation/szpi-esp32s3: Add doc
raiden00pl commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2764492192
Syslog configuration is an chose option, it's impossible to set
`CONFIG_ARCH_SYSLOG=n` and `CONFIG_SYSLOG=n`. Empty functions are needed
because the alternative approach (which are emp
xiaoxiang781216 commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2764478984
> `lib_syslog_none.c` can't be compiled when `CONFIG_ARCH_SYSLOG=y`.
you can check `CONFIG_ARCH_SYSLOG=y` too, bu why need add
CONFIG_SYSLOG_NONE? it's strange that we have
lupyuen commented on PR #16095:
URL: https://github.com/apache/nuttx/pull/16095#issuecomment-2764472651
Please remember to fill in the Commit Description. Thanks :-)
-
https://github.com/apache/nuttx/pull/16095/commits/9b029ba76630a3f6180879d0a23a0045761d8b47
-
https://github.com/apac
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit a4af41f893fa73210f615a7c3ba3899c98940ae9
Author: raiden00pl
AuthorDate: Fri Mar 28 12:43:23 2025 +0100
examp
raiden00pl commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2764418857
`lib_syslog_none.c` can't be compiled when `CONFIG_ARCH_SYSLOG=y".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
nuttxpr commented on PR #16095:
URL: https://github.com/apache/nuttx/pull/16095#issuecomment-2764468929
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements, al
chirping78 opened a new pull request, #16095:
URL: https://github.com/apache/nuttx/pull/16095
## Summary
As follow up to #15907, add gdbstub support to xtensa arch.
## Impact
No impact to users, only enhanced the development tools.
## Testing
Please note that tw
xiaoxiang781216 merged PR #3043:
URL: https://github.com/apache/nuttx-apps/pull/3043
--
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...
xiaoxiang781216 commented on PR #16090:
URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2764412852
@raiden00pl why make an empty syslog/vsyslog when CONFIG_SYSLOG=n, but
instead add a new CONFIG_SYSLOG_NONE, like this:
```
if(CONFIG_SYSLOG)
target_sources(c PRIVATE li
xiaoxiang781216 commented on PR #3046:
URL: https://github.com/apache/nuttx-apps/pull/3046#issuecomment-2764410955
> please use `depends on` instead of `select`. Here is a previous discussion
about a similar issue:
[apache/nuttx#15599](https://github.com/apache/nuttx/issues/15599) and a
di
19 matches
Mail list logo