Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2109366017 If you don't use file lock, could skip the local patch safely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
yamt commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1599406623 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option will increase

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1599400345 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option wi

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
yamt commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2109313913 well, actually, i don't have a motivation to improve file locking. i'm just unhappy with having the local littlefs patch. -- This is an automated message from the Apache Git Service.

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2109310508 I don't object to utilize some unique id, but this approach need improve all file system implementation, which isn't a minor work. The current implementation of filelock work well

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2109306366 The problem is that many fs designed for RTOS doesn't define the unique id in file metadata, adding file_operations can't resolve this problem. -- This is an automated message f

Re: [I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
snikeguo commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2109222564 ![image](https://github.com/apache/nuttx/assets/20830435/19df6bef-33a3-4fec-ba6c-f9fe0f5cc136) By the way, can you support ConMenu? ![image](https://github.com/apache/nuttx/as

Re: [I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
snikeguo commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2109215469 > @snikeguo here version in use in nuttx > > [kconfig-frontends for msys2 on the MSYS environment](https://github.com/apache/nuttx/blob/a7961a3d48908b0d1c46e826ee19f1a0275f5db

[PR] [icmpv6] fix resource leak of icmpv6 [nuttx]

2024-05-13 Thread via GitHub
Meissi-jian opened a new pull request, #12338: URL: https://github.com/apache/nuttx/pull/12338 ## Summary release wait structure from the list when RS send failed ## Impact ICMPV6 RS & RA ## Testing Vela product test passed -- This is an automated message from th

Re: [I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
snikeguo commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2109208631 > @snikeguo what Kconfig frontends are you using? > > Mine is 4.11: > > ``` > $ apt info kconfig-frontends > Package: kconfig-frontends > Version: 4.11.0.1+dfsg

Re: [PR] Netlink route support [nuttx]

2024-05-13 Thread via GitHub
Meissi-jian commented on PR #12215: URL: https://github.com/apache/nuttx/pull/12215#issuecomment-2109186476 > Thank you very much @Meissi-jian ! > > Question: will it be compatible with Linux netlink, i.e.: https://olegkutkov.me/2019/08/29/modifying-linux-network-routes-using-netlink/

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
yamt commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2109054353 add it to file_operations. or it can be fcntl/ioctl as F_GETPATH. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: d1789d84e8e1d94237cf7661d5ae818823f6e564

2024-05-13 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 191221273 Publishing web: ce5ab6c

Re: [PR] wamr: flip the default of INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK [nuttx-apps]

2024-05-13 Thread via GitHub
yamt commented on PR #2389: URL: https://github.com/apache/nuttx-apps/pull/2389#issuecomment-2109033174 @no1wudi -- 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 unsubsc

[PR] wamr: flip the default of INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK [nuttx-apps]

2024-05-13 Thread via GitHub
yamt opened a new pull request, #2389: URL: https://github.com/apache/nuttx-apps/pull/2389 ## Summary Also, add a help text to explain the current situation. cf. https://github.com/bytecodealliance/wasm-micro-runtime/pull/3419 ## Impact ## Testing -- This is

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
yamt commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1599215041 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option will increase

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-13 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2108946077 @acassis, @xiaoxiang781216 and @anchao It seems that by enabling `SCHED_LPWORK` based on `sim/nsh`, the terminal receiving issue can be repdocued using patched version. -- This

(nuttx) branch master updated: fix nxstyle

2024-05-13 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 d1789d84e8 fix nxstyle d1789d84e8 is descr

Re: [PR] fix nxstyle [nuttx]

2024-05-13 Thread via GitHub
pkarashchenko merged PR #12336: URL: https://github.com/apache/nuttx/pull/12336 -- 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...@nutt

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2108169224 but how to get id from the different file system? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(nuttx-apps) 02/02: toywasm: bump to v44

2024-05-13 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 commit 41f891f9baf10859071fd6be3084b2afe6425051 Author: YAMAMOTO Takashi AuthorDate: Mon May 13 20:13:52 2024 +0900

(nuttx-apps) branch master updated (c9b62db72 -> 41f891f9b)

2024-05-13 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-apps.git from c9b62db72 nimble: Ignore nimble compile warnings new 649a863d4 toywasm: regen for v44 new 41f891f9b t

(nuttx-apps) 01/02: toywasm: regen for v44

2024-05-13 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 commit 649a863d4de86daf764225fdb7b1b603b939456e Author: YAMAMOTO Takashi AuthorDate: Mon May 13 20:13:18 2024 +0900

Re: [PR] toywasm: update to v44.0.0 [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #2387: URL: https://github.com/apache/nuttx-apps/pull/2387 -- 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) branch master updated (3a4560ed40 -> 66509e490e)

2024-05-13 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 3a4560ed40 esp32s3: make textheap return i-bus address consistently add 66509e490e sched/mqueue: add support of

Re: [PR] sched/mqueue: add support of tick based send() and receive() [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #12319: URL: https://github.com/apache/nuttx/pull/12319 -- 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: esp32s3: make textheap return i-bus address consistently

2024-05-13 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 3a4560ed40 esp32s3: make textheap return i-bus

Re: [PR] V4l2m2m [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #12329: URL: https://github.com/apache/nuttx/pull/12329#discussion_r1598748280 ## include/sys/videoio.h: ## @@ -899,8 +899,8 @@ struct v4l2_frmivalenum struct v4l2_pix_format { - uint16_t width; /* Image width in pixels

Re: [PR] esp32s3: make textheap return i-bus address consistently [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #12334: URL: https://github.com/apache/nuttx/pull/12334 -- 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] fix nxstyle [nuttx-apps]

2024-05-13 Thread via GitHub
simbit18 opened a new pull request, #2388: URL: https://github.com/apache/nuttx-apps/pull/2388 ## Summary fix Relative file path does not match actual file. ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] esp32: make bootloader is not working for building from the source code [nuttx]

2024-05-13 Thread via GitHub
acassis commented on issue #12335: URL: https://github.com/apache/nuttx/issues/12335#issuecomment-2108076460 @tmedicci any idea? -- 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 comme

[PR] esp32[c3|c6]: Add support for Wi-Fi [nuttx]

2024-05-13 Thread via GitHub
tmedicci opened a new pull request, #12337: URL: https://github.com/apache/nuttx/pull/12337 ## Summary * esp32c6/wifi: Add support for the Wi-Fi in ESP32-C6 * esp32c3/wifi: Add support for the Wi-Fi in ESP32-C3 * esp32c3: Substitute `/` to `$(DELIM)` * Substitute `/`

Re: [PR] Netlink route support [nuttx]

2024-05-13 Thread via GitHub
acassis commented on PR #12215: URL: https://github.com/apache/nuttx/pull/12215#issuecomment-2108071772 @Meissi-jian please fix this error: ``` In function 'netlink_get_neighbor', inlined from 'netlink_get_neighborlist' at netlink/netlink_route.c:736:10, inlined from

Re: [PR] V4l2m2m [nuttx]

2024-05-13 Thread via GitHub
acassis commented on code in PR #12329: URL: https://github.com/apache/nuttx/pull/12329#discussion_r1598691625 ## include/sys/videoio.h: ## @@ -899,8 +899,8 @@ struct v4l2_frmivalenum struct v4l2_pix_format { - uint16_t width; /* Image width in pixels */ - ui

Re: [I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
simbit18 commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2107865023 @snikeguo here version in use in nuttx [kconfig-frontends](https://github.com/apache/nuttx/blob/a7961a3d48908b0d1c46e826ee19f1a0275f5db6/tools/ci/platforms/msys2.sh#L120)

[PR] fix nxstyle [nuttx]

2024-05-13 Thread via GitHub
simbit18 opened a new pull request, #12336: URL: https://github.com/apache/nuttx/pull/12336 ## Summary fix Relative file path does not match actual file. ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, pl

[I] esp32: make bootloader is not working for building from the source code [nuttx]

2024-05-13 Thread via GitHub
acassis opened a new issue, #12335: URL: https://github.com/apache/nuttx/issues/12335 While trying to build the bootloader from source code I'm getting this error: ``` -- Building ESP-IDF components for target esp32 CMake Error at /nuttxspace/nuttx/arch/xtensa/src/esp32/bootload

Re: [I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
acassis commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2107591970 @snikeguo what Kconfig frontends are you using? Mine is 4.11: ``` $ apt info kconfig-frontends Package: kconfig-frontends Version: 4.11.0.1+dfsg-6 ```

Re: [I] How to use NAND Flash device simulator [nuttx]

2024-05-13 Thread via GitHub
acassis commented on issue #12331: URL: https://github.com/apache/nuttx/issues/12331#issuecomment-2107561573 Hi @laoniaokkk did you look at https://nuttx.apache.org/docs/latest/applications/testing/nand_sim/index.html ? The "stack smashing detected" means you are passing some memory l

Re: [PR] Netlink route support [nuttx]

2024-05-13 Thread via GitHub
acassis commented on PR #12215: URL: https://github.com/apache/nuttx/pull/12215#issuecomment-2107519962 Thank you very much @Meissi-jian ! Question: will it be compatible with Linux netlink, i.e.: https://olegkutkov.me/2019/08/29/modifying-linux-network-routes-using-netlink/ -- Thi

Re: [PR] Netlink route support [nuttx]

2024-05-13 Thread via GitHub
acassis commented on code in PR #12215: URL: https://github.com/apache/nuttx/pull/12215#discussion_r1598431656 ## Documentation/components/net/netlink.rst: ## @@ -0,0 +1,137 @@ += +Netlink Route support += + +Netlink Route (:c:macro:`NETLI

Re: [PR] sched/mqueue: add support of tick based send() and receive() [nuttx]

2024-05-13 Thread via GitHub
anchao commented on code in PR #12319: URL: https://github.com/apache/nuttx/pull/12319#discussion_r1598393255 ## sched/mqueue/mq_timedsend.c: ## @@ -142,15 +133,16 @@ static void nxmq_sndtimeout(wdparm_t pid) *

[PR] esp32s3: make textheap return i-bus address consistently [nuttx]

2024-05-13 Thread via GitHub
yamt opened a new pull request, #12334: URL: https://github.com/apache/nuttx/pull/12334 ## Summary Perform I-D translation for extram as well. Also, use macros from soc.h. ## Impact ## Testing tested on esp32s3-devkit -- This is an automated message from the Apac

[PR] toywasm: update to v44.0.0 [nuttx-apps]

2024-05-13 Thread via GitHub
yamt opened a new pull request, #2387: URL: https://github.com/apache/nuttx-apps/pull/2387 ## Summary ## Impact ## Testing tested on esp32s3-devkit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] Implement Filelock [nuttx]

2024-05-13 Thread via GitHub
yamt commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2107246022 using a path as a file id for locking seems broken by design. (consider rename.) can you consider to use something more appropriate? eg. a dedicated id for file locking, which is not ch

Re: [PR] sched/mqueue: add support of tick based send() and receive() [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #12319: URL: https://github.com/apache/nuttx/pull/12319#discussion_r1598231464 ## sched/mqueue/mq_timedsend.c: ## @@ -142,15 +133,16 @@ static void nxmq_sndtimeout(wdparm_t pid) * ***

(nuttx) branch master updated (ab7805062d -> a7961a3d48)

2024-05-13 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 ab7805062d esp32s3/esp32s2: Fix D_I_BUS_OFFSET add a7961a3d48 driver/vnc:fix vnc kbd assert cause by wrong data

Re: [PR] driver/vnc:fix vnc kbd assert cause by wrong data conversion [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #12330: URL: https://github.com/apache/nuttx/pull/12330 -- 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 (e67df47b64 -> ab7805062d)

2024-05-13 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 e67df47b64 add support for zero-cross driver add ab7805062d esp32s3/esp32s2: Fix D_I_BUS_OFFSET No new revisio

Re: [PR] esp32s3/esp32s2: Fix D_I_BUS_OFFSET [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #12328: URL: https://github.com/apache/nuttx/pull/12328 -- 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] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1598218966 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option wi

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1598218966 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option wi

(nuttx-apps) branch master updated: nimble: Ignore nimble compile warnings

2024-05-13 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 c9b62db72 nimble: Ignore nimble compile w

Re: [PR] nimble: Ignore nimble compile warnings [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 merged PR #2386: URL: https://github.com/apache/nuttx-apps/pull/2386 -- 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...

[I] make menuconfig failed [nuttx]

2024-05-13 Thread via GitHub
snikeguo opened a new issue, #12333: URL: https://github.com/apache/nuttx/issues/12333 # **platform: windows10+msys2+kconfig-frontends-win32-3.12.1.zip(kconfig-mconf.exe)** 1. ./tools/configure.sh -L | less 2. ./tools/configure.sh -l stm32f4discovery:nsh 3. make menuconfig ``

[PR] xtensa/esp32s3: pending interrupt should be clear while disable GPIO IRQ [nuttx]

2024-05-13 Thread via GitHub
sdc-g opened a new pull request, #12332: URL: https://github.com/apache/nuttx/pull/12332 ## Summary ## Impact ## Testing -- 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

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
yamt commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1598073630 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option will increase

Re: [PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2385: URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1598048603 ## interpreters/wamr/Kconfig: ## @@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY signature. Enable this option wi

[I] How to use NAND Flash device simulator [nuttx]

2024-05-13 Thread via GitHub
laoniaokkk opened a new issue, #12331: URL: https://github.com/apache/nuttx/issues/12331 I add NAND simulation under sim/nsh configuration, when 'nand' is executed, the ‘/dev/nand‘ device will be generated, but when using "mkfatfs /dev/nand" or "echo hello > /dev/nand", some errors will be