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
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.
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
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
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
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
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
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
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
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
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
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
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
##
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:
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
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
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:
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
--
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
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-
20 matches
Mail list logo