Re: [PR] modlib: preprocess gnu-elf.ld for executable ELF [nuttx]

2025-01-10 Thread via GitHub
yf13 commented on code in PR #15444: URL: https://github.com/apache/nuttx/pull/15444#discussion_r1911923820 ## libs/libc/Makefile: ## @@ -183,6 +183,10 @@ context:: bin kbin ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y) $(Q) $(MAKE) -C zoneinfo context BIN=$(BIN) endif +ifeq

Re: [PR] Support for the mouse ioctl interface [nuttx]

2025-01-10 Thread via GitHub
terry0012 commented on PR #15205: URL: https://github.com/apache/nuttx/pull/15205#issuecomment-2585125824 remove #ifdef/#else around the public struct, macro and function from .h is also other option to solve this problem, How do you think? @acassis -- This is an automated message fr

Re: [PR] Support for the mouse ioctl interface [nuttx]

2025-01-10 Thread via GitHub
terry0012 commented on PR #15205: URL: https://github.com/apache/nuttx/pull/15205#issuecomment-2585125159 > @raiden00pl @PetteriAimonen @lupyuen please take a look. > > I think since now the user will be able to see and enable the Mouse, Touchscreen and Keyboard we need to have the de

Re: [PR] testing/nettest: Add utils directory and two tcp testcases to the testing framework [nuttx-apps]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #2941: URL: https://github.com/apache/nuttx-apps/pull/2941#issuecomment-2585116192 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requiremen

[PR] testing/nettest: Add utils directory and two tcp testcases to the testing framework [nuttx-apps]

2025-01-10 Thread via GitHub
zs39 opened a new pull request, #2941: URL: https://github.com/apache/nuttx-apps/pull/2941 ## Summary Based on the original directory structure, an additional utils directory is added. It store public functions which used by multiple testcases, such as the tcp server-related function

Re: [PR] mempool: addbacktrace should be before kasan_unpoison [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on PR #15497: URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585083824 or we should also add a backtrace to mempool when it is free. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] risc-v: Accelerate schedule by percpu [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15081: URL: https://github.com/apache/nuttx/pull/15081#issuecomment-2585073959 @no1wudi let's continue on this work? -- 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

Re: [PR] build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /Documentation [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 closed pull request #15465: build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /Documentation URL: https://github.com/apache/nuttx/pull/15465 -- 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 g

(nuttx) branch dependabot/pip/Documentation/jinja2-3.1.5 deleted (was 1f336f0f33)

2025-01-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/jinja2-3.1.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git was 1f336f0f33 build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /Documentation The

Re: [PR] build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /Documentation [nuttx]

2025-01-10 Thread via GitHub
dependabot[bot] commented on PR #15465: URL: https://github.com/apache/nuttx/pull/15465#issuecomment-2585073829 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

Re: [PR] sched: replace all spin_lock_irqsave to spin_lock_irqsave_wo_note in sched dir [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15439: URL: https://github.com/apache/nuttx/pull/15439#issuecomment-2585073001 but only the part which interact with sched_note need swtich to _wo_note version, using _wo_note blinkly will lose the insight into these components. -- This is an automated mes

Re: [PR] mempool: addbacktrace should be before kasan_unpoison [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on PR #15497: URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585071820 > > If thread 1 is executing kasan_unpoison but a scheduling occurs and the block is trampled upon, the displayed backtracking may still be from the previously allocated backtracking >

Re: [PR] macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15455: URL: https://github.com/apache/nuttx/pull/15455#issuecomment-2585071162 @W-M-R please rebase and fix ci error. -- 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

Re: [PR] modlib: preprocess gnu-elf.ld for executable ELF [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #15444: URL: https://github.com/apache/nuttx/pull/15444#discussion_r1911883226 ## libs/libc/Makefile: ## @@ -183,6 +183,10 @@ context:: bin kbin ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y) $(Q) $(MAKE) -C zoneinfo context BIN=$(BIN) e

Re: [PR] mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15461: URL: https://github.com/apache/nuttx/pull/15461#issuecomment-2585069029 please fix the conflict -- 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 specifi

Re: [PR] wqueue remove enter_critical_section [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #14623: URL: https://github.com/apache/nuttx/pull/14623#issuecomment-2585068714 @hujun260 many comments aren't addressed in the new reversion yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #15126: URL: https://github.com/apache/nuttx/pull/15126#discussion_r1911881004 ## sched/pthread/pthread_mutex.c: ## @@ -38,6 +38,12 @@ #include "sched/sched.h" #include "pthread/pthread.h" +/

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #15126: URL: https://github.com/apache/nuttx/pull/15126#discussion_r1911881004 ## sched/pthread/pthread_mutex.c: ## @@ -38,6 +38,12 @@ #include "sched/sched.h" #include "pthread/pthread.h" +/

Re: [PR] mempool: addbacktrace should be before kasan_unpoison [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15497: URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585066469 > If thread 1 is executing kasan_unpoison but a scheduling occurs and the block is trampled upon, the displayed backtracking may still be from the previously allocated backtrackin

(nuttx) branch master updated (1d8ce18d7f -> 91c71ed00a)

2025-01-10 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 1d8ce18d7f macro/align: Fix ALIGN_UP and ALIGN_DOWN add 91c71ed00a mm: Add mm_lock_irq, mm_unlock_iq No new re

Re: [PR] mm: Add mm_lock_irq, mm_unlock_iq [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15490: URL: https://github.com/apache/nuttx/pull/15490 -- 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/usbserial: Fix style issues in host.c [nuttx-apps]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #2940: URL: https://github.com/apache/nuttx-apps/pull/2940 -- 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] macro/align: Fix ALIGN_UP and ALIGN_DOWN [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15493: URL: https://github.com/apache/nuttx/pull/15493 -- 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] Add Timer Support to STM32H5 ADC Driver [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15495: URL: https://github.com/apache/nuttx/pull/15495 -- 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: Add Timer Support to STM32H5 ADC Driver

2025-01-10 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 558fe83f6d Add Timer Support to STM32H5 ADC Dr

Re: [PR] mempool: addbacktrace should be before kasan_unpoison [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on PR #15497: URL: https://github.com/apache/nuttx/pull/15497#issuecomment-2585050488 @anjiahao1 Is it possible that this problem may occur? -- 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

[PR] mempool: addbacktrace should be before kasan_unpoison [nuttx]

2025-01-10 Thread via GitHub
W-M-R opened a new pull request, #15497: URL: https://github.com/apache/nuttx/pull/15497 ## Summary If thread 1 is executing kasan_unpoison but a scheduling occurs and the block is trampled upon, the displayed backtrace might still be the backtrace from the time of allocation.

Re: [PR] modlib: preprocess gnu-elf.ld for executable ELF [nuttx]

2025-01-10 Thread via GitHub
yf13 commented on PR #15444: URL: https://github.com/apache/nuttx/pull/15444#issuecomment-2584993105 @acassis, thanks. Here I tried `sim:elf`. by default ELF type is relocatable and it works. I then tried to blindly enable BINFMT_ELF_EXECUTABLE after selecting `ARCH_HAVE_ELF_EX

Re: [PR] examples/usbserial: Fix style issues in host.c [nuttx-apps]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #2940: URL: https://github.com/apache/nuttx-apps/pull/2940#issuecomment-2584969957 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes. While the PR lacks specific build/target info,

(nuttx-website) branch asf-site updated: Publishing web: c9485a98e52c59e17f5874dcfcda910d849854c2 docs: 7c7a64c84c3fe1db492ff84c727e15dd4f82f147

2025-01-10 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 5ea1c7ed6 Publishing web: c9485a9

Re: [I] PWM driver refactorization? [nuttx]

2025-01-10 Thread via GitHub
michallenc commented on issue #12381: URL: https://github.com/apache/nuttx/issues/12381#issuecomment-2584700129 > > We may have special pwm_freq type that would be either some uint or float, but it should definitely be configurable as NuttX supports devices without native float/double. >

Re: [PR] drivers/sensors/bmi088: add driver for Bosch BMI088 IMU [nuttx]

2025-01-10 Thread via GitHub
acassis commented on code in PR #15496: URL: https://github.com/apache/nuttx/pull/15496#discussion_r1911418457 ## drivers/sensors/bmi088.c: ## @@ -0,0 +1,442 @@ +/ + * drivers/sensors/bmi088.c + * + * SP

Re: [PR] drivers/sensors/bmi088: add driver for Bosch BMI088 IMU [nuttx]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #15496: URL: https://github.com/apache/nuttx/pull/15496#issuecomment-2583928330 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR mostly meets the NuttX requirements, but could

[PR] drivers/sensors/bmi088: add driver for Bosch BMI088 IMU [nuttx]

2025-01-10 Thread via GitHub
JerrySlhao opened a new pull request, #15496: URL: https://github.com/apache/nuttx/pull/15496 drivers/sensors/bmi088: add bmi088 driver. ## Summary Increase the driver of BMI088, convenient for everyone to use. Can open it using the device file interface or use the uorb interfa

Re: [PR] Add Timer Support to STM32H5 ADC Driver [nuttx]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #15495: URL: https://github.com/apache/nuttx/pull/15495#issuecomment-2583736034 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR mostly meets the NuttX requirements, but needs

[PR] Add Timer Support to STM32H5 ADC Driver [nuttx]

2025-01-10 Thread via GitHub
kywwilson11 opened a new pull request, #15495: URL: https://github.com/apache/nuttx/pull/15495 ## Summary Added support for using timers with ADCs. Based on STM32H7 implementation. Updated Kconfig to support TRGO2, although support for TRGO and TRGO2 as triggers is not developed yet.

(nuttx) branch master updated: kconfiglib/mark: It should use pip instead of apt install

2025-01-10 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 The following commit(s) were added to refs/heads/master by this push: new 7c7a64c84c kconfiglib/mark: It should use pip in

Re: [PR] kconfiglib/mark: It should use pip instead of apt install [nuttx]

2025-01-10 Thread via GitHub
acassis merged PR #15494: URL: https://github.com/apache/nuttx/pull/15494 -- 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

Re: [PR] tools/nxstyle.c: Add missing zlib function names to white list [nuttx]

2025-01-10 Thread via GitHub
acassis merged PR #15492: URL: https://github.com/apache/nuttx/pull/15492 -- 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: tools/nxstyle.c: Add missing zlib function names to white list

2025-01-10 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 The following commit(s) were added to refs/heads/master by this push: new f2a88059e7 tools/nxstyle.c: Add missing zlib fun

[PR] kconfiglib/mark: It should use pip instead of apt install [nuttx]

2025-01-10 Thread via GitHub
W-M-R opened a new pull request, #15494: URL: https://github.com/apache/nuttx/pull/15494 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary kconfiglib/mark: It should use pip instead of apt install

Re: [PR] macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on code in PR #15455: URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910491897 ## libs/libbuiltin/libgcc/profile.c: ## @@ -288,13 +284,13 @@ void moncontrol(int mode) if (mode) { - uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext, +

[PR] macro/align: Fix ALIGN_UP and ALIGN_DOWN [nuttx]

2025-01-10 Thread via GitHub
W-M-R opened a new pull request, #15493: URL: https://github.com/apache/nuttx/pull/15493 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary macro/align: Fix ALIGN_UP and ALIGN_DOWN ## Impact

Re: [PR] macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on code in PR #15455: URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910526642 ## libs/libbuiltin/libgcc/profile.c: ## @@ -288,13 +284,13 @@ void moncontrol(int mode) if (mode) { - uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext, +

Re: [PR] modlib: preprocess gnu-elf.ld for executable ELF [nuttx]

2025-01-10 Thread via GitHub
acassis commented on PR #15444: URL: https://github.com/apache/nuttx/pull/15444#issuecomment-2582918473 Hi yf13, ELF works in flat mode as well: https://www.youtube.com/watch?v=oL6KAgkTb8M Unless some recent modification has changed it. BR, Alan On Th

Re: [PR] macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on code in PR #15455: URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910496131 ## libs/libbuiltin/libgcc/profile.c: ## @@ -288,13 +284,13 @@ void moncontrol(int mode) if (mode) { - uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext, +

Re: [PR] macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly [nuttx]

2025-01-10 Thread via GitHub
W-M-R commented on code in PR #15455: URL: https://github.com/apache/nuttx/pull/15455#discussion_r1910491897 ## libs/libbuiltin/libgcc/profile.c: ## @@ -288,13 +284,13 @@ void moncontrol(int mode) if (mode) { - uintptr_t lowpc = ROUNDDOWN((uintptr_t)&_stext, +

Re: [PR] add bmi088 driver. [nuttx]

2025-01-10 Thread via GitHub
JerrySlhao closed pull request #15483: add bmi088 driver. URL: https://github.com/apache/nuttx/pull/15483 -- 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] add bmi088 driver. [nuttx]

2025-01-10 Thread via GitHub
JerrySlhao closed pull request #15483: add bmi088 driver. URL: https://github.com/apache/nuttx/pull/15483 -- 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] wqueue remove enter_critical_section [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #14623: URL: https://github.com/apache/nuttx/pull/14623#discussion_r1843059425 ## sched/wqueue/wqueue.h: ## @@ -126,6 +129,8 @@ extern struct hp_wqueue_s g_hpwork; extern struct lp_wqueue_s g_lpwork; #endif +extern spinlock_t g_wqueue_

Re: [PR] sched: remove spin_lock_irqsave(NULL) support [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15324: URL: https://github.com/apache/nuttx/pull/15324 -- 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] add bmi088 driver. [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15483: URL: https://github.com/apache/nuttx/pull/15483#issuecomment-2582833597 please try: git rebase --interactive HEAD~5...HEAD and change pick to squash -- This is an automated message from the Apache Git Service. To respond to the message, please

(nuttx-apps) branch master updated: examples: New app to build Rust with Cargo

2025-01-10 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 f7e745380 examples: New app to build Rust

Re: [PR] examples: New app to build Rust with Cargo [nuttx-apps]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #2487: URL: https://github.com/apache/nuttx-apps/pull/2487 -- 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] tools/nxstyle.c: Add missing zlib function names to white list [nuttx]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #15492: URL: https://github.com/apache/nuttx/pull/15492#issuecomment-2582753274 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

Re: [PR] add bmi088 driver. [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #15483: URL: https://github.com/apache/nuttx/pull/15483#issuecomment-2582751873 @JerrySlhao please squash your patch into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[PR] tools/nxstyle.c: Add missing zlib function names to white list [nuttx]

2025-01-10 Thread via GitHub
no1wudi opened a new pull request, #15492: URL: https://github.com/apache/nuttx/pull/15492 ## Summary The zlib compression functions are used in network utilities for compression/decompression. These functions need to be added to the nxstyle white list to prevent style ch

(nuttx-apps) branch master updated: Remove unused header files across multiple source files

2025-01-10 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 ffd256d32 Remove unused header files acro

Re: [PR] Remove unused header files across multiple source files [nuttx-apps]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #2939: URL: https://github.com/apache/nuttx-apps/pull/2939 -- 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] use small lock to protect g_ram_vectors [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15429: URL: https://github.com/apache/nuttx/pull/15429 -- 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: use small lock in following files:

2025-01-10 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 d84ba608a1 use small lock in following files:

Re: [PR] use small lock in following files [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15426: URL: https://github.com/apache/nuttx/pull/15426 -- 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] armv7-a/Toolchain.defs: Update LLVM arch type to thumbv7a [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15488: URL: https://github.com/apache/nuttx/pull/15488 -- 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: armv7-a/Toolchain.defs: Update LLVM arch type to thumbv7a

2025-01-10 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 58c95f5d85 armv7-a/Toolchain.defs: Update LLVM

Re: [PR] use small lock to protect register about l2cc in arch "arm" [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15430: URL: https://github.com/apache/nuttx/pull/15430 -- 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] drivers/usbdev/cdcacm.c: Fix a crash in cdcacm if usbdev gets unregistered while client calls close for the tty [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15485: URL: https://github.com/apache/nuttx/pull/15485 -- 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: stressapptest: Add download step

2025-01-10 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 a5a93c0a1 stressapptest: Add download ste

Re: [PR] stressapptest: Add download step [nuttx-apps]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #2938: URL: https://github.com/apache/nuttx-apps/pull/2938 -- 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] esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15487: URL: https://github.com/apache/nuttx/pull/15487 -- 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: rv-virt:citest64: Bump CONFIG_SYSTEM_POPEN_STACKSIZE

2025-01-10 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 b2735751d1 rv-virt:citest64: Bump CONFIG_SYSTE

Re: [PR] rv-virt:citest64: Bump CONFIG_SYSTEM_POPEN_STACKSIZE [nuttx]

2025-01-10 Thread via GitHub
xiaoxiang781216 merged PR #15489: URL: https://github.com/apache/nuttx/pull/15489 -- 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

[I] [BUG] Mirror of NuttX: macOS Jobs are in a bad state [nuttx]

2025-01-10 Thread via GitHub
simbit18 opened a new issue, #15491: URL: https://github.com/apache/nuttx/issues/15491 ### Description / Steps to reproduce the issue All Jobs are broken !!! https://github.com/NuttX/nuttx/actions/runs/12685758124 example ``` =

Re: [PR] The placement of cases under testing is a bit messy, and cases of the same type need to be merged [nuttx-apps]

2025-01-10 Thread via GitHub
xiaoxiang781216 commented on PR #2931: URL: https://github.com/apache/nuttx-apps/pull/2931#issuecomment-2582430449 let's split the indpedent change to new pr, so we can progresss step by step. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] The placement of cases under testing is a bit messy, and cases of the same type need to be merged [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2931: URL: https://github.com/apache/nuttx-apps/pull/2931#discussion_r1910196155 ## .gitignore: ## @@ -47,3 +47,4 @@ build .ccls-cache compile_commands.json .aider* +testing/*/Kconfig Review Comment: this is wrong. There is `testing/uni

Re: [PR] mm: Add mm_lock_irq, mm_unlock_iq [nuttx]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #15490: URL: https://github.com/apache/nuttx/pull/15490#issuecomment-2582394135 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does **not** fully meet the NuttX requirements

[PR] mm: Add mm_lock_irq, mm_unlock_iq [nuttx]

2025-01-10 Thread via GitHub
W-M-R opened a new pull request, #15490: URL: https://github.com/apache/nuttx/pull/15490 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary mm: Add mm_lock_irq, mm_unlock_iq ## Impact *Update

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
lupyuen commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582325441 @maxikrie Could you try rebasing with the latest `master` branch? The branch looks rather old (Oct 30). Also the CI Check seems to be running OK for the latest builds. Thanks!

Re: [PR] drivers/serial/serial.c: adapt to the iovec-based api [nuttx]

2025-01-10 Thread via GitHub
yamt commented on PR #14898: URL: https://github.com/apache/nuttx/pull/14898#issuecomment-2582307453 > > > rv-virt/citest64 failure looks like a stack overflow. > > > > > > i was able to reproduce the crash with today's master on local qemu. #15478 > > rebased after #15478

[PR] rv-virt:citest64: Bump CONFIG_SYSTEM_POPEN_STACKSIZE [nuttx]

2025-01-10 Thread via GitHub
yamt opened a new pull request, #15489: URL: https://github.com/apache/nuttx/pull/15489 ## Summary With today's master, according to up_check_tcbstack(), the thread consumes 2432 bytes with examples/popen. ## Impact ## Testing on qemu -- This is an automate

[PR] Remove unused header files across multiple source files [nuttx-apps]

2025-01-10 Thread via GitHub
no1wudi opened a new pull request, #2939: URL: https://github.com/apache/nuttx-apps/pull/2939 ## Summary Clean up code by removing redundant and unused header file includes that were identified through static analysis. This improves code readability and reduces unnecessary depend

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2582278634 does anyone have any idea why CI is returning nxstyle errors unrelated to PR content? https://github.com/user-attachments/assets/5012fd41-a6ec-4836-8ebd-1ba758744002"; />

Re: [PR] esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm [nuttx]

2025-01-10 Thread via GitHub
eren-terzioglu commented on PR #15487: URL: https://github.com/apache/nuttx/pull/15487#issuecomment-2582275910 @xiaoxiang781216, If it is OK for you, you can merge it to fix the issue as soon as possible. For other stuff, discussion can be done in an issue later. -- This is an automated

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910138761 ## examples/nimble_bleprph/nimble_bleprph_main.c: ## @@ -0,0 +1,447 @@ +/ + * apps/exa

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910135097 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,243 @@ +/ + * apps/examples/nimble_bl

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #2807: URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1910132702 ## examples/nimble_blecent/misc.c: ## @@ -0,0 +1,243 @@ +/ + * apps/examples/nimble_bl

Re: [PR] stressapptest: Add download step [nuttx-apps]

2025-01-10 Thread via GitHub
nuttxpr commented on PR #2938: URL: https://github.com/apache/nuttx-apps/pull/2938#issuecomment-2582241860 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does *not* meet the NuttX requirements. The

[PR] stressapptest: Add download step [nuttx-apps]

2025-01-10 Thread via GitHub
W-M-R opened a new pull request, #2938: URL: https://github.com/apache/nuttx-apps/pull/2938 ## Summary None ## Impact None ## Testing None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-10 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2582203674 Hi @tmedicci the promiscuous mode also doesn't seem like a good idea as it would block the normal wifi operation mode. So I was thinking about the following approach: 1. Int

[PR] armv7-a/Toolchain.defs: Update LLVM arch type to thumbv7a [nuttx]

2025-01-10 Thread via GitHub
no1wudi opened a new pull request, #15488: URL: https://github.com/apache/nuttx/pull/15488 ## Summary

[PR] esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm [nuttx]

2025-01-10 Thread via GitHub
eren-terzioglu opened a new pull request, #15487: URL: https://github.com/apache/nuttx/pull/15487 ## Summary Fixes https://github.com/apache/nuttx/issues/15456 Fix misconfigured pins for esp32c6-devkitm - esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm

Re: [I] PWM driver refactorization? [nuttx]

2025-01-10 Thread via GitHub
raiden00pl commented on issue #12381: URL: https://github.com/apache/nuttx/issues/12381#issuecomment-2582149330 > We may have special pwm_freq type that would be either some uint or float, but it should definitely be configurable as NuttX supports devices without native float/double.

(nuttx) branch master updated (9783c88425 -> 6dbdfb3cd5)

2025-01-10 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9783c88425 Initial STM32H5 Timers Commit add f2934935d0 armv7-a.cmake: Improve FPU options table formatting and r

Re: [PR] arch/arm: Add LLVM configuration to CMake [nuttx]

2025-01-10 Thread via GitHub
anchao merged PR #15486: URL: https://github.com/apache/nuttx/pull/15486 -- 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.apach

Re: [I] Simplify PWM driver: remove CONFIG_PWM_MULTICHAN [nuttx]

2025-01-10 Thread via GitHub
raiden00pl closed issue #15436: Simplify PWM driver: remove CONFIG_PWM_MULTICHAN URL: https://github.com/apache/nuttx/issues/15436 -- 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

Re: [I] Simplify PWM driver: remove CONFIG_PWM_MULTICHAN [nuttx]

2025-01-10 Thread via GitHub
raiden00pl commented on issue #15436: URL: https://github.com/apache/nuttx/issues/15436#issuecomment-2582089612 @michallenc I completely forgot about the issue you created :) so there are at least 2 people who see this problem, so I think it's worth fixing. I'm closing this issue, we

Re: [PR] The placement of cases under testing is a bit messy, and cases of the same type need to be merged [nuttx-apps]

2025-01-10 Thread via GitHub
txy-21 commented on PR #2931: URL: https://github.com/apache/nuttx-apps/pull/2931#issuecomment-2582076896 According to this commenthttps://github.com/apache/nuttx-apps/pull/2931#issuecomment-2577992183, this PR does the following: 1.The existing fff framework is not used by anyone, so

Re: [PR] [PATCH] stm32 timers: add set/get prescaler operations and get period operation to ll_ops. [nuttx]

2025-01-10 Thread via GitHub
raiden00pl commented on code in PR #15482: URL: https://github.com/apache/nuttx/pull/15482#discussion_r1910007048 ## arch/arm/src/stm32/stm32_tim.h: ## @@ -40,22 +40,25 @@ /* Helpers **/ -#define STM32_TIM_SETM

Re: [PR] Initial STM32H5 Timers Commit [nuttx]

2025-01-10 Thread via GitHub
raiden00pl merged PR #15472: URL: https://github.com/apache/nuttx/pull/15472 -- 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

(nuttx) branch master updated (e5e9032ea0 -> 9783c88425)

2025-01-10 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from e5e9032ea0 arm64/vector: Reduce two useless instructions add 9783c88425 Initial STM32H5 Timers Commit No new re

Re: [PR] esp32[c3|c6|h2]: Fix misconfigured gpio issue [nuttx]

2025-01-10 Thread via GitHub
eren-terzioglu commented on PR #15480: URL: https://github.com/apache/nuttx/pull/15480#issuecomment-2582054568 > > Hello @xiaoxiang781216, > > I am not happy with you accepting the merge this way. We were discussing an important requirement that the software needs. As it is now, when the

  1   2   >