(nuttx) branch master updated (9f84695ef7 -> b3712797fa)

2025-06-22 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 9f84695ef7 CI checkpatch: fix cvt2utf not found and add check of all necessary tools new a98f7a1045 arch/risc-

(nuttx) 03/03: Documentation/rv-virt: Add entries for `nsbi[|64]` defconfigs

2025-06-22 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.git commit b3712797faf5ea00d2146751d740503aac3b630a Author: Tiago Medicci Serrano AuthorDate: Fri Jun 20 14:39:32 2025 -0300

Re: [PR] remove warnings [nuttx]

2025-06-22 Thread via GitHub
acassis commented on code in PR #16571: URL: https://github.com/apache/nuttx/pull/16571#discussion_r2160382203 ## drivers/input/gt9xx.c: ## @@ -196,7 +196,7 @@ static int gt9xx_i2c_read(FAR struct gt9xx_dev_s *dev, const int msgv_len = sizeof(msgv) / sizeof(msgv[0]); - i

Re: [PR] [utsname] libc: Link dependency on `.version` file [nuttx]

2025-06-22 Thread via GitHub
Javinator9889 closed pull request #16564: [utsname] libc: Link dependency on `.version` file URL: https://github.com/apache/nuttx/pull/16564 -- 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 speci

Re: [PR] [utsname] libc: Link dependency on `.version` file [nuttx]

2025-06-22 Thread via GitHub
Javinator9889 commented on PR #16564: URL: https://github.com/apache/nuttx/pull/16564#issuecomment-2994364394 > > > I think this change is fine. We already have an explicit dependency on .config, so having an explicit dependency on .version makes sense to me. > > > Are there any other non

[PR] Refine vfs source file layout [nuttx]

2025-06-22 Thread via GitHub
xiaoxiang781216 opened a new pull request, #16569: URL: https://github.com/apache/nuttx/pull/16569 ## Summary - fs/vfs: Rename lock.h to vfs.h - fs: Move inotify.c from fs/notify/ to fs/vfs/ ## Impact refine vfs source file layout ## Testing ci --

Re: [I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
acassis commented on issue #16570: URL: https://github.com/apache/nuttx/issues/16570#issuecomment-2994425088 @xiaoxiang781216 I think the issue is happening because of it: ``` config FILE_STREAM bool "Enable FILE stream" default !DEFAULT_SMALL ---hel

Re: [PR] libc: Move stdio/README to Documentation/components/libs/libc/stream.rst [nuttx]

2025-06-22 Thread via GitHub
acassis merged PR #16559: URL: https://github.com/apache/nuttx/pull/16559 -- 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] [Fix] Esp32S3 LCD FB resolution. [nuttx]

2025-06-22 Thread via GitHub
xiaoxiang781216 merged PR #16566: URL: https://github.com/apache/nuttx/pull/16566 -- 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

(nuttx) branch master updated: fix framebuffer config resolution.

2025-06-22 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.git The following commit(s) were added to refs/heads/master by this push: new 74ce16da5c fix framebuffer config resolution.

Re: [I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
xiaoxiang781216 commented on issue #16570: URL: https://github.com/apache/nuttx/issues/16570#issuecomment-299446 > > ...BTW, the better fix is switching fopen/fclose to open/close as much as we can. > > I thought fopen/fclose was the preferred, portable, method? Since open/close

(nuttx-website) branch asf-site updated: Publishing web: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: bc4041db608e9a04fd811dd74bcc67d8bded0d25

2025-06-22 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 122106c36 Publishing web: be40bd5

(nuttx) branch master updated: libc: Move stdio/README to Documentation/components/libs/libc/stream.rst

2025-06-22 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new bc4041db60 libc: Move stdio/README to Documenta

Re: [PR] [New Board] ESP32S3-8048s043 [nuttx]

2025-06-22 Thread via GitHub
xiaoxiang781216 commented on PR #16558: URL: https://github.com/apache/nuttx/pull/16558#issuecomment-2994114297 still not fix all problem: ``` < # CONFIG_ARCH_LEDS is not set Saving the new configuration file HEAD detached at pull/16558/merge Changes not staged for commit:

Re: [I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
xiaoxiang781216 commented on issue #16570: URL: https://github.com/apache/nuttx/issues/16570#issuecomment-2994258263 > [@xiaoxiang781216](https://github.com/xiaoxiang781216) I think we need to verify which applications will need to select CONFIG_FILE_STREAM automatically to avoid issues lik

Re: [PR] [New Board] ESP32S3-8048s043 [nuttx]

2025-06-22 Thread via GitHub
halyssonJr commented on PR #16558: URL: https://github.com/apache/nuttx/pull/16558#issuecomment-2994273647 @xiaoxiang781216 , I opened another PR(https://github.com/apache/nuttx/pull/16571) to fix this issue: ``` input/gt9xx.c: In function 'gt9xx_i2c_read': Error: input/gt9xx.c:

[PR] remove warnings [nuttx]

2025-06-22 Thread via GitHub
halyssonJr opened a new pull request, #16571: URL: https://github.com/apache/nuttx/pull/16571 ## Summary The PR aims to adjust the format according to what was expected. Also, remove some compilation warnings and stop breaking the pipeline (Linux Xtensa-02) ## Impact None ##

Re: [I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
acassis commented on issue #16570: URL: https://github.com/apache/nuttx/issues/16570#issuecomment-2994234837 @xiaoxiang781216 I think we need to verify which applications will need to select CONFIG_FILE_STREAM automatically to avoid issues like this -- This is an automated message from th

[I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
acassis opened a new issue, #16570: URL: https://github.com/apache/nuttx/issues/16570 ### Description / Steps to reproduce the issue I was getting this error after enabling CAN example: LD: nuttx arm-none-eabi-ld: /home/alan/nuttxspace/nuttx/staging/libapps.a(can_main.c.home

Re: [I] [BUG] CONFIG_FILE_STREAM needs to be enabled by default for some applications (i.e. can example) [nuttx]

2025-06-22 Thread via GitHub
TimJTi commented on issue #16570: URL: https://github.com/apache/nuttx/issues/16570#issuecomment-2994322674 >...BTW, the better fix is switching fopen/fclose to open/close as much as we can. I thought fopen/fclose was the preferred, portable, method? Since open/close are not ANSI