xiaoxiang781216 merged PR #3041:
URL: https://github.com/apache/nuttx-apps/pull/3041
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 3764ab041 cmake: remove empty strings from FetchContent
new a4af41f89 examples/nimble_blecent: fix various
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 19352ab3c gps: modify printf to use forma
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
commit fa8daf40718a7c85a6d77c09658017bad713f195
Author: raiden00pl
AuthorDate: Fri Mar 28 12:44:08 2025 +0100
examp
xiaoxiang781216 commented on issue #16044:
URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2764414600
> What do you think [@xiaoxiang781216](https://github.com/xiaoxiang781216)
[@raiden00pl](https://github.com/raiden00pl) ?
Yes, or we shouldn't generate the implementati
xiaoxiang781216 commented on code in PR #16087:
URL: https://github.com/apache/nuttx/pull/16087#discussion_r2020076539
##
include/nuttx/sensors/ioctl.h:
##
@@ -480,6 +480,30 @@
#define SNIOC_LPF _SNIOC(0x00A0)
+/* Command: SNIOC_SET_GAIN
+ * Descrip
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 3764ab041 cmake: remove empty strings fro
xiaoxiang781216 merged PR #3044:
URL: https://github.com/apache/nuttx-apps/pull/3044
--
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...
lupyuen merged PR #16090:
URL: https://github.com/apache/nuttx/pull/16090
--
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
xiaoxiang781216 commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2020071432
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/***
xiaoxiang781216 commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2020071432
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/***
lupyuen merged PR #3045:
URL: https://github.com/apache/nuttx-apps/pull/3045
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.a
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 c4f142e45c syslog: add an option to completely d
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 4bca48431 examples/adc: fix printf warning
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 457696bee Publishing web: 405a712
JianyuWang0623 commented on PR #16094:
URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2763643795
> I think G and B channels are at inverted positions. When it should be Blue
it is Green and when it should be Green it is Blue
@acassis Got it, I will update according to yo
acassis commented on PR #16094:
URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2763384315
Nice work @JianyuWang0623 !!!
I noticed that the colors seems wrong, see the expected colors:
https://nuttx.apache.org/docs/latest/platforms/sim/sim/index.html#supported-boards
acassis commented on PR #16094:
URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2763385248
I think G and B channels are at inverted positions. When it should be Blue
it is Green and when it should be Green it is Blue
--
This is an automated message from the Apache Git Service
pussuw commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019776932
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/
yangwei-x closed pull request #3026: examples/notedump: Add a example to dump
trace data by udp
URL: https://github.com/apache/nuttx-apps/pull/3026
--
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 th
Laczen commented on PR #16092:
URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2763230556
@tmedicci I have added the other boards as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
raiden00pl commented on code in PR #3030:
URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2005866451
##
canutils/lely-canopen/0003-tools-coctl.c-use-readline-and-fix-printf-issues.patch:
##
@@ -0,0 +1,101 @@
+From 737d4b02ba71737a83be223001df6f53c5936ef8 Mon Sep
22 matches
Mail list logo