terry0012 commented on PR #8949:
URL: https://github.com/apache/nuttx/pull/8949#issuecomment-1500062037
> Hi @terry0012 please include a comment in the commit message explaining
why it is necessary
got it.
--
This is an automated message from the Apache Git Service.
To respond to t
pkarashchenko merged PR #1704:
URL: https://github.com/apache/nuttx-apps/pull/1704
--
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...@n
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 1d3e6510e nshlib: Add switchboot comm
pkarashchenko merged PR #1703:
URL: https://github.com/apache/nuttx-apps/pull/1703
--
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...@n
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 9f3f6a4b3 system/usbmsc: set stack si
zouboan opened a new pull request, #8982:
URL: https://github.com/apache/nuttx/pull/8982
## Summary
Implement drivers of MPU-9250 in new sensor framework, include
Accelerometer, Gyroscope, Magnetometer
## Impact
nothing
## Testing
sensortest accel0
sensortest gyro0
sens
davids5 commented on issue #1570:
URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500289598
While some solutions were discussed in
- https://github.com/apache/nuttx/pull/5012
I would like to propose a solution for this issue as a request for comment:
1. That wi
jerpelea opened a new pull request, #8983:
URL: https://github.com/apache/nuttx/pull/8983
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.1.0
## Impact
12.1.0 release
## Testing
None
--
T
slorquet commented on issue #1570:
URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500305097
I am a stm32h7 user, thanks for the mailing list notification or I would
have missed this.
I agree with this proposed change.
It is important to notify all stm32h7 users
jerpelea opened a new pull request, #8984:
URL: https://github.com/apache/nuttx/pull/8984
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.1.0
## Impact
NuttX 12.1.0 release
## Testing
none
slorquet commented on issue #1570:
URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500314590
wait, if I build your new commit with a full stored defconfig, and I dont
regenerate this config, the default setting will not be added!
--
This is an automated message from the Apa
acassis commented on code in PR #8982:
URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160773215
##
drivers/sensors/mpu9250.c:
##
@@ -0,0 +1,2045 @@
+/
+ * drivers/sensors/mpu9250.c
+ *
+ * L
acassis commented on PR #8982:
URL: https://github.com/apache/nuttx/pull/8982#issuecomment-1500388849
Very nice @zouboan! I suggest you to include later a board usage example for
some known, low cost and easy to find board like stm32f4discovery,
raspberrypi-pico or esp32-devkit.
--
This
acassis merged PR #8980:
URL: https://github.com/apache/nuttx/pull/8980
--
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.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 3aab2a2e73 fs/nxffs: Fix typo(nxem_wait->nxmutex_lock) error in comment
new ebe4ab8894 risc-v/espressif: Add supp
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
commit 8e83379b84efbbb90e3947e6f473f574cc671f5a
Author: Gustavo Henrique Nihei
AuthorDate: Wed Apr 5 20:20:03 2023 -0300
r
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
commit ebe4ab889462f0ea60d0915e8d2f8e9242287caa
Author: Gustavo Henrique Nihei
AuthorDate: Wed Apr 5 16:49:06 2023 -0300
r
acassis merged PR #8978:
URL: https://github.com/apache/nuttx/pull/8978
--
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.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 8e83379b84 risc-v/espressif: Initialize HR Timer where it is required
add 4f3faded71 arch/arm/samv7: fix comment
acassis commented on PR #8967:
URL: https://github.com/apache/nuttx/pull/8967#issuecomment-1500392427
> Personally I've never used NuttX native toolchain, but I'm interested to
try it out. @acassis do you have a link to instructions on how to use it?
No, I'm also interested to master
acassis commented on PR #8951:
URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500394267
> Current Version: NuttX 3.6.1
Any idea why it is happening? Seems there is some issue in our current
script and sometimes when we aren't in the upstream branch it get confused.
--
zouboan commented on PR #8982:
URL: https://github.com/apache/nuttx/pull/8982#issuecomment-1500418342
@acassis Thanks, i will explorer which board have MPU9250
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
zouboan commented on code in PR #8982:
URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160803375
##
drivers/sensors/mpu9250.c:
##
@@ -0,0 +1,2045 @@
+/
+ * drivers/sensors/mpu9250.c
+ *
+ * L
zouboan commented on code in PR #8982:
URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160803553
##
drivers/sensors/mpu9250.c:
##
@@ -0,0 +1,2045 @@
+/
+ * drivers/sensors/mpu9250.c
+ *
+ * L
pkarashchenko commented on PR #8951:
URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500556103
> > Current Version: NuttX 3.6.1
>
> Any idea why it is happening? Seems there is some issue in our current
script and sometimes when we aren't in the upstream branch it get co
pkarashchenko commented on code in PR #8980:
URL: https://github.com/apache/nuttx/pull/8980#discussion_r1160621569
##
arch/risc-v/src/espressif/esp_hr_timer.c:
##
@@ -648,20 +648,31 @@ void IRAM_ATTR esp_hr_timer_calibration(uint64_t time_us)
int esp_hr_timer_init(void)
{
-
fjpanag commented on issue #7393:
URL: https://github.com/apache/nuttx/issues/7393#issuecomment-1500563381
@pkarashchenko I have some trouble reproducing the issue with the latest
revisions.
It happens sometimes, but not in the same way, the traces are not clear at
all.
I am bisec
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 589463ea Publishing web: b50f5ca4
tmedicci opened a new pull request, #8985:
URL: https://github.com/apache/nuttx/pull/8985
## Summary
Nowadays, opening a FIFO for write-only (with `O_NONBLOCK` cleared) won't
block even if there are no readers. Only opening for read-only (with no
writers) would block. This is not a P
tmedicci opened a new pull request, #1707:
URL: https://github.com/apache/nuttx-apps/pull/1707
## Summary
Adjust the test considering the [POSIX-compliant behavior of NuttX's
FIFO](https://github.com/apache/nuttx/pull/8985) (`mkfifo`), which should block
`open` for read-only and writ
davids5 commented on PR #8951:
URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500801963
@acassis Fetch the tags.
--
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
xiaoxiang781216 opened a new issue, #8986:
URL: https://github.com/apache/nuttx/issues/8986
debug.h is a generic header file but not defined by posix, so it is very
easy to conflict with external project.
--
This is an automated message from the Apache Git Service.
To respond to the messa
xiaoxiang781216 commented on code in PR #8985:
URL: https://github.com/apache/nuttx/pull/8985#discussion_r1161071077
##
drivers/pipes/pipe_common.h:
##
@@ -135,6 +137,12 @@ struct pipe_dev_s
struct pollfd *d_fds[CONFIG_DEV_PIPE_NPOLLWAITERS];
};
+enum pipe_common_type_e
+{
33 matches
Mail list logo