pussuw commented on PR #16431:
URL: https://github.com/apache/nuttx/pull/16431#issuecomment-2909054131
> @pussuw here is our plan:
>
> 1. Merge the file handle related fix found in our internal stress test
before your file handle restructure patch
> 2. Resolve the conflict in your
pussuw commented on PR #16431:
URL: https://github.com/apache/nuttx/pull/16431#issuecomment-2909054752
> @pussuw please review. For the previous two patches, we made enhancements
or implementations based on your PR.
Sorry, it will go to tomorrow
--
This is an automated message from
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910830966
I've found that the board seems to crash at the `kumm_initialize()` call in
`nx_start`, and then restarts from the beginning forever. Continuing to debug
what the issue is here.
linguini1 opened a new pull request, #16449:
URL: https://github.com/apache/nuttx/pull/16449
## Summary
Migrates README.txt files for arm64 boards to RST format as part of #11077.
## Impact
Only impacts the documentation system by removing README.txt files and
unifying t
linguini1 commented on issue #11077:
URL: https://github.com/apache/nuttx/issues/11077#issuecomment-294596
Completed in #16449:
* arm64/fvp-v8r/boards/fvp-armv8r/README.txt
* arm64/qemu/boards/qemu-armv8a/README.txt
* arm64/imx8/boards/imx8qm-mek/README.txt
--
This is an a
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/codelytv/pr-size-labeler-1.10.3
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was 22393cf27 build(deps): bump codelytv/pr-size-labeler from
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
The following commit(s) were added to refs/heads/master by this push:
new 291373732 build(deps): bump codelytv/pr-s
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910954170
With the following modifications:
```c
static inline_function void mm_addfreechunk(FAR struct mm_heap_s *heap,
FAR struct mm_
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910959393
I see this output:
```
1a1a1a
```
with these configuration settings:
```
# CONFIG_DEBUG_OPT_UNUSED_SECTIONS is not set
CONFIG_ARCH="avr"
CONFI
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910989594
It appears that the `nodesize` ends up being equal to 0, while
``MM_MIN_CHUNK`` is equal to 8.
--
This is an automated message from the Apache Git Service.
To respond to the mess
dependabot[bot] opened a new pull request, #3085:
URL: https://github.com/apache/nuttx-apps/pull/3085
Bumps
[codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) from
1.10.2 to 1.10.3.
Release notes
Sourced from https://github.com/codelytv/pr-size-labeler/release
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/codelytv/pr-size-labeler-1.10.3
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
at 22393cf27 build(deps): bump codelytv/pr-size-labeler from
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 16f4751cb Publishing web: 16e1777
wangzhi16 opened a new pull request, #16448:
URL: https://github.com/apache/nuttx/pull/16448
This reverts commit 893c5e92c28aca338b38a3d85bd232f9a25a5b56.
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2911020129
I can't seem to get a working version of `arduino-mega2560:nsh` or
`arduino-mega2560:hello` as far back as `releases/11.0`
--
This is an automated message from the Apache Git Ser
linguini1 commented on PR #16443:
URL: https://github.com/apache/nuttx/pull/16443#issuecomment-2911023339
Is there anyone with an ATMega2560-based board that can help me test the
serial console/boot implementation?
I am able to get some `up_putc` output to appear, but I experience wei
xiaoxiang781216 merged PR #3085:
URL: https://github.com/apache/nuttx-apps/pull/3085
--
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...
raiden00pl commented on PR #16448:
URL: https://github.com/apache/nuttx/pull/16448#issuecomment-2911226952
some context: this change had the unexpected side effect of increasing FLASH
usage by 2KB for small systems not using signals. Details can be found here:
https://github.com/apache/nutt
EliasJRH commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910860582
(Sorry for excessive mentions) @wengzhe you were mentioned on a what seems
to be a similar issue [here](github.com/apache/nuttx/issues/13493). Do you have
any advice?
--
This
linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910871301
Using `up_putc` statements I have narrowed down the issue to a failing
`DEBUASSERT(MM_NODE_IS_FREE(node))` in `mm/mm_heap/mm.h`'s definition of
`mm_addfreechunk`.
--
This is an
fdcavalcanti commented on PR #14563:
URL: https://github.com/apache/nuttx/pull/14563#issuecomment-2910184069
Hi @tomoveu! Yes, seems like it. If my memory is not failing, a bad linker
script caused that massive image size. We had that problem on ESP32-C3 first,
then noticed it also happened
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 4f57ebce66 fs/poll: remove poll_fdsetup
add 1107d4183c docs/getprime: Add documentation for `getprime` example.
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from a57095325 ostest/wdog: update wdog_test.
add 18b72e89a apps/testing: fix typo
No new revisions were added b
vrmay23 commented on code in PR #3082:
URL: https://github.com/apache/nuttx-apps/pull/3082#discussion_r2107655615
##
examples/posix_stdio/Kconfig:
##
@@ -7,14 +7,20 @@ config EXAMPLES_POSIX_STDIO
bool "Posix stdio example"
default n
---help---
- Ena
cederom merged PR #3084:
URL: https://github.com/apache/nuttx-apps/pull/3084
--
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.a
vrmay23 commented on code in PR #3082:
URL: https://github.com/apache/nuttx-apps/pull/3082#discussion_r2107656117
##
examples/posix_stdio/Kconfig:
##
@@ -7,14 +7,20 @@ config EXAMPLES_POSIX_STDIO
bool "Posix stdio example"
default n
---help---
- Ena
cederom commented on code in PR #3082:
URL: https://github.com/apache/nuttx-apps/pull/3082#discussion_r2107659159
##
examples/posix_stdio/Kconfig:
##
@@ -7,14 +7,20 @@ config EXAMPLES_POSIX_STDIO
bool "Posix stdio example"
default n
---help---
- Ena
linguini1 opened a new issue, #16447:
URL: https://github.com/apache/nuttx/issues/16447
### Description / Steps to reproduce the issue
I am having some issues with TCP keep-alive on the W5500-EVB pico. Namely,
all the keep-alive socket options can be set nominally (no error from
`set
linguini1 commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910564953
Noticed that after the probes receive no reply, the TCP stack calls the
abort mechanism indefinitely:
```console
[CPU0] [ 2] tcp_timer: aborted
[CPU0] [ 2] tcp_timer: a
linguini1 commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910621768
@a-lunev Do you have any ideas what this issue might be? I saw you've made
some changes a long time ago to the networking logic, and thought you might now
better than me.
--
Thi
linguini1 commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910641686
@wangyingdong I saw you wrote the zero-probe timer support and
`tcp_xmit_probe()`. Do you have any advice which may help with this issue?
--
This is an automated message from the
bskdany commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910651049
@zhhyu7 I saw you removed the tcp_callback when accepting conn timeout, do
you happen to know if that change might have interfered with TCP Keepalive?
--
This is an automated messa
tmedicci commented on PR #16441:
URL: https://github.com/apache/nuttx/pull/16441#issuecomment-2909590729
Just a comment: the RGB colors are inverted (or at least blue/green), aren't
they?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
xiaoxiang781216 merged PR #16016:
URL: https://github.com/apache/nuttx/pull/16016
--
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
PetervdPerk-NXP opened a new pull request, #16446:
URL: https://github.com/apache/nuttx/pull/16446
## Summary
imxrt: rt10xx: MPU reset on startup and TCM size fixes
On rt10xx chips on setartup the MPU didn't got resetted, which is needed for
use with bootloaders. Furthermore the TC
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 4f57ebce66adda3a6904ec098f76117821923497
Author: dongjiuzhu1
AuthorDate: Wed Mar 26 11:57:00 2025 +0800
fs/poll:
xiaoxiang781216 merged PR #16431:
URL: https://github.com/apache/nuttx/pull/16431
--
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.
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 82effd4b2f xtensa/esp32: Add support for hardw
xiaoxiang781216 merged PR #16441:
URL: https://github.com/apache/nuttx/pull/16441
--
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
acassis merged PR #16406:
URL: https://github.com/apache/nuttx/pull/16406
--
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
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 d1439d2dee docs/gps: Add documentation for `gps` example program.
add 29c4c87e2c boards/xtensa: Add GC9A01 LCD
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 82effd4b2f xtensa/esp32: Add support for hardware accelerated SHA
new 77a0478095 fs/epoll: using filep with ref
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 77a04780955d7087b2e5afe6cb868b8097f00088
Author: dongjiuzhu1
AuthorDate: Tue Mar 25 11:36:02 2025 +0800
fs/epoll:
aungkhantmaw64 commented on PR #16441:
URL: https://github.com/apache/nuttx/pull/16441#issuecomment-2909674770
> Just a comment: the RGB colors are inverted (or at least blue/green),
aren't they?
Good catch. I guess they are inverted somehow, by default.
I don't remember specifical
44 matches
Mail list logo