Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-15 Thread via GitHub
anchao commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1395181590 ## sched/task/task_spawnparms.c: ## @@ -65,7 +65,9 @@ static inline int nxspawn_close(FAR struct tcb_s *tcb, sinfo("Closing fd=%d\n", action->fd); - return nx_cl

(nuttx) branch master updated: arch/imx6: Replace cpu_start_t with start_t

2023-11-15 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 5ca3e805b2 arch/imx6: Replace cpu_start_t with

Re: [PR] arch/imx6: Replace cpu_start_t with start_t [nuttx]

2023-11-15 Thread via GitHub
masayuki2009 merged PR #11199: URL: https://github.com/apache/nuttx/pull/11199 -- 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

Re: [PR] apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK [nuttx-apps]

2023-11-15 Thread via GitHub
masayuki2009 commented on PR #1962: URL: https://github.com/apache/nuttx-apps/pull/1962#issuecomment-1813766301 Please ignore the following style issues. ``` Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/interpreters/bas/bas_statement.c:53:7: error: Mixed case identifier fou

[PR] arch: Disable ARCH_HAVE_FORK for arm64 as a precaution [nuttx]

2023-11-15 Thread via GitHub
masayuki2009 opened a new pull request, #11200: URL: https://github.com/apache/nuttx/pull/11200 ## Summary - Temporarily disables ARCH_HAVE_FORK for arm64 to address a crash issue, as detailed in https://github.com/apache/nuttx/pull/9755. - This is a precautionary measure until

Re: [PR] virtio: add virtio framework in NuttX [nuttx]

2023-11-15 Thread via GitHub
CV-Bowen commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1813744499 @masayuki2009 I'm not sure, but I decide to change the metal_read/write operation to nuttx implemented instead openamp libmetal implemented. Nuttx implemented operation not use the atomic

Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-15 Thread via GitHub
anchao commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1395095793 ## sched/task/task_spawnparms.c: ## @@ -65,7 +65,9 @@ static inline int nxspawn_close(FAR struct tcb_s *tcb, sinfo("Closing fd=%d\n", action->fd); - return nx_cl

(nuttx) branch master updated: Fix improper handling of 64 bit types for libvsprintf

2023-11-15 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 e2627d4558 Fix improper handling of 64 bit typ

Re: [PR] Fix improper handling of 64 bit types for libvsprintf #11155 [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11198: URL: https://github.com/apache/nuttx/pull/11198 -- 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: [I] Buggy handling of unsigned long in vsprintf_internal [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 closed issue #11155: Buggy handling of unsigned long in vsprintf_internal URL: https://github.com/apache/nuttx/issues/11155 -- 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 specif

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

2023-11-15 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 9c4631cc Publishing web: 36ddd7c6

[PR] arch/imx6: Replace cpu_start_t with start_t [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11199: URL: https://github.com/apache/nuttx/pull/11199 ## Summary avoid the unnecessary typedef ## Impact code refactor ## Testing ci -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx-apps]

2023-11-15 Thread via GitHub
pkarashchenko merged PR #2197: URL: https://github.com/apache/nuttx-apps/pull/2197 -- 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...@n

(nuttx-apps) branch master updated: examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option

2023-11-15 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 144bf0bd1 examples/foc: remove obsole

(nuttx) 02/02: task/pthread_cancelpt: Move cancel point handling to libc, data to TLS

2023-11-15 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 0dedbcd4aea446d46b527ef8a9b6ef7baa469d97 Author: Ville Juven AuthorDate: Fri Nov 10 12:56:10 2023 +0200 task/pthr

Re: [PR] task/pthread_cancelpt: Move cancel point handling to libc, data to TLS [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11165: URL: https://github.com/apache/nuttx/pull/11165 -- 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) 01/02: sched/tls_info: Add tl_ prefix to pthread cleanup stack / tos

2023-11-15 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 1e31ec8003d4dcf1d37f2d1b55d86292a9c18b53 Author: Ville Juven AuthorDate: Mon Nov 13 13:39:12 2023 +0200 sched/tls

(nuttx) branch master updated (64cf63475c -> 0dedbcd4ae)

2023-11-15 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 64cf63475c arch/dumponexit: unify dump on exit to common code new 1e31ec8003 sched/tls_info: Add tl_ prefix to

Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1394476260 ## binfmt/binfmt_copyactions.c: ## @@ -0,0 +1,196 @@ +/ + * binfmt/binfmt_copyaction

(nuttx) branch master updated: arch/dumponexit: unify dump on exit to common code

2023-11-15 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 64cf63475c arch/dumponexit: unify dump on exit

Re: [PR] arch/dumponexit: unify dump on exit to common code [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11190: URL: https://github.com/apache/nuttx/pull/11190 -- 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-apps) branch master updated: system/popen: popen should depends on pipe()

2023-11-15 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 6754d4271 system/popen: popen should depe

Re: [PR] system/popen: popen should depends on pipe() [nuttx-apps]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #2198: URL: https://github.com/apache/nuttx-apps/pull/2198 -- 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: fs/fat: fix ubsan warning of shift-out-of-bounds

2023-11-15 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 6104f32afc fs/fat: fix ubsan warning of shift-

Re: [PR] fs/fat: fix ubsan warning of shift-out-of-bounds [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11196: URL: https://github.com/apache/nuttx/pull/11196 -- 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] examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx-apps]

2023-11-15 Thread via GitHub
raiden00pl commented on code in PR #2197: URL: https://github.com/apache/nuttx-apps/pull/2197#discussion_r1394324254 ## examples/foc/Kconfig: ## @@ -69,12 +69,6 @@ config EXAMPLES_FOC_NOTIFIER_FREQ ---help--- Select the FOC notifier frequency -config EX

Re: [PR] misc/assert: restore assertion registers to array of last registers [nuttx]

2023-11-15 Thread via GitHub
pkarashchenko merged PR #11195: URL: https://github.com/apache/nuttx/pull/11195 -- 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

(nuttx) branch master updated: misc/assert: restore assertion registers to array of last registers

2023-11-15 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 61aa2c36b6 misc/assert: restore assertion

[PR] igmp: call IFF_SET_IPv4 when igmp_send [nuttx]

2023-11-15 Thread via GitHub
zhhyu7 opened a new pull request, #11197: URL: https://github.com/apache/nuttx/pull/11197 ## Summary If the flag is not set, The flag is affected by the previously sent and received packets, L2 header may be filled with ipv6. ## Impact ## Testing sim:local -- This

[PR] fs/fat: fix ubsan warning of shift-out-of-bounds [nuttx]

2023-11-15 Thread via GitHub
anchao opened a new pull request, #11196: URL: https://github.com/apache/nuttx/pull/11196 ## Summary fs/fat: fix ubsan warning of shift-out-of-bounds ``` ubsan_prologue: ubsan_prologue:

Re: [PR] virtio: add virtio framework in NuttX [nuttx]

2023-11-15 Thread via GitHub
masayuki2009 commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1812450726 @CV-Bowen Can we use the RISC-V atomic operations for the I/O space? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[PR] system/popen: popen should depends on pipe() [nuttx-apps]

2023-11-15 Thread via GitHub
anchao opened a new pull request, #2198: URL: https://github.com/apache/nuttx-apps/pull/2198 ## Summary system/popen: popen should depends on pipe() ## Impact N/A ## Testing cicheck -- This is an automated message from the Apache Git Service. To respo

Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-15 Thread via GitHub
anchao commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1394125472 ## sched/task/task_spawnparms.c: ## @@ -289,3 +291,73 @@ int spawn_file_actions(FAR struct tcb_s *tcb, return ret; } + +/**

Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1394108642 ## sched/task/task_spawnparms.c: ## @@ -289,3 +291,73 @@ int spawn_file_actions(FAR struct tcb_s *tcb, return ret; } + +/*

(nuttx) 02/02: Revert "tools/ci: Skip build sabre-6quad:libcxx temporarily"

2023-11-15 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 194af23d1b1c4c3c9751ee973d9712033f7ce7e1 Author: Masayuki Ishikawa AuthorDate: Wed Nov 15 18:06:16 2023 +0900 Rev

(nuttx) branch master updated (bb14e45ec9 -> 194af23d1b)

2023-11-15 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 bb14e45ec9 the bug of sscanf exception output in arm64 platform new 991c5029a0 boards: sabre-6quad: Fix cxxtest

(nuttx) 01/02: boards: sabre-6quad: Fix cxxtest issue

2023-11-15 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 991c5029a0cca134c1f3e21fd423f5e2365def4e Author: Masayuki Ishikawa AuthorDate: Wed Nov 15 17:53:09 2023 +0900 boa

Re: [PR] Fix sabre-6quad:libcxx [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11193: URL: https://github.com/apache/nuttx/pull/11193 -- 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] misc/assert: restore assertion registers to array of last registers [nuttx]

2023-11-15 Thread via GitHub
anchao opened a new pull request, #11195: URL: https://github.com/apache/nuttx/pull/11195 ## Summary misc/assert: restore assertion registers to array of last registers Some assertions in extreme cases will cause syslog to be unable to output logs normally, so this PR will

(nuttx-apps) branch master updated: examples/foc: get iphase scale from the FOC device interface

2023-11-15 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 fa19b71ba examples/foc: get iphase scale

Re: [PR] examples/foc: get iphase scale from the FOC device interface [nuttx-apps]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #2196: URL: https://github.com/apache/nuttx-apps/pull/2196 -- 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] LLVM libcxx upgrade from 12.0.0 to 15.0.7 [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #8244: URL: https://github.com/apache/nuttx/pull/8244#discussion_r1394093340 ## tools/ci/testlist/arm-02.dat: ## @@ -1,4 +1,5 @@ /arm/[i-k]*,CONFIG_ARM_TOOLCHAIN_GNU_EABI +-sabre-6quad:libcxx Review Comment: Not yet. -- This is an

(nuttx) branch master updated: the bug of sscanf exception output in arm64 platform

2023-11-15 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 bb14e45ec9 the bug of sscanf exception output

Re: [PR] the bug of sscanf exception output in arm64 platform [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11182: URL: https://github.com/apache/nuttx/pull/11182 -- 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: sched/sem_holder.c: When accessing SEM_WAITLIST, use holder's addrenv

2023-11-15 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 b7b0a17682 sched/sem_holder.c: When accessing

Re: [PR] sched/sem_holder.c: When accessing SEM_WAITLIST, use holder's addrenv [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11191: URL: https://github.com/apache/nuttx/pull/11191 -- 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: stm32/stm32_foc.c: rename some macros

2023-11-15 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 e1b947cd52 stm32/stm32_foc.c: rename some macr

Re: [PR] stm32/stm32_foc.c: rename some macros [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11194: URL: https://github.com/apache/nuttx/pull/11194 -- 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: boards: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option

2023-11-15 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 c0ffcca0e8 boards: remove obsolete CONFIG_EXAM

Re: [PR] boards: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 merged PR #11192: URL: https://github.com/apache/nuttx/pull/11192 -- 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] examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx-apps]

2023-11-15 Thread via GitHub
pkarashchenko commented on code in PR #2197: URL: https://github.com/apache/nuttx-apps/pull/2197#discussion_r1394051340 ## examples/foc/Kconfig: ## @@ -69,12 +69,6 @@ config EXAMPLES_FOC_NOTIFIER_FREQ ---help--- Select the FOC notifier frequency -config

(nuttx) branch master updated: mm: free delay list when exceeding specified count

2023-11-15 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 6e7115ca09 mm: free delay list when exceed

Re: [PR] mm: free delay list when exceeding specified count [nuttx]

2023-11-15 Thread via GitHub
pkarashchenko merged PR #11183: URL: https://github.com/apache/nuttx/pull/11183 -- 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] virtio: add virtio framework in NuttX [nuttx]

2023-11-15 Thread via GitHub
CV-Bowen commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1812088136 @masayuki2009 I tried the config `rv-virtio netnsh` and `netnsh_smp` in QEMU-8.1.2, `netnsh` work but config `netnsh_smp` stuck at an atomic instruction: ![image](https://github.com/ap

Re: [PR] LLVM libcxx upgrade from 12.0.0 to 15.0.7 [nuttx]

2023-11-15 Thread via GitHub
pkarashchenko commented on code in PR #8244: URL: https://github.com/apache/nuttx/pull/8244#discussion_r1393904219 ## tools/ci/testlist/arm-02.dat: ## @@ -1,4 +1,5 @@ /arm/[i-k]*,CONFIG_ARM_TOOLCHAIN_GNU_EABI +-sabre-6quad:libcxx Review Comment: @xiaoxiang781216 will you su

[PR] stm32/stm32_foc.c: rename some macros [nuttx]

2023-11-15 Thread via GitHub
raiden00pl opened a new pull request, #11194: URL: https://github.com/apache/nuttx/pull/11194 ## Summary - stm32/stm32_foc.c: rename some macros change the names to be the same as for stm32f7/stm32_foc.c ## Impact Cosmetic change. Copying changes from one implementation

[PR] Sabre 6quad libcxx [nuttx]

2023-11-15 Thread via GitHub
masayuki2009 opened a new pull request, #11193: URL: https://github.com/apache/nuttx/pull/11193 ## Summary - Fixes a linker issue in https://github.com/apache/nuttx/pull/8244 by disabling compiler optimization. - Adjusts CONFIG_DEFAULT_TASK_STACKSIZE to 4096 to ensure proper functi

[PR] examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx-apps]

2023-11-15 Thread via GitHub
raiden00pl opened a new pull request, #2197: URL: https://github.com/apache/nuttx-apps/pull/2197 ## Summary examples/foc: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option needs https://github.com/apache/nuttx/pull/11192 to pass CI ## Impact ## Testing CI --

[PR] boards: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option [nuttx]

2023-11-15 Thread via GitHub
raiden00pl opened a new pull request, #11192: URL: https://github.com/apache/nuttx/pull/11192 ## Summary boards: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option ## Impact ## Testing CI -- This is an automated message from the Apache Git Service. To respond to

[PR] examples/foc: get iphase scale from the FOC device interface [nuttx-apps]

2023-11-15 Thread via GitHub
raiden00pl opened a new pull request, #2196: URL: https://github.com/apache/nuttx-apps/pull/2196 ## Summary examples/foc: get iphase scale from the FOC device interface ## Impact ## Testing CI -- This is an automated message from the Apache Git Service. To respond t

[PR] sched/sem_holder.c: When accessing SEM_WAITLIST, use holder's addrenv [nuttx]

2023-11-15 Thread via GitHub
pussuw opened a new pull request, #11191: URL: https://github.com/apache/nuttx/pull/11191 ## Summary If the semaphore is shared, the holder has put its own mmapped address to pholder->sem. This means we must switch to the holder's address environment when going through the held semaphore

[PR] arch/dumponexit: unify dump on exit to common code [nuttx]

2023-11-15 Thread via GitHub
anchao opened a new pull request, #11190: URL: https://github.com/apache/nuttx/pull/11190 ## Summary arch/dumponexit: unify dump on exit to common code remove arch implement and move to common code ## Impact N/A ## Testing ci-check -- This

Re: [PR] task/pthread_cancelpt: Move cancel point handling to libc, data to TLS [nuttx]

2023-11-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #11165: URL: https://github.com/apache/nuttx/pull/11165#discussion_r1393798174 ## sched/pthread/pthread_condclockwait.c: ## @@ -104,7 +105,7 @@ int pthread_cond_clockwait(FAR pthread_cond_t *cond, else if (!abstime) { - ret