Re: [I] rv-virt/knsh32 crashes after runing ELF app [nuttx]

2024-04-12 Thread via GitHub
yf13 closed issue #12123: rv-virt/knsh32 crashes after runing ELF app URL: https://github.com/apache/nuttx/issues/12123 -- 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

Re: [I] rv-virt/knsh32 crashes after runing ELF app [nuttx]

2024-04-12 Thread via GitHub
yf13 commented on issue #12123: URL: https://github.com/apache/nuttx/issues/12123#issuecomment-2053379333 Duplicated with issue #11803. -- 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

(nuttx-website) branch asf-site updated: Publishing web: 64ae20e5a4df5e2feedb7e48b9ccd7cbb790aa4f docs: 3ce84d1ba0e7bfd2c21ad79edb762d10ca4d289c

2024-04-12 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 3946fd43a Publishing web:

[PR] arch/risc-v: fix RV32 up_addrenv_destroy [nuttx]

2024-04-12 Thread via GitHub
yf13 opened a new pull request, #12132: URL: https://github.com/apache/nuttx/pull/12132 ## Summary This patch fixes [issue 12123(]https://github.com/apache/nuttx/issue/12123) for RV32, where the cleaning scan should be limited to user space only. ## Impact RV32 kernel mode

Re: [PR] apps/nsh_commands: Use quit to poweroff [nuttx-apps]

2024-04-12 Thread via GitHub
acassis commented on PR #2355: URL: https://github.com/apache/nuttx-apps/pull/2355#issuecomment-2052505222 I tried to use "exit", but exit is already used internally to exit from nsh or telnet, where poweroff is used to turn-off the board -- This is an automated message from the Apache

Re: [PR] apps/nsh_commands: Use quit to poweroff [nuttx-apps]

2024-04-12 Thread via GitHub
cederom commented on PR #2355: URL: https://github.com/apache/nuttx-apps/pull/2355#issuecomment-2052497951 Unix uses `exit` rather than `quit` can we change that to `exit` ? Also it would be nice to configure `exit` behavior to be `poweroff` or `reboot`..? -- This is an automated

Re: [PR] arch/arm/src/samv7/sam_qencoder.c: add support for GETINDEX ioctl call [nuttx]

2024-04-12 Thread via GitHub
acassis commented on PR #12081: URL: https://github.com/apache/nuttx/pull/12081#issuecomment-2052329604 > I'm sorry for my inactivity, however I'm considering everything and I'll look into it further at the end of this week. Thanks for feedback. Don't worry! The most important is

(nuttx-apps) branch master updated: canutils: Fix minor style issue found in canlib

2024-04-12 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 9d67f3806 canutils: Fix minor style issue

Re: [PR] canutils: Fix minor style issue found in canlib [nuttx-apps]

2024-04-12 Thread via GitHub
acassis merged PR #2347: URL: https://github.com/apache/nuttx-apps/pull/2347 -- 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:

Re: [PR] mtd_config_fs: support align size test [nuttx-apps]

2024-04-12 Thread via GitHub
acassis commented on PR #2354: URL: https://github.com/apache/nuttx-apps/pull/2354#issuecomment-2052303412 @zhaoxingyu12 Please include comments in the commit log, explaining the previous issue. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] mtd_config_fs: support align size test [nuttx-apps]

2024-04-12 Thread via GitHub
acassis commented on code in PR #2354: URL: https://github.com/apache/nuttx-apps/pull/2354#discussion_r1563027745 ## testing/mtd_config_fs/mtd_config_fs_test_main.c: ## @@ -513,6 +523,18 @@ static void test_nvs_corrupt_expire(struct mtdnvs_ctx_s *ctx) goto test_fail;

[PR] apps/nsh_commands: Use exit/quit to poweroff [nuttx-apps]

2024-04-12 Thread via GitHub
acassis opened a new pull request, #2355: URL: https://github.com/apache/nuttx-apps/pull/2355 ## Summary Currently new users when try to run NuttX using the SIM get stuck into simulator, because they have no idea that poweroff command is used to leave it. Let use KISS approach and use

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-12 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2052244492 > it's resolved internally by osource: https://docs.zephyrproject.org/latest/build/kconfig/extensions.html Interesting, but it doesn't solve all the issue, because the LVGL

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-12 Thread via GitHub
xiaoxiang781216 commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2052149869 it's resolved internally by osource: https://docs.zephyrproject.org/latest/build/kconfig/extensions.html -- This is an automated message from the Apache Git Service. To

[PR] Improvements relating to SAMA5 TSD driver [nuttx]

2024-04-12 Thread via GitHub
TimJTi opened a new pull request, #12131: URL: https://github.com/apache/nuttx/pull/12131 ## Summary Ongoing work using the SAMA5(D2) touchscreen device demonstrated a number of shortcomings with the existing driver, as well as finding a few style errors. The main issue was poor

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-12 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2052077509 > I'm not an expert on NuttX, so please forgive me the silly question: why don't you have the same issue with other 3rd party libraries used in NuttX? I think LVGL uses Kconfig in a

(nuttx) 02/02: arch and board esp32c3-legacy: Add optional iCE40 FPGA loading support

2024-04-12 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 commit 3ce84d1ba0e7bfd2c21ad79edb762d10ca4d289c Author: Jakub Janousek AuthorDate: Thu Mar 21 16:29:22 2024 +0100 arch

(nuttx) branch master updated (932c41debb -> 3ce84d1ba0)

2024-04-12 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 932c41debb net/nat: Remove unnecessary logic in inbound logic new 23c6b5b07d drivers/spi: Add support for FPGA

Re: [PR] drivers/spi: Add support for FPGA iCE40 bitstream loading. [nuttx]

2024-04-12 Thread via GitHub
acassis merged PR #12012: URL: https://github.com/apache/nuttx/pull/12012 -- 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:

Re: [PR] drivers/spi: Add support for FPGA iCE40 bitstream loading. [nuttx]

2024-04-12 Thread via GitHub
acassis commented on PR #12012: URL: https://github.com/apache/nuttx/pull/12012#issuecomment-2051750018 Thank you very much @janouja !!! -- 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

(nuttx) 01/02: drivers/spi: Add support for FPGA iCE40 bitstream loading.

2024-04-12 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 commit 23c6b5b07d61bed5506f5df285c4baea9666017d Author: Jakub Janousek AuthorDate: Thu Mar 21 16:11:55 2024 +0100

(nuttx) branch master updated (62a4799409 -> 932c41debb)

2024-04-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 62a4799409 video/vnc: add vnc_fb_register new 17584eaa4f net/nat: Rename `struct ipv*_nat_entry` to

(nuttx) 01/02: net/nat: Rename `struct ipv*_nat_entry` to `ipv*_nat_entry_t`

2024-04-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 17584eaa4f0b37e6c4d3edefa33b3b55201f9af6 Author: Zhe Weng AuthorDate: Tue Mar 19 16:30:33 2024 +0800 net/nat:

(nuttx) 02/02: net/nat: Remove unnecessary logic in inbound logic

2024-04-12 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 932c41debbf18fa8210e6c33891aa6aab61605a8 Author: Zhe Weng AuthorDate: Fri Apr 12 10:21:44 2024 +0800 net/nat:

Re: [PR] net/nat: Minor code optimizations [nuttx]

2024-04-12 Thread via GitHub
jerpelea merged PR #12130: URL: https://github.com/apache/nuttx/pull/12130 -- 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:

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
xuxin930 commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051512036 > I haven't had a chance to look for the cause of this problem yet. I'm not sure if this problem only occurs for me on arch linux Okay, let me check the toolchain file

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
raiden00pl commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051474749 @xuxin930 good find. Another problem I have with this configuration (and with libcxx in general) is a lot of warnings during compilation. It looks like compiler flags

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
xuxin930 commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051432820 hi @raiden00pl @xiaoxiang781216 my guess is that the redefined symbols for sim in cmake do not have an `if block`. let me fix it

(nuttx) branch master updated: video/vnc: add vnc_fb_register

2024-04-12 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 62a4799409 video/vnc: add vnc_fb_register

Re: [PR] video/vnc: add vnc_fb_register [nuttx]

2024-04-12 Thread via GitHub
xiaoxiang781216 merged PR #11383: URL: https://github.com/apache/nuttx/pull/11383 -- 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:

Re: [PR] irq: irq_cpu_locked can be remove [nuttx]

2024-04-12 Thread via GitHub
xiaoxiang781216 merged PR #12114: URL: https://github.com/apache/nuttx/pull/12114 -- 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:

(nuttx) branch master updated: irq: All irq_cpu_locked is called in the critical_section, and the parameter is the current cpu id. so it must return false, We can safely delete.

2024-04-12 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 82acf6e6a7 irq: All irq_cpu_locked is called

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
xuxin930 commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051272902 > @xuxin930 could you check why cmake is different from make? sure, I'm working on it -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
xiaoxiang781216 commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051263298 @xuxin930 could you check why cmake is different from make? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(nuttx) branch master updated: sched/irq: remove scheduling check in csection

2024-04-12 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 1b068b0d4b sched/irq: remove scheduling check in

Re: [PR] sched/irq: remove scheduling check in csection [nuttx]

2024-04-12 Thread via GitHub
anchao merged PR #12115: URL: https://github.com/apache/nuttx/pull/12115 -- 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:

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-12 Thread via GitHub
shikoumuzi commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2051239325 > you have to set CONFIG_TLS_NELEM > 0 . It's strange that this problem doesn't occur for make. thank you for your reply,That's a good way for me to solve the problem

(nuttx) branch master updated: net: Optimize TCP/UDP port selection

2024-04-12 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 e543a8086e net: Optimize TCP/UDP port selection

Re: [PR] net: Optimize TCP/UDP port selection [nuttx]

2024-04-12 Thread via GitHub
anchao merged PR #12129: URL: https://github.com/apache/nuttx/pull/12129 -- 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:

Re: [PR] net/nat: Minor code optimizations [nuttx]

2024-04-12 Thread via GitHub
wengzhe commented on PR #12130: URL: https://github.com/apache/nuttx/pull/12130#issuecomment-2051165902 Pushing to retrigger the CI which seems failing in an unrelated position. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub