Re: [PR] drivers/sensors/nau7802: Add support for the NAU7802 [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] arch/xtensa: add gdbstub support [nuttx]

2025-03-30 Thread via GitHub
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(

(nuttx) branch master updated (c4f142e45c -> 882c39df4d)

2025-03-30 Thread xiaoxiang
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

Re: [PR] boards/szpi-esp32s3: Enable PSRAM [nuttx]

2025-03-30 Thread via GitHub
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

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-30 Thread via GitHub
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

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-30 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: c4f142e45c05983976ae4eadbde4135246e3b29f

2025-03-30 Thread github-bot
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

Re: [PR] boards/szpi-esp32s3: Enable PSRAM [nuttx]

2025-03-30 Thread via GitHub
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

[PR] boards/szpi-esp32s3: Enable PSRAM [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] arch/xtensa: add gdbstub support [nuttx]

2025-03-30 Thread via GitHub
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

(nuttx-apps) 01/02: examples/nimble_blecent: fix various coding standard issues

2025-03-30 Thread xiaoxiang
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

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] arch/xtensa: add gdbstub support [nuttx]

2025-03-30 Thread via GitHub
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

[PR] arch/xtensa: add gdbstub support [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] examples: fix coding standard issues for nimble_blecent and nimble_bleprpt [nuttx-apps]

2025-03-30 Thread via GitHub
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...

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-30 Thread via GitHub
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

Re: [PR] benchmarks/mtd: Select libc's floating point support and improve format specifiers portability [nuttx-apps]

2025-03-30 Thread via GitHub
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