Re: [PR] checkpatch.sh: add -x option to auto-format Python files. [nuttx]

2025-07-04 Thread via GitHub
zhongzhijie1 commented on PR #16650: URL: https://github.com/apache/nuttx/pull/16650#issuecomment-3038317515 @jerpelea hello -- 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: [PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #16675: URL: https://github.com/apache/nuttx/pull/16675#discussion_r2186496535 ## libs/libc/machine/arm/armv6-m/arch_mcount.S: ## @@ -0,0 +1,48 @@ +/ + * libs/libc

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2186492045 ## drivers/input/touchscreen_upper.c: ## @@ -149,6 +150,11 @@ static int touch_open(FAR struct file *filep) filep->f_priv = openpriv; nxmutex_unlock(&up

Re: [PR] xtensa/espressif: Change LEDC implementation to common one [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 merged PR #16674: URL: https://github.com/apache/nuttx/pull/16674 -- 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: xtensa/espressif: Change LEDC implementation to common for Xtensa based Espressif chips

2025-07-04 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 5991a8c4cc xtensa/espressif: Change LEDC imple

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186287186 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186284177 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186285968 ## sched/sched/sched_setpriority.c: ## @@ -231,8 +223,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #ifdef CONFIG_SMP int c

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186284177 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186284177 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186284177 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

(nuttx-website) branch asf-site updated: Publishing web: 0c4cf723d0c8d4f69b483b914818c60b75ea9da4 docs: 886718ade15c43d479ca5f9cdaa713826b473308

2025-07-04 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 70fdee160 Publishing web: 0c4cf72

[PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-04 Thread via GitHub
JianyuWang0623 opened a new pull request, #16677: URL: https://github.com/apache/nuttx/pull/16677 ## Summary Add mirror/swap support for touchscreen, update drivers/input/ft5x06 and enable touchscreen for "lckfb-szpi-esp32s3:lvgl". 1. driver/touchscreen: Add support for mirror/swap coo

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-04 Thread via GitHub
acassis commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3037032619 > I'm trying to get my hands on a S3-Box, should have one soon so I can test this. Please hold this PR for now. I think this error will happen in any ESP32-S3 board using the USB S

[PR] arch/risc-v: fix I2C timeout and board compilation requirements [nuttx]

2025-07-04 Thread via GitHub
fdcavalcanti opened a new pull request, #16676: URL: https://github.com/apache/nuttx/pull/16676 ## Summary - arch/risc-v: set SCL timeout for esp_i2c.c - boards/risc-v: fix config for SPI and I2C drivers This PR fixes a condition where the I2C clock would timeout due to low

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-04 Thread via GitHub
fdcavalcanti commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3036992421 I'm trying to get my hands on a S3-Box, should have one soon so I can test this. Please hold this PR for now. -- This is an automated message from the Apache Git Service. To respon

Re: [I] [BUG] profile: compilation fails ("cannot honor width suffix") [nuttx]

2025-07-04 Thread via GitHub
Gary-Hobson commented on issue #16655: URL: https://github.com/apache/nuttx/issues/16655#issuecomment-3036821465 @sumpfralle This is due to some incompatible instructions in armv6m. You can try adding this PR to your code. https://github.com/apache/nuttx/pull/16675 Since I don't ha

[PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-04 Thread via GitHub
Gary-Hobson opened a new pull request, #16675: URL: https://github.com/apache/nuttx/pull/16675 ## Summary libc/mcount: add armv6m mcount implementation armv6m does not support the complete Thumb-2 instruction set, resulting in compilation errors CC: dirent/lib_alphasort.c m

[PR] xtensa/espressif: Change LEDC implementation to common for Xtensa bas… [nuttx]

2025-07-04 Thread via GitHub
eren-terzioglu opened a new pull request, #16674: URL: https://github.com/apache/nuttx/pull/16674 ## Summary PWM (LEDC) was not working properly due to miscalculation of clock internals. This PR fixes this issue and enables another features of PWM(LEDC) like clock selection, clock divisi

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185684622 ## sched/sched/sched_setpriority.c: ## @@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, /* A context switch will

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185684622 ## sched/sched/sched_setpriority.c: ## @@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, /* A context switch will

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-04 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036635060 I followed the qemu-armv8a board tutorial to set up the build environment: https://nuttx.apache.org/docs/latest/platforms/arm64/qemu/boards/qemu-armv8a/index.html # Compi

Re: [I] [BUG] profile: compilation fails ("cannot honor width suffix") [nuttx]

2025-07-04 Thread via GitHub
jasonbu commented on issue #16655: URL: https://github.com/apache/nuttx/issues/16655#issuecomment-3036622244 @Gary-Hobson please review this issue -- 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

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-04 Thread via GitHub
acassis commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3036560159 @jiayadong8995 maybe the crash is happening because you are calling usbserial write before the USB serial is enabled. I think it could happen when CONFIG_DEBUG is enabled -- This is an

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-04 Thread via GitHub
acassis commented on code in PR #16662: URL: https://github.com/apache/nuttx/pull/16662#discussion_r2185546254 ## arch/xtensa/src/esp32s3/esp32s3_serial.c: ## @@ -1223,6 +1226,7 @@ void up_putc(int ch) #ifdef CONSOLE_UART esp32s3_lowputc_restore_all_uart_int(CONSOLE_DEV.priv

Re: [PR] Fix: syslog output failure on ESP32-S3-Box [nuttx]

2025-07-04 Thread via GitHub
tmedicci commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3036552032 We are testing internally... -- 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

Re: [PR] sem/trywait/atomic: Fix the try wait abort by interrupted caused false failure report. [nuttx]

2025-07-04 Thread via GitHub
acassis commented on PR #16671: URL: https://github.com/apache/nuttx/pull/16671#issuecomment-3036522155 Added #needs_more_testing because it could have side effects that we don't know it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] xtensa: support more than 32 cpu interrupts [nuttx]

2025-07-04 Thread via GitHub
acassis merged PR #16672: URL: https://github.com/apache/nuttx/pull/16672 -- 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: xtensa: support more than 32 cpu interrupts

2025-07-04 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 886718ade1 xtensa: support more than 32 cpu inte

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3036474072 > In principle, we should not determine whether other cores are in the sched_lock state, because this state is not fixed and can change at any time. Instead, we should modify some global

Re: [PR] xtensa: support more than 32 cpu interrupts [nuttx]

2025-07-04 Thread via GitHub
tmedicci commented on PR #16672: URL: https://github.com/apache/nuttx/pull/16672#issuecomment-3036459234 > Please don't merge it yet. We are running internal testing. Internal testing passed successfully! -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
cederom commented on code in PR #16665: URL: https://github.com/apache/nuttx/pull/16665#discussion_r2185471114 ## Documentation/applications/examples/xedge/index.rst: ## @@ -0,0 +1,114 @@ +``Xedge`` a lightweight Lua-based web framework for building secure, real-time IoT applic

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
cederom commented on code in PR #16665: URL: https://github.com/apache/nuttx/pull/16665#discussion_r2185474525 ## Documentation/platforms/arm64/qemu/boards/qemu-armv8a/index.rst: ## @@ -299,6 +299,70 @@ Running with QEMU + hvf on M1/MacBook Pro (macOS 12.6.1) -mon chardev=

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
cederom commented on code in PR #16665: URL: https://github.com/apache/nuttx/pull/16665#discussion_r2185471114 ## Documentation/applications/examples/xedge/index.rst: ## @@ -0,0 +1,114 @@ +``Xedge`` a lightweight Lua-based web framework for building secure, real-time IoT applic

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-04 Thread via GitHub
cederom commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036400714 Yup :-) GCC 14.2 AARCH64 needs to be used :-) ``` % ./tools/configure.sh -B qemu-armv8a:xedge % gmake -j24 CROSSDEV=aarch64-none-elf- (..) Register: ping Register:

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185451688 ## sched/sched/sched_addreadytorun.c: ## @@ -196,7 +196,7 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) * situation. */ - if (nxsched_islocked_tcb(

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185450555 ## sched/sched/sched_setpriority.c: ## @@ -231,8 +223,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #ifdef CONFIG_SMP int c

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185449179 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-04 Thread via GitHub
cederom commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036348494 Hmm I have this build error on FreeBSD, any hints welcome :-) ``` % ./tools/configure.sh -B qemu-armv8a:xedge % gmake -j24 CROSSDEV=aarch64-none-elf- (..) done Regi

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
cederom commented on code in PR #16665: URL: https://github.com/apache/nuttx/pull/16665#discussion_r2185428343 ## Documentation/applications/examples/xedge/index.rst: ## @@ -0,0 +1,114 @@ +``Xedge`` a lightweight Lua-based web framework for building secure, real-time IoT applic

Re: [I] [BUG] profile: compilation fails ("cannot honor width suffix") [nuttx]

2025-07-04 Thread via GitHub
acassis commented on issue #16655: URL: https://github.com/apache/nuttx/issues/16655#issuecomment-3036249422 @anchao @jasonbu 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 specifi

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185295638 ## sched/sched/sched_mergepending.c: ## @@ -190,96 +190,90 @@ bool nxsched_merge_pending(void) { FAR struct tcb_s *rtcb; FAR struct tcb_s *ptcb; - FAR struct t

Re: [PR] reduce the dup of errno and errno str, add host_errno_convert method [nuttx]

2025-07-04 Thread via GitHub
acassis commented on code in PR #1: URL: https://github.com/apache/nuttx/pull/1#discussion_r2185322071 ## arch/sim/src/sim/posix/sim_errno.c: ## @@ -0,0 +1,336 @@ +/ + * arch/sim/src/sim/posix/si

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
acassis commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3036186139 @JorgeGzm please also include this printscreen in the Documentation, this way user will see what to expect from this example -- This is an automated message from the Apache Git Service.

Re: [PR] example/xedge: Add documentation for `xedge` example program. [nuttx]

2025-07-04 Thread via GitHub
acassis commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3036179991 @JorgeGzm please split this commit in documentation: and boards/qemu: commits to make it easy to be tracked in the Release Notes during the Release phase -- This is an automated messag

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185295638 ## sched/sched/sched_mergepending.c: ## @@ -190,96 +190,90 @@ bool nxsched_merge_pending(void) { FAR struct tcb_s *rtcb; FAR struct tcb_s *ptcb; - FAR struct t

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-04 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036139279 @xiaoxiang781216 Could you check if there's anything else that needs to be fixed. In the PR https://github.com/apache/nuttx/pull/16665 I added an example of how to use xedge wi

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-04 Thread via GitHub
acassis commented on code in PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#discussion_r2185285286 ## examples/xedge/Kconfig: ## @@ -0,0 +1,49 @@ +# +# Xedge IoT Toolkit - NuttX Kconfig integration +# +# Xedge is an embedded software toolkit designed to enable hig

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3036131751 In principle, we should not determine whether other cores are in the sched_lock state, because this state is not fixed and can change at any time. Instead, we should modify some global o

Re: [PR] xtensa: support more than 32 cpu interrupts [nuttx]

2025-07-04 Thread via GitHub
tmedicci commented on code in PR #16672: URL: https://github.com/apache/nuttx/pull/16672#discussion_r2185237536 ## arch/xtensa/src/common/xtensa_int_handlers.S: ## @@ -219,7 +321,7 @@ _xtensa_level1_handler: * area in a2. */ - dispatch_c_isr 1 XCHAL_IN

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185251309 ## sched/sched/sched_addreadytorun.c: ## @@ -196,7 +196,7 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) * situation. */ - if (nxsched_islocked_tcb(

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185242444 ## sched/sched/sched_addreadytorun.c: ## @@ -196,7 +196,7 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) * situation. */ - if (nxsched_islocked_tcb(

Re: [PR] xtensa: support more than 32 cpu interrupts [nuttx]

2025-07-04 Thread via GitHub
tmedicci commented on code in PR #16672: URL: https://github.com/apache/nuttx/pull/16672#discussion_r2185237536 ## arch/xtensa/src/common/xtensa_int_handlers.S: ## @@ -219,7 +321,7 @@ _xtensa_level1_handler: * area in a2. */ - dispatch_c_isr 1 XCHAL_IN

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185217336 ## sched/sched/sched_setpriority.c: ## @@ -231,8 +223,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #ifdef CONFIG_SMP int c

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2185205538 ## sched/sched/sched_setpriority.c: ## @@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, #endif if (nxsched_reprio

Re: [PR] reduce the dup of errno and errno str, add host_errno_convert method [nuttx]

2025-07-04 Thread via GitHub
jasonbu commented on code in PR #1: URL: https://github.com/apache/nuttx/pull/1#discussion_r2185203130 ## arch/sim/src/sim/win/sim_errno.c: ## @@ -0,0 +1,37 @@ +/ + * arch/sim/src/sim/win/sim_err

Re: [PR] netutils/thttpd: fix broken cgi and fixup kconfig [nuttx-apps]

2025-07-04 Thread via GitHub
TimJTi commented on PR #3119: URL: https://github.com/apache/nuttx-apps/pull/3119#issuecomment-3035914031 > If the new PR doesn't have the build break, your change is fine Sorry - I hadn't properly rebased by branch to latest upstream so it had a mix of upstream/master and my own chan

Re: [PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3035898054 I realized that sched_mergepending didn't re-check the minimum priority after every loop. So added that... -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
Javinator9889 commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035561745 > > > I have the feeling this is breaking the mqueues under certain conditions - for example, heavy load. We were using NuttX 12.1.0 and we've updated to 12.9.0. We've reached a sit

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
Javinator9889 commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035420379 I don't have a detailed backtrace of the deadlock - sorry. I was checking with `ps` on NSH and found that the producer thread was stuck on `MQNOTFULL` and the consumer was on `MQNOT

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
GUIDINGLI commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035423487 > > I have the feeling this is breaking the mqueues under certain conditions - for example, heavy load. We were using NuttX 12.1.0 and we've updated to 12.9.0. We've reached a situation

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
GUIDINGLI commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035410289 > I have the feeling this is breaking the mqueues under certain conditions - for example, heavy load. We were using NuttX 12.1.0 and we've updated to 12.9.0. We've reached a situation w

(nuttx) branch master updated: arch/arm/stm32f0l0g0/adc: move ADC_MAX_SAMPLES to Kconfig

2025-07-04 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 b2158c8e3c arch/arm/stm32f0l0g0/adc: move ADC_

Re: [PR] arch/arm/stm32f0l0g0/adc: move ADC_MAX_SAMPLES to Kconfig [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 merged PR #16670: URL: https://github.com/apache/nuttx/pull/16670 -- 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] reduce the dup of errno and errno str, add host_errno_convert method [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #1: URL: https://github.com/apache/nuttx/pull/1#discussion_r2184938694 ## arch/sim/src/sim/win/sim_errno.c: ## @@ -0,0 +1,37 @@ +/ + * arch/sim/src/sim/win

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035295859 @GUIDINGLI could you look at this problem. -- 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 t

[PR] Fix smp scheduling [nuttx]

2025-07-04 Thread via GitHub
jlaitine opened a new pull request, #16673: URL: https://github.com/apache/nuttx/pull/16673 ## Summary This fixes scheduling issues found in both code review and testing. The main issues started with nxsched_addreadytorun putting tasks to the pending list on wrong basis; basically ch

Re: [PR] mqueue: refactor of mqueue [nuttx]

2025-07-04 Thread via GitHub
Javinator9889 commented on PR #13413: URL: https://github.com/apache/nuttx/pull/13413#issuecomment-3035103660 I have the feeling this is breaking the mqueues under certain conditions - for example, heavy load. We were using NuttX 12.1.0 and we've updated to 12.9.0. We've reached a situation

[PR] xtensa: support more than 32 cpu interrupts [nuttx]

2025-07-04 Thread via GitHub
chirping78 opened a new pull request, #16672: URL: https://github.com/apache/nuttx/pull/16672 ## Summary The architecture defines maximum of 128 interrupts, whereas previous code only supported 32 interrupts. For every 32 interrupts added, there are three additional registers: `INTE

Re: [PR] arch/arm/stm32f0l0g0/adc: move ADC_MAX_SAMPLES to Kconfig [nuttx]

2025-07-04 Thread via GitHub
raiden00pl commented on code in PR #16670: URL: https://github.com/apache/nuttx/pull/16670#discussion_r2184573694 ## arch/arm/src/stm32f0l0g0/Kconfig: ## @@ -3596,6 +3596,18 @@ config STM32F0L0G0_ADC1_RESOLUTION ---help--- ADC1 resolution. 0 - 12 bit, 1 -