lupyuen commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2869529483
@Fix-Point: Please fix the Merge Conflict. Thanks!
- sched/wqueue/kwork_queue.c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on code in PR #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074#discussion_r2083393938
##
examples/optee/optee_main.c:
##
@@ -39,6 +39,16 @@
* Pre-processor definitions
***
xiaoxiang781216 commented on code in PR #16356:
URL: https://github.com/apache/nuttx/pull/16356#discussion_r2083392213
##
drivers/misc/optee.c:
##
@@ -890,21 +941,32 @@ optee_ioctl_shm_alloc(FAR struct tee_ioctl_shm_alloc_data
*data)
if (ftruncate(memfd, data->size) < 0)
xiaoxiang781216 commented on PR #3071:
URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2869398485
@surfskidude here is a new example how to integrate 3rd party library,
please study and change your patch as needed:
https://github.com/apache/nuttx-apps/pull/3074
--
This i
xiaoxiang781216 commented on PR #16356:
URL: https://github.com/apache/nuttx/pull/16356#issuecomment-2869396800
> 2. Fixes compatibility with [upstream OP-TEE
OS](https://github.com/OP-TEE/optee_os/) when using temporary memory
>
>* Previous implementation of tempor
xiaoxiang781216 commented on PR #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074#issuecomment-2869390920
> * NuttX configs `imx93-evk:nsh` and `imx93-evk:knsh` with additional
config:
> ```
> CONFIG_ALLOW_BSD_COMPONENTS=y
> CONFIG_ARCH_VMA_MAPPING=y
xiaoxiang781216 merged PR #3072:
URL: https://github.com/apache/nuttx-apps/pull/3072
--
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...
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 d63bb6d81 interpreters/python: Do not lin
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 d611304d61 style: fix typos in comment.
new f442a41102 sched/wqueue: Fix work_cancel_sync.
new 36a4d5feaf sch
anchao merged PR #16342:
URL: https://github.com/apache/nuttx/pull/16342
--
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
anchao closed issue #16337: [BUG] System crashing when using IPERF after #16231
URL: https://github.com/apache/nuttx/issues/16337
--
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.
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
commit f442a41102deaabbd06d78ea4c9736f33635678f
Author: ouyangxiangzhen
AuthorDate: Thu May 8 11:17:46 2025 +0800
sched/wqu
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
commit 36a4d5feaf5d511fb489148dbc366d5d4aba0afc
Author: ouyangxiangzhen
AuthorDate: Thu May 8 11:24:46 2025 +0800
sched/wqu
anchao closed issue #16341: [BUG] System crashes after PR #16231
URL: https://github.com/apache/nuttx/issues/16341
--
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 unsubscrib
anchao commented on code in PR #16312:
URL: https://github.com/apache/nuttx/pull/16312#discussion_r2083380505
##
tools/Unix.mk:
##
@@ -768,6 +768,7 @@ savedefconfig: apps_preconfig
$(Q) rm -f warning.tmp
$(Q) rm -f defconfig.tmp
$(Q) rm -f sortedconfig.tm
gpoulios opened a new pull request, #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074
## Summary
> [!NOTE]
> Will keep this a draft until https://github.com/apache/nuttx/pull/16356 is
merged, as the current driver is not fully compatible with the GP API.
This PR add
gpoulios opened a new pull request, #16356:
URL: https://github.com/apache/nuttx/pull/16356
## Summary
This PR addresses 2 major issues with the existing implementation of the
OP-TEE driver in NuttX:
1. Fixes compatibility with the GlobalPlatform client API
([optee_client](https:
acassis commented on code in PR #16312:
URL: https://github.com/apache/nuttx/pull/16312#discussion_r2083365876
##
tools/Unix.mk:
##
@@ -768,6 +768,7 @@ savedefconfig: apps_preconfig
$(Q) rm -f warning.tmp
$(Q) rm -f defconfig.tmp
$(Q) rm -f sortedconfig.t
acassis commented on PR #16355:
URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869295030
@JianyuWang0623 Please submit some documentation explaining how to use it to
recreate GnssData, it could be useful to many users
--
This is an automated message from the Apache Git Serv
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 eea9519ad Publishing web: 16e1777
JianyuWang0623 commented on PR #3073:
URL: https://github.com/apache/nuttx-apps/pull/3073#issuecomment-2869129317
> Thank you @JianyuWang0623 :-)
>
> Maybe it would be helpful for uorb users to also put that warning in the
commit message and tag topic with [BREAKING]? Its not a big im
cederom commented on PR #3073:
URL: https://github.com/apache/nuttx-apps/pull/3073#issuecomment-2869061612
Thank you @JianyuWang0623 :-)
Maybe it would be helpful for uorb users to also put that warning in the
commit message and tag topic with [BREAKING]? Its not a big impact just thi
cederom commented on issue #16271:
URL: https://github.com/apache/nuttx/issues/16271#issuecomment-2869059883
Yeah but the goal (and need) is to have rpi using only single usb connection
to flash and run.. to be honest its quite funny it cannot by default :D
--
This is an automated messag
JianyuWang0623 commented on PR #16355:
URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869021646
@Donny9 @Otpvondoiats Could you review this pull request and
https://github.com/apache/nuttx-apps/pull/3073 please?
--
This is an automated message from the Apache Git Service.
T
JianyuWang0623 commented on PR #16355:
URL: https://github.com/apache/nuttx/pull/16355#issuecomment-2869011352
And fix spell errors found by checkpatch.sh(codespell).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
JianyuWang0623 opened a new pull request, #3073:
URL: https://github.com/apache/nuttx-apps/pull/3073
## Summary
Add timestamp for GNSS measurements and clock, for matching.
When recovering the combination of `GnssMeasurement` and `GnssClock` into
[GnssData](https://android.googleso
xiaoxiang781216 commented on PR #3071:
URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2868873635
let me change this patch to draft until it follow the nuttx guide.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
xiaoxiang781216 commented on code in PR #3071:
URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2083195116
##
examples/xedge/prepare.sh:
##
@@ -0,0 +1,20 @@
+#!/bin/bash
+# This script clones the required repos and builds the Xedge resource file
Review Comment:
keever50 commented on issue #16271:
URL: https://github.com/apache/nuttx/issues/16271#issuecomment-2868713404
Just a thought but you can use a raspberry pi debug probe (or another pico)
to program the pico over SWD.
The probe firmware is open source so you can tweak it to give it an uniqu
nuttxpr commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868679890
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (milkv_duos:nsh)
https://gitlab.co
lupyuen commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868677522
@nuttxpr test milkv_duos:nsh
--
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 c
nuttxpr commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868677444
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (avaota-a1:nsh)
https://gitlab.com
lupyuen commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2868674761
@nuttxpr test avaota-a1:nsh
--
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
shtirlic opened a new pull request, #16354:
URL: https://github.com/apache/nuttx/pull/16354
## Summary
Add nsh SMP defconfig for SMP for 2 cores configuration
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
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 185c55e16d arch/arm/rp23xx: remove spinlock from up_txint
add d611304d61 style: fix typos in comment.
No new r
35 matches
Mail list logo