Re: [PR] Resolving the issue of fdcheck reporting errors when an epoll file descriptor (fd) is closed [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] Resolving the issue of fdcheck reporting errors when an epoll file descriptor (fd) is closed [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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.

[PR] Documentation: Migrate arm64 READMEs [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] Documentation: port remaining README.txt in platforms [nuttx]

2025-05-26 Thread via GitHub
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

(nuttx-apps) branch dependabot/github_actions/codelytv/pr-size-labeler-1.10.3 deleted (was 22393cf27)

2025-05-26 Thread github-bot
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

(nuttx-apps) branch master updated: build(deps): bump codelytv/pr-size-labeler from 1.10.2 to 1.10.3

2025-05-26 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 The following commit(s) were added to refs/heads/master by this push: new 291373732 build(deps): bump codelytv/pr-s

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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_

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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

[PR] build(deps): bump codelytv/pr-size-labeler from 1.10.2 to 1.10.3 [nuttx-apps]

2025-05-26 Thread via GitHub
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

(nuttx-apps) branch dependabot/github_actions/codelytv/pr-size-labeler-1.10.3 created (now 22393cf27)

2025-05-26 Thread github-bot
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

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: 29c4c87e2c241b9d50e2e5e016ccaef4abba0a6e

2025-05-26 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 16f4751cb Publishing web: 16e1777

[PR] Revert "Reduce the size of tcb by four bytes." [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] boards/avr/atmega: Added Elegoo Mega2560r3 board support [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] build(deps): bump codelytv/pr-size-labeler from 1.10.2 to 1.10.3 [nuttx-apps]

2025-05-26 Thread via GitHub
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...

Re: [PR] Revert "Reduce the size of tcb by four bytes." [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] ATMega2560 USART0 not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] risc-v/esp32c3: linker script fix for mcuboot and wifi usage [nuttx]

2025-05-26 Thread via GitHub
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

(nuttx) branch master updated (4f57ebce66 -> d1439d2dee)

2025-05-26 Thread acassis
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.

(nuttx-apps) branch master updated (a57095325 -> 18b72e89a)

2025-05-26 Thread cederom
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

Re: [PR] Fixing Kconfig file, adding the STACKSIZE symbol to example posix_stdio [nuttx-apps]

2025-05-26 Thread via GitHub
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

Re: [PR] apps/testing: fix typo [nuttx-apps]

2025-05-26 Thread via GitHub
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

Re: [PR] Fixing Kconfig file, adding the STACKSIZE symbol to example posix_stdio [nuttx-apps]

2025-05-26 Thread via GitHub
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

Re: [PR] Fixing Kconfig file, adding the STACKSIZE symbol to example posix_stdio [nuttx-apps]

2025-05-26 Thread via GitHub
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

[I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [I] [BUG] TCP keep alive sockets not working [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] boards/xtensa/esp32: add GC9A01 LCD driver support for esp32 based boards [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-05-26 Thread via GitHub
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

[PR] imxrt: rt10xx: MPU fixes and allow to put ramvectors inside ITCM. [nuttx]

2025-05-26 Thread via GitHub
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

(nuttx) 02/02: fs/poll: remove poll_fdsetup

2025-05-26 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 4f57ebce66adda3a6904ec098f76117821923497 Author: dongjiuzhu1 AuthorDate: Wed Mar 26 11:57:00 2025 +0800 fs/poll:

Re: [PR] Resolving the issue of fdcheck reporting errors when an epoll file descriptor (fd) is closed [nuttx]

2025-05-26 Thread via GitHub
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

(nuttx) branch master updated: xtensa/esp32: Add support for hardware accelerated SHA

2025-05-26 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 82effd4b2f xtensa/esp32: Add support for hardw

Re: [PR] boards/xtensa/esp32: add GC9A01 LCD driver support for esp32 based boards [nuttx]

2025-05-26 Thread via GitHub
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

Re: [PR] DOCS: Application documentation [nuttx]

2025-05-26 Thread via GitHub
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

(nuttx) branch master updated (d1439d2dee -> 29c4c87e2c)

2025-05-26 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 d1439d2dee docs/gps: Add documentation for `gps` example program. add 29c4c87e2c boards/xtensa: Add GC9A01 LCD

(nuttx) branch master updated (82effd4b2f -> 4f57ebce66)

2025-05-26 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 82effd4b2f xtensa/esp32: Add support for hardware accelerated SHA new 77a0478095 fs/epoll: using filep with ref

(nuttx) 01/02: fs/epoll: using filep with reference counting instead of file descriptors

2025-05-26 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 77a04780955d7087b2e5afe6cb868b8097f00088 Author: dongjiuzhu1 AuthorDate: Tue Mar 25 11:36:02 2025 +0800 fs/epoll:

Re: [PR] boards/xtensa/esp32: add GC9A01 LCD driver support for esp32 based boards [nuttx]

2025-05-26 Thread via GitHub
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