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
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
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
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)
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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:
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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 */
+
+
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
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
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
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
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
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 - 100 of 144 matches
Mail list logo