linguini1 opened a new pull request, #15789:
URL: https://github.com/apache/nuttx/pull/15789
## Summary
Adds support for the LSM6DSO32 IMU by STM using the uORB framework. This
only contains limited support for the I2C interface, interrupt and polling
driven measurement and standard
nuttxpr commented on PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#issuecomment-2644521538
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR substantially meets the NuttX requirements
Donny9 commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947406721
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
linguini1 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-2644435504
> The process of the selftest is quite straightforward: `orb_ioctl -> ioctl
-> sensor_ioctl -> selftest.` Have you enabled SENSORS_RPMSG for multicore
control? If not, when your up
maxikrie commented on code in PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1947254360
##
examples/nimble_blecent/misc.c:
##
@@ -0,0 +1,210 @@
+/
+ * apps/examples/nimble_blec
maxikrie commented on code in PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#discussion_r1947254062
##
examples/nimble_blecent/misc.c:
##
@@ -0,0 +1,243 @@
+/
+ * apps/examples/nimble_blec
anchao commented on code in PR #15774:
URL: https://github.com/apache/nuttx/pull/15774#discussion_r1947439800
##
libs/libxx/Kconfig:
##
@@ -71,7 +71,6 @@ if !LIBCXXMINI
choice
prompt "C++ low level library select"
- default LIBCXXABI if ARCH_SIM && HOST_MACOS
R
anchao commented on code in PR #15774:
URL: https://github.com/apache/nuttx/pull/15774#discussion_r1947440277
##
libs/libxx/Kconfig:
##
@@ -71,7 +71,6 @@ if !LIBCXXMINI
choice
prompt "C++ low level library select"
- default LIBCXXABI if ARCH_SIM && HOST_MACOS
R
Donny9 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-2644429889
@linguini1 Hello:
> I observed this issue while writing a self-test function for the LSM6DSO32
IMU. When the selftest fails everything is fine, but when it passes the
function
tmedicci commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2643672196
@acassis , wasn't the answer from @eren-terzioglu satisfactory?
If so, can you please remove the "Requested changes" if there aren't other
pending changes?
--
This is an automat
anchao commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947380487
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
linguini1 opened a new issue, #15787:
URL: https://github.com/apache/nuttx/issues/15787
### Description / Steps to reproduce the issue
When a driver-level implementation of the `selftest` function returns a 0
(`OK`) error code, the uORB framework hangs indefinitely.
Steps to re
acassis commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947007371
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
acassis commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2643702120
@tmedicci I just approve it. I didn't realize that the original WiFi driver
was removed and replaced by the new that depends on the HAL :-(
--
This is an automated message from the Apac
linguini1 closed pull request #2988: Accelerometer calibration helper
URL: https://github.com/apache/nuttx-apps/pull/2988
--
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 uns
linguini1 commented on PR #15782:
URL: https://github.com/apache/nuttx/pull/15782#issuecomment-2643943415
Closed per conversation on the nuttx-apps complimentary PR. I will see about
extending existing solutions.
--
This is an automated message from the Apache Git Service.
To respond to t
linguini1 commented on code in PR #2988:
URL: https://github.com/apache/nuttx-apps/pull/2988#discussion_r1947101134
##
sensors/accel_calib/accel_calib_main.c:
##
@@ -0,0 +1,151 @@
+/
+ * apps/sensors/acc
linguini1 closed pull request #15782: Documentation for new `accel_calib`
application
URL: https://github.com/apache/nuttx/pull/15782
--
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
Donny9 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-269119
> I did take a look at this through the call graph and I'm unsure where this
would cause an issue as well. I added some log statements to the ioctl
implementation of sensor.c to see t
linguini1 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-2644451078
> [@linguini1](https://github.com/linguini1) Your meaning is that the first
call to selftest can succeed, but all subsequent ioctl calls hang?
No, I mean the call to `selftes
zhihui2015 opened a new issue, #15788:
URL: https://github.com/apache/nuttx/issues/15788
### Description / Steps to reproduce the issue
1. The project version used is NuttX-12.6.0, and the compiler version is
arm-none-eabi-gcc (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1
2
linguini1 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-2644456478
I am not sure what changed but this is working now. I will keep an eye on
this because I encountered the same issue the the LIS2MDL driver I wrote, but I
will properly test further
Donny9 commented on issue #15787:
URL: https://github.com/apache/nuttx/issues/15787#issuecomment-2644456418
> No, I mean the call to selftest only succeeds if it returns a non-zero
error code. I cannot make any subsequent ioctl call due to the hanging. The
hanging only seems to occur when 0
linguini1 closed issue #15787: [BUG] uORB framework hangs when error code 0 is
returned by function
URL: https://github.com/apache/nuttx/issues/15787
--
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
cuiziweizw commented on code in PR #15774:
URL: https://github.com/apache/nuttx/pull/15774#discussion_r1947419205
##
libs/libxx/Kconfig:
##
@@ -71,7 +71,6 @@ if !LIBCXXMINI
choice
prompt "C++ low level library select"
- default LIBCXXABI if ARCH_SIM && HOST_MACO
anchao commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947421936
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
anchao merged PR #15786:
URL: https://github.com/apache/nuttx/pull/15786
--
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
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 7b3b24d9f6 Added missing UARTs and USARTs to STM3
raiden00pl commented on issue #15788:
URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2644560143
I haven't seen this before because I always use `nuttx` (elf file) or
`nuttx.hex`.
`nuttx.bin` it is hge which doesn't look good:
```
-rwxr-xr-x 1 raiden00 ra
jlaitine commented on PR #15753:
URL: https://github.com/apache/nuttx/pull/15753#issuecomment-2642189321
> I am sorry for asking you to do extra work
There is no extra work at all! If it is needed, it is needed. I was just
confused of what was requested as there was conflicting review
nuttxpr commented on PR #15784:
URL: https://github.com/apache/nuttx/pull/15784#issuecomment-2642192960
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements, as
raiden00pl commented on code in PR #2988:
URL: https://github.com/apache/nuttx-apps/pull/2988#discussion_r1946197236
##
sensors/accel_calib/accel_calib_main.c:
##
@@ -0,0 +1,151 @@
+/
+ * apps/sensors/ac
raiden00pl commented on PR #2988:
URL: https://github.com/apache/nuttx-apps/pull/2988#issuecomment-2642384237
a loose idea of how to do it differently:
1. use `sensorscope` which is more general solution, but at this moment it
doesn't support sensor configuration. It would be best if
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b001b61401 rptun/ivshmem: RPTUN_IVSHMEM should depends on
DEV_SIMPLE_ADDRENV
add e06d8575c0 cmake/pic: sync pic rel
GUIDINGLI merged PR #15783:
URL: https://github.com/apache/nuttx/pull/15783
--
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.ap
GUIDINGLI merged PR #15775:
URL: https://github.com/apache/nuttx/pull/15775
--
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.ap
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2ebdd72487 include/stdlib.h: define system()'s prototype for the flat
build
add 8204b0028a qemu-armv7a/ivshmem: add
This is an automated email from the ASF dual-hosted git repository.
raiden00 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 fb0c1e10d system/uorb: require that LIBC_F
raiden00pl closed issue #15599: [BUG] `CONFIG_DEBUG_UORB` should enable
`CONFIG_LIBC_FLOATINGPOINT`
URL: https://github.com/apache/nuttx/issues/15599
--
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
raiden00pl commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2642276438
fixed by apache/nuttx-apps#2987
--
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
raiden00pl merged PR #2987:
URL: https://github.com/apache/nuttx-apps/pull/2987
--
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...@nutt
raiden00pl commented on code in PR #2989:
URL: https://github.com/apache/nuttx-apps/pull/2989#discussion_r1946252669
##
testing/drivers/ser/ser.c:
##
@@ -0,0 +1,115 @@
+/
+ * apps/testing/drivers/ser/ser
raiden00pl commented on code in PR #2989:
URL: https://github.com/apache/nuttx-apps/pull/2989#discussion_r1946253649
##
testing/drivers/ser/ser.c:
##
@@ -0,0 +1,115 @@
+/
+ * apps/testing/drivers/ser/ser
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 9754fdf63c mps/mps3-an547: correct command line of genromfs
new 22f2d39e21 arch/zynq-mpsoc improve the ethernet dr
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 22f2d39e2152f38878b2952a07dd9ac76bac2878
Author: zouboan
AuthorDate: Wed Feb 5 21:50:52 2025 +0800
arch/zynq-mpsoc i
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 6dbb2edd2c06993a2ef5b7d8c2127f03d1f58e74
Author: zouboan
AuthorDate: Thu Feb 6 16:17:53 2025 +0800
Documentation:add
anchao merged PR #15769:
URL: https://github.com/apache/nuttx/pull/15769
--
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
acassis commented on code in PR #15780:
URL: https://github.com/apache/nuttx/pull/15780#discussion_r1946594700
##
include/nuttx/serial/serial.h:
##
@@ -283,6 +283,22 @@ struct uart_ops_s
FAR const void *buf, size_t len);
};
+/* This structure is use
acassis commented on code in PR #15780:
URL: https://github.com/apache/nuttx/pull/15780#discussion_r1946564408
##
include/nuttx/serial/serial.h:
##
@@ -283,6 +283,22 @@ struct uart_ops_s
FAR const void *buf, size_t len);
};
+/* This structure is use
acassis commented on code in PR #2989:
URL: https://github.com/apache/nuttx-apps/pull/2989#discussion_r1946584832
##
testing/drivers/ser/ser.c:
##
@@ -0,0 +1,115 @@
+/
+ * apps/testing/drivers/ser/ser.c
acassis commented on PR #2989:
URL: https://github.com/apache/nuttx-apps/pull/2989#issuecomment-2643042176
> Thank you @acassis :-) Could you please provide some short log of how it
runs.. maybe a documentation too in a free moment? :-)
I included an sample application and I will add
anchao opened a new pull request, #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990
## Summary
nshlib/builtin: check background task before restore the signal
fix crash if:
CONFIG_SCHED_WAITPID=n
CONFIG_SCHED_CHILD_STATUS=y
The old signal will be restored o
acassis commented on code in PR #15781:
URL: https://github.com/apache/nuttx/pull/15781#discussion_r1946650645
##
arch/arm/src/samv7/sam_tc_lowerhalf.c:
##
@@ -193,17 +193,25 @@ static void sam_timer_handler(TC_HANDLE tch, void *arg,
uint32_t sr)
struct sam_lowerhalf_s *lowe
acassis commented on code in PR #15782:
URL: https://github.com/apache/nuttx/pull/15782#discussion_r194316
##
Documentation/applications/sensors/accel_calib.rst:
##
@@ -0,0 +1,50 @@
+===
+``accel_calib`` Application
+===
+
+Thi
zdebanos commented on code in PR #15781:
URL: https://github.com/apache/nuttx/pull/15781#discussion_r1946678706
##
arch/arm/src/samv7/sam_tc_lowerhalf.c:
##
@@ -193,17 +193,25 @@ static void sam_timer_handler(TC_HANDLE tch, void *arg,
uint32_t sr)
struct sam_lowerhalf_s *low
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 ca6f5db6fc arch/risc-v/Kconfig: Select ARCH_RV_CP
kywwilson11 opened a new pull request, #15786:
URL: https://github.com/apache/nuttx/pull/15786
## Summary
This pull request has 3 primary changes:
1. Add missing pin maps. Only LPUART1 and USART3 were included before.
This pull request adds pin maps for USART1, USART2, USART6
acassis commented on PR #15785:
URL: https://github.com/apache/nuttx/pull/15785#issuecomment-2643411895
> > @eren-terzioglu please update the Documentation/ of this board to
include the audio board profile
>
> We don't have a page to it right now
>
> ```
> ~/nuttxspace/nuttx
anchao merged PR #15763:
URL: https://github.com/apache/nuttx/pull/15763
--
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
eren-terzioglu opened a new pull request, #15785:
URL: https://github.com/apache/nuttx/pull/15785
## Summary
Add ES8311 audio codec support for esp32s3-lcd-ev board
- esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board
## Impact
ESP32S3-LCD-EV
## Testing
anchao commented on code in PR #15774:
URL: https://github.com/apache/nuttx/pull/15774#discussion_r1946779677
##
libs/libxx/Kconfig:
##
@@ -71,7 +71,6 @@ if !LIBCXXMINI
choice
prompt "C++ low level library select"
- default LIBCXXABI if ARCH_SIM && HOST_MACOS
R
acassis commented on PR #15785:
URL: https://github.com/apache/nuttx/pull/15785#issuecomment-2643357696
@eren-terzioglu please update the Documentation/ of this board to include
the audio board profile
--
This is an automated message from the Apache Git Service.
To respond to the message,
kywwilson11 commented on PR #15771:
URL: https://github.com/apache/nuttx/pull/15771#issuecomment-2643356719
I added an image of the Nucleo-H563ZI, and included it in the board
documentation. Thank you for the feedback.
--
This is an automated message from the Apache Git Service.
To respo
nuttxpr commented on PR #15785:
URL: https://github.com/apache/nuttx/pull/15785#issuecomment-2643355072
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
__Fill In The Commit Message:__ This PR contains a Commit with
nuttxpr commented on PR #15786:
URL: https://github.com/apache/nuttx/pull/15786#issuecomment-2643457512
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
__Fill In The Commit Message:__ This PR contains a Commit with
eren-terzioglu commented on PR #15785:
URL: https://github.com/apache/nuttx/pull/15785#issuecomment-2643398224
> @eren-terzioglu please update the Documentation/ of this board to include
the audio board profile
We don't have a page to it right now
--
This is an automated message f
66 matches
Mail list logo