[PR] drivers/sensors: Added uORB driver for LSM6DSO32 IMU. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] drivers/sensors: Added uORB driver for LSM6DSO32 IMU. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] nshlib/builtin: check background task before restore the signal [nuttx-apps]

2025-02-07 Thread via GitHub
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 */ -

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] examples: add blecent and bleprph similar to mynewt-nimble apps [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] Fix macOS build error. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Fix macOS build error. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] arch/xtensa: unify WiFi source code for ESP32|S2|S3 [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] nshlib/builtin: check background task before restore the signal [nuttx-apps]

2025-02-07 Thread via GitHub
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 */ -

[I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] nshlib/builtin: check background task before restore the signal [nuttx-apps]

2025-02-07 Thread via GitHub
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 */ -

Re: [PR] arch/xtensa: unify WiFi source code for ESP32|S2|S3 [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Accelerometer calibration helper [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] Documentation for new `accel_calib` application [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Accelerometer calibration helper [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] Documentation for new `accel_calib` application [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

[I] [BUG] [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] uORB framework hangs when error code 0 is returned by function [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Fix macOS build error. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] nshlib/builtin: check background task before restore the signal [nuttx-apps]

2025-02-07 Thread via GitHub
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 */ -

Re: [PR] STM32H5 Serial Fixes and Pin Mappings [nuttx]

2025-02-07 Thread via GitHub
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

(nuttx) branch master updated: Added missing UARTs and USARTs to STM32H56xx pinmap. Fixed UART IRQ definitions. Added missing rx and tx buffers.

2025-02-07 Thread archer
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

Re: [I] [BUG] [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Fix mpfs targets and remove unnecessary ones [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Documentation/platforms/risc-v/mpfs/boards/icicle/index.rst: Add documentation for "hwtest" board configuration [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Accelerometer calibration helper [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] Accelerometer calibration helper [nuttx-apps]

2025-02-07 Thread via GitHub
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

(nuttx) branch master updated (b001b61401 -> 9754fdf63c)

2025-02-07 Thread ligd
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

Re: [PR] qemu-armv7a/ivshmem: add ivshmem(Inter-VM share memory) example [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] cmake/pic: sync pic related compiler flags from makefile [nuttx]

2025-02-07 Thread via GitHub
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

(nuttx) branch master updated (2ebdd72487 -> b001b61401)

2025-02-07 Thread ligd
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

(nuttx-apps) branch master updated: system/uorb: require that LIBC_FLOATINGPOINT be enabled for DEBUG_UORB

2025-02-07 Thread raiden00
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

Re: [I] [BUG] `CONFIG_DEBUG_UORB` should enable `CONFIG_LIBC_FLOATINGPOINT` [nuttx]

2025-02-07 Thread via GitHub
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

Re: [I] [BUG] `CONFIG_DEBUG_UORB` should enable `CONFIG_LIBC_FLOATINGPOINT` [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] system/uorb: require that LIBC_FLOATINGPOINT be enabled for DEBUG_UORB [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] testing: Add Serial Error Reporting testing app [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] testing: Add Serial Error Reporting testing app [nuttx-apps]

2025-02-07 Thread via GitHub
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

(nuttx) branch master updated (9754fdf63c -> 6dbb2edd2c)

2025-02-07 Thread archer
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

(nuttx) 01/02: arch/zynq-mpsoc improve the ethernet driver 1. Changes the phyadd to 0xC to speed up the training of phyadd. 2. Set RX DMA buffer size configureable. 3. Create netnsh configs as etherne

2025-02-07 Thread archer
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

(nuttx) 02/02: Documentation:add documentation about ethernet for Zynq MPSoC and ZCU111 This commit add documentation Description for ZYNQ-MPSOC's NET driver key features and ethernet config of ZCU111

2025-02-07 Thread archer
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

Re: [PR] arch/zynq-mpsoc improve the ethernet driver [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Add support to Serial Error Reporting ioctl [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Add support to Serial Error Reporting ioctl [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] testing: Add Serial Error Reporting testing app [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] testing: Add Serial Error Reporting testing app [nuttx-apps]

2025-02-07 Thread via GitHub
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

[PR] nshlib/builtin: check background task before restore the signal [nuttx-apps]

2025-02-07 Thread via GitHub
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

Re: [PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Documentation for new `accel_calib` application [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit [nuttx]

2025-02-07 Thread via GitHub
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

(nuttx) branch master updated: arch/risc-v/Kconfig: Select ARCH_RV_CPUID_MAP for all mpfs targets

2025-02-07 Thread archer
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

[PR] STM32H5 Serial Fixes and Pin Mappings [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] arch/risc-v/Kconfig: Select ARCH_RV_CPUID_MAP for all mpfs targets [nuttx]

2025-02-07 Thread via GitHub
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

[PR] esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] Fix macOS build error. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board [nuttx]

2025-02-07 Thread via GitHub
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,

Re: [PR] Add STM32H5 architecture documentation. [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] STM32H5 Serial Fixes and Pin Mappings [nuttx]

2025-02-07 Thread via GitHub
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

Re: [PR] esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board [nuttx]

2025-02-07 Thread via GitHub
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