(nuttx) branch releases/12.4 created (now 9852428953)

2023-12-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.4 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 9852428953 fs: procfs add poll support No new revisions were added by this update.

(nuttx-apps) branch releases/12.4 created (now f12586c51)

2023-12-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.4 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git at f12586c51 interpreters/wamr: add INTERPRETERS_WAMR_DEBUG_AOT option No new revisions were added by this

[PR] bcmf_driver: add ioctl_mutex to restrict ioctl from reentrant [nuttx]

2023-12-26 Thread via GitHub
zhhyu7 opened a new pull request, #11456: URL: https://github.com/apache/nuttx/pull/11456 ## Summary avoiding resource race conditions ## Impact ## Testing cortex-m33 and bcm43xxx wifi chip -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] support sorting symbol tables by name [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 commented on PR #11448: URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1869913445 > why do you want to sort it? why do you want to make it optional? There are two types of sorts: sorted by symbol name or sorted by symbol value(address). Before the

Re: [PR] fs: procfs add poll support [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 merged PR #11449: URL: https://github.com/apache/nuttx/pull/11449 -- 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: fs: procfs add poll support

2023-12-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 9852428953 fs: procfs add poll support

[PR] rptun: Select OPENMAP under RPTUN [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11454: URL: https://github.com/apache/nuttx/pull/11454 ## Summary to simplify the IPC related configuration ## Impact minor ## Testing ci -- This is an automated message from the Apache Git Service. To respond

Re: [I] Failed to Build with Custom Apps Directory [nuttx]

2023-12-26 Thread via GitHub
j-couch commented on issue #11442: URL: https://github.com/apache/nuttx/issues/11442#issuecomment-1869876032 @acassis thank you for the quick response! I was originally trying to recreate the "1. Replace The Apps/ Directory Completely" method but was able to duplicate your steps here,

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-26 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef

(nuttx) 02/02: fs: update hostfs structure definition

2023-12-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 ca99e69c28dd071dfe2add26a85d2278b7b29a03 Author: yinshengkai AuthorDate: Tue Dec 26 23:52:52 2023 +0800 fs:

(nuttx) branch master updated (dde0872b63 -> ca99e69c28)

2023-12-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 dde0872b63 fs: smartfs: Add necessary aligned access in smartfs_rename() new 9b10255088 fs: fix structure

(nuttx) 01/02: fs: fix structure layout inconsistency in hostfs

2023-12-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 9b102550885649834012bd25509cac4bd3e06d88 Author: yinshengkai AuthorDate: Tue Dec 26 23:52:50 2023 +0800 fs: fix

Re: [PR] fix structure layout inconsistency in hostfs [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 merged PR #11446: URL: https://github.com/apache/nuttx/pull/11446 -- 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] libc/stream: add stream interface [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 commented on PR #11447: URL: https://github.com/apache/nuttx/pull/11447#issuecomment-1869866353 No impact until you really call the new functions in your code just like sprintf, that's why no Kconfig is added. -- This is an automated message from the Apache Git Service.

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: dde0872b633beeed0d5c55c1af709ea0b737d5ee

2023-12-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 e500b660 Publishing web:

Re: [PR] fix structure layout inconsistency in hostfs [nuttx]

2023-12-26 Thread via GitHub
Gary-Hobson commented on code in PR #11446: URL: https://github.com/apache/nuttx/pull/11446#discussion_r1436524597 ## include/nuttx/fs/hostfs.h: ## @@ -146,14 +157,14 @@ struct nuttx_dirent_s struct nuttx_statfs_s { - uint32_t f_type; /* Type of filesystem */ -

Re: [PR] libc/stream: add stream interface [nuttx]

2023-12-26 Thread via GitHub
PetervdPerk-NXP commented on PR #11447: URL: https://github.com/apache/nuttx/pull/11447#issuecomment-1869629036 Any reason why this isn't behind a KConfig? Also what's the flash impact? -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2023-12-26 Thread via GitHub
jianglianfang commented on PR #11383: URL: https://github.com/apache/nuttx/pull/11383#issuecomment-1869512959 I successfully compiled sim:vncserver in the docker [ https://github.com/apache/nuttx/pkgs/container/nuttx%2Fapache-nuttx-ci-linux], Proceed as follows: 1. sudo docker run -it

[PR] Refine exception handling in ARM [nuttx]

2023-12-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11453: URL: https://github.com/apache/nuttx/pull/11453 ## Summary - arch/arm: Move arm_vectoraddrexcptn into arm_vectors.S - arch/armv7-a: Change space to tab in arm_smccc.S ## Impact source code reorganize, no function