Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
cuiziwei1 closed issue #15063: [BUG] https://github.com': No such device or address> URL: https://github.com/apache/nuttx/issues/15063 -- 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 com

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
anchao commented on code in PR #15073: URL: https://github.com/apache/nuttx/pull/15073#discussion_r1872694450 ## arch/arm/src/armv8-m/arm_doirq.c: ## @@ -67,6 +67,21 @@ void exception_direct(void) } } +static inline_function bool store_context(int irq, uint32_t *regs) R

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
anchao commented on code in PR #15073: URL: https://github.com/apache/nuttx/pull/15073#discussion_r1872694450 ## arch/arm/src/armv8-m/arm_doirq.c: ## @@ -67,6 +67,21 @@ void exception_direct(void) } } +static inline_function bool store_context(int irq, uint32_t *regs) R

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
jasonbu commented on code in PR #15073: URL: https://github.com/apache/nuttx/pull/15073#discussion_r1872671751 ## arch/arm/src/armv6-m/arm_doirq.c: ## @@ -56,6 +56,17 @@ void exception_direct(void) } } +static inline_function bool restore_context(int irq, uint32_t *regs)

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
jasonbu commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2522250266 also influence this issue #14514 -- 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 speci

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2522245287 [**\[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 requirements.

[PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-05 Thread via GitHub
hujun260 opened a new pull request, #15073: URL: https://github.com/apache/nuttx/pull/15073 ## Summary fix regresion from https://github.com/apache/nuttx/pull/14881 reason: svc call may trigger hardfalt ## Impact armv6-m armv7-m armv8-m ## Testing ci

Re: [I] [BUG] hardware timers broken for ARM devices [nuttx]

2024-12-05 Thread via GitHub
jasonbu commented on issue #14514: URL: https://github.com/apache/nuttx/issues/14514#issuecomment-258268 @hujun260 please review this issue, my local enviroment also reproduce the issue. but if open CONFIG_ARCH_IRQPRIO, the case can passed(fix caused by https://github.com/apache/nutt

Re: [I] [BUG] tools/esp32/backtrace.gdbscript needs an update [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #14888: URL: https://github.com/apache/nuttx/issues/14888#issuecomment-2522201854 yes, but it has much more functionality than backtrace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [BUG] tools/esp32/backtrace.gdbscript needs an update [nuttx]

2024-12-05 Thread via GitHub
yamt commented on issue #14888: URL: https://github.com/apache/nuttx/issues/14888#issuecomment-2522197183 > maybe you can try the enhanced version here: https://github.com/apache/nuttx/tree/master/tools/gdb does it have a similar backtrace functionality which can work for esp32? (i

Re: [PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-05 Thread via GitHub
yjq91115 commented on PR #15069: URL: https://github.com/apache/nuttx/pull/15069#issuecomment-2522193604 > please remove Gerrit Change-ID's before submitting upstream. Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] [BUG] cmake-based build should not modify CMAKE_CURRENT_SOURCE_DIR [nuttx]

2024-12-05 Thread via GitHub
yamt commented on issue #14952: URL: https://github.com/apache/nuttx/issues/14952#issuecomment-2522195349 a problem is that sometimes it prevents users from using multiple build dirs with a single source tree. eg. when fetched data is configuration-dependent. (different versions, differe

Re: [I] [BUG] SMP signal dispatch seems racy [nuttx]

2024-12-05 Thread via GitHub
yamt commented on issue #14807: URL: https://github.com/apache/nuttx/issues/14807#issuecomment-2522189625 > > a cross call releases the critical section before calling up_schedule_sigaction. thus racy. > > The vulnerability appears to be persistent, even if up_schedule_sigaction is c

(nuttx) branch master updated: boards: Update configs about system/usbmsc

2024-12-05 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 0481533833 boards: Update configs about system

Re: [PR] boards: Update configs about system/usbmsc [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15070: URL: https://github.com/apache/nuttx/pull/15070 -- 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] boards: Update configs about system/usbmsc [nuttx]

2024-12-05 Thread via GitHub
JianyuWang0623 commented on PR #15070: URL: https://github.com/apache/nuttx/pull/15070#issuecomment-2522077348 Unrelated error ``` Configuration/Tool: esp32-devkitc/nxdiag 2024-12-06 03:10:44

Re: [PR] virtio: Fix the problem of incorrect setting of virtio queue address under label kasan [nuttx]

2024-12-05 Thread via GitHub
lupyuen commented on PR #15045: URL: https://github.com/apache/nuttx/pull/15045#issuecomment-2522074448 Sorry @W-M-R `rv-virt/virt_nsh` fails to build due to a pointer cast error (from nuttx-dashboard.org) https://github.com/NuttX/nuttx/actions/runs/12188258880/job/34000958824#step:7:485

Re: [PR] configs: Add defconfigs for esp-sparrow-kit [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15051: URL: https://github.com/apache/nuttx/pull/15051 -- 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] [BUG] smp ostest fails randomly with message `signest_test: ERROR x ODD signals were nested` [nuttx]

2024-12-05 Thread via GitHub
chirping78 commented on issue #15059: URL: https://github.com/apache/nuttx/issues/15059#issuecomment-2522025314 > The failing rate is about 1/10, i.e. out of 10 times running `ostest`, 1 times it fails with above error message. @tmedicci As above statement, the failing rate is about 1

Re: [PR] pci: fix pci dev alloc bridge mem error [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15071: URL: https://github.com/apache/nuttx/pull/15071#issuecomment-2522019855 [**\[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 as

(nuttx) branch master updated (1e49cb4828 -> e6a01a0167)

2024-12-05 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 1e49cb4828 armv7-a/armv7-r/armv8-r: percpu reg store this_task add 666d55a8f4 Add configs for esp-sparrow-kit

Re: [PR] arch/arm64: mem barrier interface Align with riscv [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15072: URL: https://github.com/apache/nuttx/pull/15072#issuecomment-2522018557 [**\[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 ye

Re: [PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on PR #15069: URL: https://github.com/apache/nuttx/pull/15069#issuecomment-2522017588 please remove Gerrit Change-ID's before submitting upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] arch/arm64: mem barrier interface Align with riscv [nuttx]

2024-12-05 Thread via GitHub
lipengfei28 opened a new pull request, #15072: URL: https://github.com/apache/nuttx/pull/15072 arch/arm64: mem barrier interface Align with riscv ## Impact *Update this section, where applicable, on how change affects users, build process, hardware, documentation, security,

[PR] pci: fix pci dev alloc bridge mem error [nuttx]

2024-12-05 Thread via GitHub
lipengfei28 opened a new pull request, #15071: URL: https://github.com/apache/nuttx/pull/15071 fix pci dev alloc bridge mem error ## Impact *Update this section, where applicable, on how change affects users, build process, hardware, documentation, security, compatibility, e

Re: [PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15069: URL: https://github.com/apache/nuttx/pull/15069#issuecomment-2521941526 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) ## Does this PR meet the NuttX Requirements? **N

Re: [PR] boards: Update config about system/usbmsc [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15070: URL: https://github.com/apache/nuttx/pull/15070#issuecomment-2521940393 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX requiremen

[PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-05 Thread via GitHub
yjq91115 opened a new pull request, #15069: URL: https://github.com/apache/nuttx/pull/15069 ## Summary When dns uses tcp for transmission, it is easy to exceed RECV_BUFFER_SIZE, causing resolution failure. Therefore a macro was added to limit whether this feature is enabled or not.

[PR] boards: Update config about system/usbmsc [nuttx]

2024-12-05 Thread via GitHub
JianyuWang0623 opened a new pull request, #15070: URL: https://github.com/apache/nuttx/pull/15070 ## Summary Update config about system/usbmsc. The Kconfig of system/usbmsc has updated to support setting paths that bind to LUN at runtime. More details: https://github.com/apache/nut

Re: [PR] Adjust the LIN flag [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15068: URL: https://github.com/apache/nuttx/pull/15068#issuecomment-2521924651 [**\[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] Adjust the LIN flag [nuttx]

2024-12-05 Thread via GitHub
wangxiaoxin1 opened a new pull request, #15068: URL: https://github.com/apache/nuttx/pull/15068 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary * 1.Because can_frame does not have the flag member, ma

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2521898123 could you split the fix from https://github.com/apache/nuttx-apps/pull/2879? so we can merge it as fast as possible. -- This is an automated message from the Apache Git Ser

(nuttx) branch master updated: armv7-a/armv7-r/armv8-r: percpu reg store this_task

2024-12-05 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 1e49cb4828 armv7-a/armv7-r/armv8-r: percpu reg

Re: [PR] armv7-a/armv7-r/armv8-r: percpu reg store this_task [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15058: URL: https://github.com/apache/nuttx/pull/15058 -- 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] [BUG] Crash Introduced when calling app from nsh [nuttx]

2024-12-05 Thread via GitHub
hujun260 commented on issue #15065: URL: https://github.com/apache/nuttx/issues/15065#issuecomment-2521887930 > @hujun260 please take a look, any idea why your PR could have introduced this issue? ok Let me analyze this issue -- This is an automated message from the Apache Git Serv

(nuttx) branch master updated (f2b4ab283f -> 497c9b9309)

2024-12-05 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 f2b4ab283f cmake(bugfix):fix CMake build break on MacOS add 497c9b9309 Update cdc.h typo No new revisions were

Re: [PR] arch/arm: migrate to SPDX identifier [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15066: URL: https://github.com/apache/nuttx/pull/15066 -- 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] Update cdc.h to fix typo in the comments [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15067: URL: https://github.com/apache/nuttx/pull/15067 -- 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] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#discussion_r1872416554 ## interpreters/python/Makefile: ## @@ -0,0 +1,165 @@ + +# apps/interpreters/pyth

(nuttx-apps) branch master updated: system/usbmsc: Add support for setting paths that bind to LUN at runtime

2024-12-05 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 b08c29617 system/usbmsc: Add support for

Re: [PR] system/usbmsc: Add support for setting paths bind to LUN at runtime [nuttx-apps]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #2876: URL: https://github.com/apache/nuttx-apps/pull/2876 -- 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] system/usbmsc: Add support for setting paths bind to LUN at runtime [nuttx-apps]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on PR #2876: URL: https://github.com/apache/nuttx-apps/pull/2876#issuecomment-2521849477 let's ignore it. -- 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 co

(nuttx-website) branch asf-site updated: Publishing web: b0df2aeab6e41e7f7f2ff29ca7dee29d2f62f031 docs: f2b4ab283f8f9d2bbd434b2fc66cb7bfcded5fa5

2024-12-05 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 241fb2e80 Publishing web: b0df2ae

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
fdcavalcanti commented on PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#issuecomment-2521817644 This is awesome. For the future, I think a good addition would be having the test directory available, so we can the interpreter unit tests in target. Since those are available

[PR] Update cdc.h to fix typo in the comments [nuttx]

2024-12-05 Thread via GitHub
annerajb opened a new pull request, #15067: URL: https://github.com/apache/nuttx/pull/15067 Fixed typo *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why

Re: [PR] configs: Add defconfigs for esp-sparrow-kit [nuttx]

2024-12-05 Thread via GitHub
andreeaThePenguin commented on PR #15051: URL: https://github.com/apache/nuttx/pull/15051#issuecomment-2521318273 Hi @acassis, I will include a short description of the board in the Documentation later, similar to the boards in the link. I will also add information on the submitted profiles

Re: [PR] configs: Add defconfigs for esp-sparrow-kit [nuttx]

2024-12-05 Thread via GitHub
andreeaThePenguin commented on code in PR #15051: URL: https://github.com/apache/nuttx/pull/15051#discussion_r1872010569 ## boards/xtensa/esp32/esp32-sparrow-kit/configs/mqttc/defconfig: ## @@ -0,0 +1,147 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can

Re: [I] [BUG] smp ostest fails randomly with message `signest_test: ERROR x ODD signals were nested` [nuttx]

2024-12-05 Thread via GitHub
tmedicci commented on issue #15059: URL: https://github.com/apache/nuttx/issues/15059#issuecomment-2521247778 > @tmedicci could you look at this problem? We are evaluating Xtensa ESP SMP capability and stability. I will test it locally. Our CI didn't show any problem related to that

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
tmedicci commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2521240966 I'm testing https://github.com/apache/nuttx/issues/15063#issuecomment-2520403890 to solve this issue. It didn't fail running the CI locally. -- This is an automated message from

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
tmedicci commented on PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#issuecomment-2521209082 > Error for `esp32-devkitc:nxdiag` does not seem to be related to this PR ([#2879 (review)](https://github.com/apache/nuttx-apps/pull/2879#pullrequestreview-2482066426)). Checking it

Re: [PR] arch/arm: migrate to SPDX identifier [nuttx]

2024-12-05 Thread via GitHub
jerpelea commented on PR #15066: URL: https://github.com/apache/nuttx/pull/15066#issuecomment-2521098238 please ignore the nxstyle errors -- 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 speci

Re: [PR] arch/arm: migrate to SPDX identifier [nuttx]

2024-12-05 Thread via GitHub
nuttxpr commented on PR #15066: URL: https://github.com/apache/nuttx/pull/15066#issuecomment-2521055773 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] arch/arm: migrate to SPDX identifier [nuttx]

2024-12-05 Thread via GitHub
jerpelea opened a new pull request, #15066: URL: https://github.com/apache/nuttx/pull/15066 ## Summary Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. ## Impact SBOM ## Testing

Re: [PR] dirent.h: Add `d_ino` member to `struct dirent` [nuttx]

2024-12-05 Thread via GitHub
tmedicci commented on PR #15023: URL: https://github.com/apache/nuttx/pull/15023#issuecomment-2520788255 > > > some filesystem(nfs, hostfs, 9p etc) can really implement ino, so it make sense to add the basic support in vfs layer. BTW, stat already include st_ino field, it's natural to add d

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
tmedicci commented on code in PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#discussion_r1871645363 ## interpreters/python/Makefile: ## @@ -0,0 +1,165 @@ + +# apps/interpreters/python/Make

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
tmedicci commented on PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#issuecomment-2520674397 Error for `esp32-devkitc:nxdiag` does not seem to be related to this PR (https://github.com/apache/nuttx-apps/pull/2879#pullrequestreview-2482066426). Checking it. -- This is an au

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
tmedicci commented on PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#issuecomment-2520672106 > Should it be behind a "EXPERIMENTAL" config, to set the right expectations? Yes, it makes total sense! -- This is an automated message from the Apache Git Service. To respon

Re: [I] [BUG] cmake on macOS is broken [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 closed issue #14936: [BUG] cmake on macOS is broken URL: https://github.com/apache/nuttx/issues/14936 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] can : move bytes2dlc/dlc2bytes to common header file [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #14759: URL: https://github.com/apache/nuttx/pull/14759#discussion_r1871615797 ## include/nuttx/can.h: ## @@ -369,6 +371,122 @@ struct can_filter * Public Function Prototypes

(nuttx) branch master updated: cmake(bugfix):fix CMake build break on MacOS

2024-12-05 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 f2b4ab283f cmake(bugfix):fix CMake build break

Re: [PR] cmake(bugfix):fix CMake build break on MacOS [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15064: URL: https://github.com/apache/nuttx/pull/15064 -- 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] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
hartmannathan commented on code in PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#discussion_r1871599399 ## interpreters/python/Makefile: ## @@ -0,0 +1,165 @@ + +# apps/interpreters/python

(nuttx) branch master updated: Remove FAR from 32/64bit arch

2024-12-05 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 60fb917eda Remove FAR from 32/64bit arch 60fb917e

Re: [I] [BUG] Crash Introduced when calling app from nsh [nuttx]

2024-12-05 Thread via GitHub
stbenn commented on issue #15065: URL: https://github.com/apache/nuttx/issues/15065#issuecomment-2520558037 If it helps, `PANIC()` at the end of `up_exit()` in `/nuttx/arch/arm/src/common/arm_exit.c` is reached. -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] Remove FAR from 32/64bit arch [nuttx]

2024-12-05 Thread via GitHub
anchao merged PR #15050: URL: https://github.com/apache/nuttx/pull/15050 -- 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] [BUG] Crash Introduced when calling app from nsh [nuttx]

2024-12-05 Thread via GitHub
stbenn commented on issue #15065: URL: https://github.com/apache/nuttx/issues/15065#issuecomment-2520537236 I checked with the Nucleo-G071RB and got what appears to be the same crash. Follow the same steps as described above, but with `nucleo-g071rb:nsh` configuration. Here is the [log fil

Re: [I] [BUG] Crash Introduced when calling app from nsh [nuttx]

2024-12-05 Thread via GitHub
acassis commented on issue #15065: URL: https://github.com/apache/nuttx/issues/15065#issuecomment-2520511814 @hujun260 please take a look, any idea why your PR could have introduced this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] [BUG] Crash Introduced when calling app from nsh [nuttx]

2024-12-05 Thread via GitHub
stbenn opened a new issue, #15065: URL: https://github.com/apache/nuttx/issues/15065 ### Description / Steps to reproduce the issue The simple Hello World example app is crashing when called from nsh on Coretex-M33 (armv8-m). It appears to be introduced in 2b22ee03. ## Steps t

Re: [PR] configs: Add defconfigs for esp-sparrow-kit [nuttx]

2024-12-05 Thread via GitHub
acassis commented on PR #15051: URL: https://github.com/apache/nuttx/pull/15051#issuecomment-2520497325 Hi @andreeaThePenguin thank you for this example. I noticed we are missing a Documentation for this board, it is not listed at https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/

Re: [I] [BUG] hardware timers broken for ARM devices [nuttx]

2024-12-05 Thread via GitHub
jasonbu commented on issue #14514: URL: https://github.com/apache/nuttx/issues/14514#issuecomment-2520483441 hi @raiden00pl are you still break in same case? in my case break on common/arm_exit.c and I'm looking at what's happening. -- This is an automated message from the Apache Git

Re: [I] [BUG] cmake-based build should not modify CMAKE_CURRENT_SOURCE_DIR [nuttx]

2024-12-05 Thread via GitHub
xuxin930 commented on issue #14952: URL: https://github.com/apache/nuttx/issues/14952#issuecomment-2520454647 Yes @yamt very nice advice. most of the modifications to the source tree now is fetching data from external repositories. considering the possibility of reusing thes

(nuttx) branch master updated: s32k1xx_serial: arch/arm/src/s32k1xx/s32k1xx_serial.c reason: We hope to remove all instances of spin_lock_irqsave(NULL).

2024-12-05 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 cbd07a86c9 s32k1xx_serial: arch/arm/src/s32k1x

Re: [PR] s32k1xx_serial: arch/arm/src/s32k1xx/s32k1xx_serial.c [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15062: URL: https://github.com/apache/nuttx/pull/15062 -- 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] cmake(bugfix):fix CMake build break on MacOS [nuttx]

2024-12-05 Thread via GitHub
xuxin930 opened a new pull request, #15064: URL: https://github.com/apache/nuttx/pull/15064 ## Summary report by https://github.com/apache/nuttx/issues/14936 refer to https://github.com/apache/nuttx/issues/14936 comments ## Impact bugfix ## Testing sim:

Re: [I] [BUG] cmake on macOS is broken [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #14936: URL: https://github.com/apache/nuttx/issues/14936#issuecomment-2520432794 but can we unify the host check on both CMake and Makefile? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [BUG] cmake on macOS is broken [nuttx]

2024-12-05 Thread via GitHub
xuxin930 commented on issue #14936: URL: https://github.com/apache/nuttx/issues/14936#issuecomment-2520426030 Hi @yamt @cuiziwei1 `CONFIG_HOST_MACOS ` is loaded after CMake generator execution completed. However, this error occurs during the `ToolChain file `verification phase.

[I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
cuiziwei1 opened a new issue, #15063: URL: https://github.com/apache/nuttx/issues/15063 ### Description / Steps to reproduce the issue Normalize esp32-devkitc/mqttc Configuration/Tool: esp32-dev

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2520403890 @tmedicci please look at this problem, which happen today with every pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

(nuttx) branch master updated: libcxxabi: Soft link the libcxxabi header file to nuttx/include.

2024-12-05 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 ae5c7a7fd8 libcxxabi: Soft link the libcxxabi

Re: [PR] libcxxabi: Soft link the libcxxabi header file to nuttx/include [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15057: URL: https://github.com/apache/nuttx/pull/15057 -- 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/armv7-r/armv8-r: percpu reg store this_task [nuttx]

2024-12-05 Thread via GitHub
hujun260 commented on code in PR #15058: URL: https://github.com/apache/nuttx/pull/15058#discussion_r1871419279 ## arch/arm/include/armv7-a/irq.h: ## @@ -470,18 +470,26 @@ static inline_function uint32_t up_getsp(void) return sp; } -noinstrument_function -static inline_fun

Re: [PR] libcxxabi: Soft link the libcxxabi header file to nuttx/include [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on PR #15057: URL: https://github.com/apache/nuttx/pull/15057#issuecomment-2520371899 let's ignore ci temp download fail: ``` Configuration/Tool: esp32-devkitc/nxdiag 20

Re: [I] [BUG] hardware timers broken for ARM devices [nuttx]

2024-12-05 Thread via GitHub
raiden00pl commented on issue #14514: URL: https://github.com/apache/nuttx/issues/14514#issuecomment-2520324000 still broken on NRF52 -- 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

[I] [BUG] hardware timers broken for ARM devices [nuttx]

2024-12-05 Thread via GitHub
raiden00pl opened a new issue, #14514: URL: https://github.com/apache/nuttx/issues/14514 ### Description / Steps to reproduce the issue Hardware timer example (`apps/example/timer`) is broken for some of ARM devices (probably for all ARM chips, but I can't check all of them). What

(nuttx) branch master updated: virtio: Fix the problem of incorrect setting of virtio queue address under tags kasan

2024-12-05 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 75fc19d729 virtio: Fix the problem of incorrec

Re: [PR] virtio: Fix the problem of incorrect setting of virtio queue address under label kasan [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15045: URL: https://github.com/apache/nuttx/pull/15045 -- 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] virtio: Fix the problem of incorrect setting of virtio queue address under label kasan [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on PR #15045: URL: https://github.com/apache/nuttx/pull/15045#issuecomment-2520317613 let's ignore ci temp download fail: ``` Configuration/Tool: esp32-devkitc/nxdiag 20

(nuttx) branch master updated: wm8776: use small lock in drivers/audio/wm8776.c reason: We hope to remove all instances of spin_lock_irqsave(NULL).

2024-12-05 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 1ab1dbc0f0 wm8776: use small lock in drivers/a

Re: [PR] wm8776: use small lock in drivers/audio/wm8776.c [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on PR #15061: URL: https://github.com/apache/nuttx/pull/15061#issuecomment-2520311045 let's ignore ci temp download fail: ``` Configuration/Tool: esp32-devkitc/nxdiag 20

Re: [PR] wm8776: use small lock in drivers/audio/wm8776.c [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15061: URL: https://github.com/apache/nuttx/pull/15061 -- 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] [HELP] TCP/IP psock_send_eventhandler hardfault [nuttx]

2024-12-05 Thread via GitHub
vladsomai commented on issue #15049: URL: https://github.com/apache/nuttx/issues/15049#issuecomment-2520287526 @acassis we tested today on 12.7.0 and the issue is still present -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] system/usbmsc: Add support for setting paths bind to LUN at runtime [nuttx-apps]

2024-12-05 Thread via GitHub
JianyuWang0623 commented on PR #2876: URL: https://github.com/apache/nuttx-apps/pull/2876#issuecomment-2520277974 Unrelated CI error ``` Configuration/Tool: esp32-devkitc/nxdiag 2024-12-05 10:19:53 --

Re: [PR] Fix the conflicting symbol specifications between can.h and lin.h #15039 [nuttx]

2024-12-05 Thread via GitHub
wangxiaoxin1 closed pull request #15040: Fix the conflicting symbol specifications between can.h and lin.h #15039 URL: https://github.com/apache/nuttx/pull/15040 -- 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

Re: [PR] system/usbmsc: Add support for setting paths bind to LUN at runtime [nuttx-apps]

2024-12-05 Thread via GitHub
JianyuWang0623 commented on code in PR #2876: URL: https://github.com/apache/nuttx-apps/pull/2876#discussion_r1871348196 ## system/usbmsc/usbmsc_main.c: ## @@ -428,6 +491,41 @@ int main(int argc, FAR char *argv[]) return EXIT_FAILURE; } + /* Add const LUNs */ + +

Re: [PR] armv7-a/armv7-r/armv8-r: percpu reg store this_task [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #15058: URL: https://github.com/apache/nuttx/pull/15058#discussion_r1871330085 ## arch/arm/include/armv7-a/irq.h: ## @@ -470,18 +470,26 @@ static inline_function uint32_t up_getsp(void) return sp; } -noinstrument_function -static inl

Re: [PR] interpreters/python: Add Python's port to NuttX [nuttx-apps]

2024-12-05 Thread via GitHub
tmedicci commented on PR #2879: URL: https://github.com/apache/nuttx-apps/pull/2879#issuecomment-2520220347 > need add cmake? Yes! There is a long list of to-do, but I preferred to submit upstream because I need more hands working on it (and I think we can engage the NuttX comm

Re: [PR] make arm-v6/7/8m compatible with signal delivery inside irq handler [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 merged PR #15048: URL: https://github.com/apache/nuttx/pull/15048 -- 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: kasan/lto: Turn off lto by default anyway

2024-12-05 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 ee20aa888b5856f9584aef63e7e574bb0e8c2ead Author: wangmingrong1 AuthorDate: Thu Dec 5 14:12:09 2024 +0800 kasan/lt

(nuttx) 02/02: arm64/qemu: Enable lto compilation by default

2024-12-05 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 e2729f58d42063c32a7766d4bc99e0d28a0c32f2 Author: wangmingrong1 AuthorDate: Thu Dec 5 14:14:15 2024 +0800 arm64/qe

(nuttx) 02/05: arm-v6/7/8m: sigaction forward to pendsv

2024-12-05 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 af3c159cffc13e933c6a89f85f9342272d24bc9a Author: buxiasen AuthorDate: Wed Dec 4 14:08:51 2024 +0800 arm-v6/7/8m:

  1   2   >