Re: [PR] boards/arm/ra4 Add support to Seeed Xiao RA4M1 Board [nuttx]

2025-03-27 Thread via GitHub
rcsim commented on PR #16039: URL: https://github.com/apache/nuttx/pull/16039#issuecomment-2746515740 PR with documentation: https://github.com/apache/nuttx/pull/16040 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] [HELP] `select()` never returns a positive value when listening to a TCP socket on SoftAP (ESP32-C6) [nuttx]

2025-03-27 Thread via GitHub
acassis commented on issue #16044: URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2757945989 What do you think @xiaoxiang781216 @raiden00pl ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] sensors/nau7802: Add support for the NAU7802 [nuttx]

2025-03-27 Thread via GitHub
nuttxpr commented on PR #16087: URL: https://github.com/apache/nuttx/pull/16087#issuecomment-2759166196 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary is missing some key information required

[PR] sensors/nau7802: Add support for the NAU7802 [nuttx]

2025-03-27 Thread via GitHub
bskdany opened a new pull request, #16087: URL: https://github.com/apache/nuttx/pull/16087 ## Summary This PR is from CuInSpace. This PR adds an experimental driver for the Nuvoton 24 bit NAU7802 ADC. The driver uses I2C and implements the UORB driver interface from NuttX. T

Re: [PR] arch/xtensa/esp32: Allow enabling espnow without wlan. [nuttx]

2025-03-27 Thread via GitHub
Laczen commented on PR #16043: URL: https://github.com/apache/nuttx/pull/16043#issuecomment-2759252286 I am closing this PR for now. I will come back to this after configuration changes have been introduced to "decouple" wifi from wlan. -- This is an automated message from the Apache Git

Re: [PR] arch/xtensa/esp32: Allow enabling espnow without wlan. [nuttx]

2025-03-27 Thread via GitHub
Laczen closed pull request #16043: arch/xtensa/esp32: Allow enabling espnow without wlan. URL: https://github.com/apache/nuttx/pull/16043 -- 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

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-27 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2007915286 ## include/nuttx/semaphore.h: ## @@ -59,6 +59,56 @@ {(c), (f), SEM_WAITLIST_INITIALIZER} #endif /* CONFIG_PRIORITY_INHERITANCE */ +/* Fast mutex lock/unlock p

Re: [PR] {bp-16075} driver/mtd/at45db.c: write to page without built-in erase [nuttx]

2025-03-27 Thread via GitHub
lupyuen merged PR #16084: URL: https://github.com/apache/nuttx/pull/16084 -- 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

(nuttx) branch releases/12.9 updated (06d1bf3370 -> 568a09c13c)

2025-03-27 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 06d1bf3370 arch/arm/samv7/spi: fix ifdelay setup in spi_setdelay call add 568a09c13c driver/mtd/at45db.c:

Re: [PR] {bp-16078} arch/arm/sama5/spi: fix ifdelay setup in spi_setdelay call [nuttx]

2025-03-27 Thread via GitHub
lupyuen merged PR #16082: URL: https://github.com/apache/nuttx/pull/16082 -- 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

(nuttx) branch master updated (9206abc28a -> c4001b2433)

2025-03-27 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9206abc28a Documentation/szpi-esp32s3: Add doc for LEDC(PWM) add f0b52a8b2d driver/serial/cdcacm: config to enabl

Re: [PR] driver/serial/cdcacm: config to enable or disable reduce one copy [nuttx]

2025-03-27 Thread via GitHub
lupyuen merged PR #16080: URL: https://github.com/apache/nuttx/pull/16080 -- 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

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-03-27 Thread via GitHub
yangsong8-a1 commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2759952835 @jlaitine Please try this PR https://github.com/apache/nuttx/pull/16080 to see if it solves this issue. thank you. -- This is an automated message from the Apache Git Service

Re: [PR] gps: modify printf to use format specifier macros [nuttx-apps]

2025-03-27 Thread via GitHub
lupyuen commented on PR #3041: URL: https://github.com/apache/nuttx-apps/pull/3041#issuecomment-2760003849 Remember to fill in the Commit Description. Thanks :-) - https://github.com/apache/nuttx-apps/pull/3041/commits/d50da7a65f74b53ec0eb8a0b0b534b15d73637c1 -- This is an automated me

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-27 Thread via GitHub
hartmannathan commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006527306 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,205 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the N

Re: [PR] boards/szpi-esp32s3: Enable LCD backlight (LEDC/PWM) [nuttx]

2025-03-27 Thread via GitHub
lupyuen merged PR #16076: URL: https://github.com/apache/nuttx/pull/16076 -- 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

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: bfcc283694ba2aec660dad5317dc9427dc619863

2025-03-27 Thread github-bot
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 0c9f443b8 Publishing web: 405a712

(nuttx) branch master updated (bfcc283694 -> 9206abc28a)

2025-03-27 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from bfcc283694 arch/esp32_himemcdev: Multiple instances of struct file for the same file share the f_inode, ensuring that

Re: [PR] {bp-16077} drivers/serial: gdbstub need enable irq [nuttx]

2025-03-27 Thread via GitHub
lupyuen merged PR #16083: URL: https://github.com/apache/nuttx/pull/16083 -- 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

[I] [BUG] CI Test sim:citest fails intermittently for Linux sim-01 [nuttx]

2025-03-27 Thread via GitHub
lupyuen opened a new issue, #16088: URL: https://github.com/apache/nuttx/issues/16088 ### Description / Steps to reproduce the issue `sim:citest` is failing intermittently for the CI Job `Linux sim-01`: https://github.com/apache/nuttx/actions/runs/14120849141/job/39560745665#step:7

(nuttx) branch releases/12.9 updated: arch/arm/sama5/spi: fix ifdelay setup in spi_setdelay call

2025-03-27 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.9 by this push: new f982d72766 arch/arm/sama5/spi: fix

Re: [PR] testing/drivers/drivertest: Uniform test case name [nuttx-apps]

2025-03-27 Thread via GitHub
lupyuen commented on PR #3039: URL: https://github.com/apache/nuttx-apps/pull/3039#issuecomment-2760132025 Sorry @Zhangshoukui: Can you check if the PR is causing sim:citest to fail? - https://github.com/apache/nuttx/issues/16088 The CI Test Log shows errors for drivertest, please t

Re: [PR] drivers/mtd/mtd_cfi: Add MTDIOC_ERASESTATE [nuttx]

2025-03-27 Thread via GitHub
Zhangshoukui commented on PR #16081: URL: https://github.com/apache/nuttx/pull/16081#issuecomment-2757184289 > mtdconfig_register done > please add a commit message and explain why the change is needed done -- This is an automated message from the Apache Git Service. T

[PR] {bp-16078} arch/arm/sama5/spi: fix ifdelay setup in spi_setdelay call [nuttx]

2025-03-27 Thread via GitHub
jerpelea opened a new pull request, #16082: URL: https://github.com/apache/nuttx/pull/16082 ## Summary ifdelay description (delay between frames) matches the DLYBCT field (delay between consecutive transfers without removing chip select) much better compared to stopdelay (delay between l

Re: [PR] fs/littlefs: Add read-only parameter [nuttx]

2025-03-27 Thread via GitHub
Zhangshoukui commented on PR #15945: URL: https://github.com/apache/nuttx/pull/15945#issuecomment-2757075998 > please update the title to fs/littlefs: Add read-only parameter done -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] {bp-16075} driver/mtd/at45db.c: write to page without built-in erase [nuttx]

2025-03-27 Thread via GitHub
jerpelea opened a new pull request, #16084: URL: https://github.com/apache/nuttx/pull/16084 ## Summary Using the FTL driver over a MTD flash device, when writing to flash, eventually the ftl_flush function is called and it does an erase (MTD_ERASE) and then the write (MTD_BWRITE). Curren

Re: [PR] {bp-16075} driver/mtd/at45db.c: write to page without built-in erase [nuttx]

2025-03-27 Thread via GitHub
nuttxpr commented on PR #16084: URL: https://github.com/apache/nuttx/pull/16084#issuecomment-2757220373 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX requiremen

Re: [PR] arch/xtensa/esp32: Allow enabling espnow without wlan. [nuttx]

2025-03-27 Thread via GitHub
Laczen commented on PR #16043: URL: https://github.com/apache/nuttx/pull/16043#issuecomment-2757318501 @tmedicci the problem with the defines is caused by a `#ifdef CONFIG_ESPRESSIF_WIFI` in sdkconfig.h. But even if I change this into a `CONFIG_ESPRESSIF_WIRELESS` I am getting undefined ref

Re: [PR] arch/xtensa/esp32: Allow enabling espnow without wlan. [nuttx]

2025-03-27 Thread via GitHub
Laczen commented on PR #16043: URL: https://github.com/apache/nuttx/pull/16043#issuecomment-2757353101 @tmedicci IMO the configs should be defined as: CONFIG_ESPRESSIF_WIRELESS -> wifi (wlan and/or espnow) and/or bt and/or ieee802154, CONFIG_ESPRESSIF_BT -> bt hardware used, CON

(nuttx-apps) branch master updated: testing/drivers/drivertest: Uniform test case name

2025-03-27 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 369729eea testing/drivers/drivertest: Unif

[PR] drivers/mtd/mtd_cfi: Add MTDIOC_ERASESTATE [nuttx]

2025-03-27 Thread via GitHub
Zhangshoukui opened a new pull request, #16081: URL: https://github.com/apache/nuttx/pull/16081 ## Summary drivers/mtd/mtd_cfi: Add MTDIOC_ERASESTATE ## Impact None ## Testing local test -- This is an automated message from the Apache Git

Re: [PR] {bp-16028} include/nuttx/math.h: add missing HUGE_VALF and HUGE_VALL [nuttx]

2025-03-27 Thread via GitHub
jerpelea commented on PR #16071: URL: https://github.com/apache/nuttx/pull/16071#issuecomment-2757161049 @hartmannathan that is release manager responsibility to ensure that all back-ports are on the right branch -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] testing/drivers/drivertest: Uniform test case name [nuttx-apps]

2025-03-27 Thread via GitHub
jerpelea merged PR #3039: URL: https://github.com/apache/nuttx-apps/pull/3039 -- 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.

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-27 Thread via GitHub
raiden00pl commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007776115 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git rep

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-27 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2010651001 ## libs/libc/semaphore/sem_wait.c: ## @@ -83,7 +83,12 @@ int sem_wait(FAR sem_t *sem) /* Let nxsem_wait() do the real work */ - ret = nxsem_wait(sem); + ret = n

Re: [PR] testing/drivers/drivertest: Uniform test case name [nuttx-apps]

2025-03-27 Thread via GitHub
lupyuen commented on PR #3039: URL: https://github.com/apache/nuttx-apps/pull/3039#issuecomment-2760346679 @Zhangshoukui Yep you could fix this later, meanwhile I'll restart sim:citest when it fails. Thanks :-) -- This is an automated message from the Apache Git Service. To respond to the

[PR] tools/ci/testrun/script/test_framework/test_cmocka: skip Skip failed … [nuttx]

2025-03-27 Thread via GitHub
Zhangshoukui opened a new pull request, #16089: URL: https://github.com/apache/nuttx/pull/16089 …cases [BUG] CI Test sim:citest fails intermittently for Linux sim-01 nuttx#16088 https://gist.github.com/lupyuen/849562eaf87b93411098c96ada4d43c5 nsh> cmocka --skip test_case_posix

Re: [PR] testing/drivers/drivertest: Uniform test case name [nuttx-apps]

2025-03-27 Thread via GitHub
Zhangshoukui commented on PR #3039: URL: https://github.com/apache/nuttx-apps/pull/3039#issuecomment-2760372005 > @Zhangshoukui Yep you could fix this later, meanwhile I'll restart sim:citest when it fails. Thanks :-) https://github.com/apache/nuttx/pull/16089 this @lupyuen -- Thi

Re: [PR] driver/serial/cdcacm: config to enable or disable reduce one copy [nuttx]

2025-03-27 Thread via GitHub
nuttxpr commented on PR #16080: URL: https://github.com/apache/nuttx/pull/16080#issuecomment-2756952629 [**\[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, al

Re: [PR] Add `oldconfig` and `olddefconfig` custom targets to CMake [nuttx]

2025-03-27 Thread via GitHub
pietroalbini closed pull request #13086: Add `oldconfig` and `olddefconfig` custom targets to CMake URL: https://github.com/apache/nuttx/pull/13086 -- 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] Add `oldconfig` and `olddefconfig` custom targets to CMake [nuttx]

2025-03-27 Thread via GitHub
pietroalbini commented on PR #13086: URL: https://github.com/apache/nuttx/pull/13086#issuecomment-2757620416 Unfortunately priorities at work shifted, and I won't be able to finish this change :frowning_face: Closing the PR. -- This is an automated message from the Apache Git Service. To

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: cf6781efade76f7f369673d7e83c3f9728de408e

2025-03-27 Thread github-bot
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 ef65eae2c Publishing web: 405a712

[PR] {bp-16077} drivers/serial: gdbstub need enable irq [nuttx]

2025-03-27 Thread via GitHub
jerpelea opened a new pull request, #16083: URL: https://github.com/apache/nuttx/pull/16083 ## Summary bug fix, gdbstub can't use ## Impact RELEASE ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-27 Thread via GitHub
jlaitine commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2743504357 Changed the way how atomic.h is included, now it should compile. Re-tested on mpfs. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] [BUG] Menuconfig option System type > ITM SYSLOG support fails on build for STM32F3Discovery [nuttx]

2025-03-27 Thread via GitHub
rentzboy closed issue #16017: [BUG] Menuconfig option System type > ITM SYSLOG support fails on build for STM32F3Discovery URL: https://github.com/apache/nuttx/issues/16017 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] arch/esp32s3: The MISO and C/S pins are optional [nuttx]

2025-03-27 Thread via GitHub
acassis commented on PR #16085: URL: https://github.com/apache/nuttx/pull/16085#issuecomment-2758078557 @JianyuWang0623 I think in some cases MOSI also could be optional, for example ADS7886 requires MISO, SCLK and CS, but doesn't require MOSI. -- This is an automated message from the Apa

Re: [PR] arch/xtensa/esp32: Allow enabling espnow without wlan. [nuttx]

2025-03-27 Thread via GitHub
tmedicci commented on PR #16043: URL: https://github.com/apache/nuttx/pull/16043#issuecomment-2757714902 > @tmedicci IMO the configs should be defined as: > > CONFIG_ESPRESSIF_WIRELESS -> wifi (wlan and/or espnow) and/or bt and/or ieee802154, CONFIG_ESPRESSIF_BT -> bt hardware used, C

Re: [I] [HELP] `select()` never returns a positive value when listening to a TCP socket on SoftAP (ESP32-C6) [nuttx]

2025-03-27 Thread via GitHub
acassis commented on issue #16044: URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2757967201 Exactly! We want NuttX users to have a great first experience, not to enable Network and TCP/IP and important things are not working. -- This is an automated message from the Apach

Re: [PR] arch/esp32s3: The MISO and C/S pins are optional [nuttx]

2025-03-27 Thread via GitHub
JianyuWang0623 commented on PR #16085: URL: https://github.com/apache/nuttx/pull/16085#issuecomment-2757985240 @tmedicci @Donny9 Could you review these patches please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[PR] arch/esp32s3: The MISO and C/S pins are optional [nuttx]

2025-03-27 Thread via GitHub
JianyuWang0623 opened a new pull request, #16085: URL: https://github.com/apache/nuttx/pull/16085 ## Summary The MISO and C/S pins of SPI are optional. - The MISO pin is optional. - The C/S pin is unnecessary when `ESP32S3_SPI_UDCS` is enabled. ## Impact esp32s3 ## T

[PR] gps: modify printf to use format specifier macros [nuttx-apps]

2025-03-27 Thread via GitHub
fdcavalcanti opened a new pull request, #3041: URL: https://github.com/apache/nuttx-apps/pull/3041 ## Summary This PR modifies some `printf` calls from `%d` to `PRId32` to solve warnings due to compiler changes. Relates to this [issue](https://github.com/apache/nuttx/issues/15755).

Re: [I] [HELP] `select()` never returns a positive value when listening to a TCP socket on SoftAP (ESP32-C6) [nuttx]

2025-03-27 Thread via GitHub
acassis commented on issue #16044: URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2757944961 @fdcavalcanti should we modify CONFIG_NET_TCPBACKLOG to be enabled by default instead of disabled by default? I think it is better have a more complete kernel image that works than

Re: [I] [HELP] `select()` never returns a positive value when listening to a TCP socket on SoftAP (ESP32-C6) [nuttx]

2025-03-27 Thread via GitHub
fdcavalcanti commented on issue #16044: URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2757956501 > [@fdcavalcanti](https://github.com/fdcavalcanti) should we modify CONFIG_NET_TCPBACKLOG to be enabled by default instead of disabled by default? I think it is better have a mo

Re: [PR] arch/esp32s3: The MISO and C/S pins are optional [nuttx]

2025-03-27 Thread via GitHub
JianyuWang0623 commented on PR #16085: URL: https://github.com/apache/nuttx/pull/16085#issuecomment-2758158486 > @JianyuWang0623 I think in some cases MOSI also could be optional, for example ADS7886 requires MISO, SCLK and CS, but doesn't require MOSI. @acassis Got it, updated, thank

Re: [PR] driver/serial: Check again the RX buffer, then check file flags [nuttx]

2025-03-27 Thread via GitHub
nuttxpr commented on PR #16086: URL: https://github.com/apache/nuttx/pull/16086#issuecomment-2758247703 [**\[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, al