Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2093981170 ## boards/arm/sama5/sama5d3-xplained/configs/knsh/defconfig: ## @@ -0,0 +1,91 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. Review Comment: could y

Re: [PR] tools/nxstyle.c: fix error Relative file path on Windows Native [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16396: URL: https://github.com/apache/nuttx/pull/16396#discussion_r2093982218 ## tools/nxstyle.c: ## @@ -719,6 +723,63 @@ static void show_usage(char *progname, int exitcode, char *what) exit(exitcode); } +#ifndef HAVE_STRNDUP +/***

Re: [PR] tools/nxstyle.c: fix error Relative file path on Windows Native [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16396: URL: https://github.com/apache/nuttx/pull/16396#discussion_r2093982271 ## tools/nxstyle.c: ## @@ -719,6 +723,63 @@ static void show_usage(char *progname, int exitcode, char *what) exit(exitcode); } +#ifndef HAVE_STRNDUP +/***

Re: [PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
raiden00pl commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2093979330 ## boards/arm/sama5/sama5d3-xplained/Kconfig: ## @@ -110,6 +110,36 @@ config SAMA5D3XPLAINED_AT25_NXFFS endchoice # AT25 serial FLASH configuration +config SAMA

[PR] DOCS: Application documentation [nuttx]

2025-05-16 Thread via GitHub
linguini1 opened a new pull request, #16406: URL: https://github.com/apache/nuttx/pull/16406 ## Summary Include some documentation for example applications, as part of #11081. ## Impact Impacts only documentation by completing two documentation pages. ## Testing

(nuttx) branch master updated (e5bf4fc5c4 -> 0ecaeb7efe)

2025-05-16 Thread xiaoxiang
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.git from e5bf4fc5c4 arch/arm/rp23xx: xosc: Update startup delay calculation add 3a31da9585 sensors: add support for BME6

Re: [PR] sensors: add BME688 gas sensor [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #16397: URL: https://github.com/apache/nuttx/pull/16397 -- 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...@nu

Re: [PR] wireless/bluetooth/nimble/Kconfig: add missing header [nuttx-apps]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #3079: URL: https://github.com/apache/nuttx-apps/pull/3079 -- 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...

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093878551 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/p

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093878551 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/p

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093880852 ## tools/checkpatch.sh: ## @@ -125,7 +126,14 @@ check_file() { fi if [ $spell != 0 ]; then -if ! codespell -q 7 ${@: -1}; then +if [ "$codespell

Re: [PR] logging/nxscope: fix various warnings reported by CodeChekcer [nuttx-apps]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #3077: URL: https://github.com/apache/nuttx-apps/pull/3077 -- 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-apps) branch master updated: wireless/bluetooth/nimble/Kconfig: add missing header

2025-05-16 Thread xiaoxiang
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 877e4919c wireless/bluetooth/nimble/Kconf

Re: [PR] logging/nxscope: allow use in C++ code [nuttx-apps]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #3078: URL: https://github.com/apache/nuttx-apps/pull/3078 -- 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...

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2888037413 the following warning could be fixed, I think: ``` /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/tlsr82/tlsr82_adc.c:75: configed ==> configured /home/runner/work/nuttx

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093878551 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/p

Re: [PR] ostest/wdog: Update wdog_test. [nuttx-apps]

2025-05-16 Thread via GitHub
lupyuen commented on PR #3076: URL: https://github.com/apache/nuttx-apps/pull/3076#issuecomment-2887935450 @Fix-Point Can you check why sim:citest is failing at ostest wdog.c:365? Here's the CI Test Log: https://gist.github.com/lupyuen/d942290f6fd6d2783aa47d243c9e3c3c ```bash sudo d

[PR] docs/contributing: Add board documentation template [nuttx]

2025-05-16 Thread via GitHub
linguini1 opened a new pull request, #16405: URL: https://github.com/apache/nuttx/pull/16405 ## Summary Introduced a template for board support documentation to help standardize the documentation requirements for NuttX. Also added a small section to the documentation contributing gui

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: e5bf4fc5c4057d9f4e8ec1cc00a7fd4254cc23af

2025-05-16 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 dc164a6c3 Publishing web: 16e1777

Re: [PR] tools/CMakeLists.txt: Improvements to CMakeLists.txt file [nuttx]

2025-05-16 Thread via GitHub
lupyuen commented on PR #16402: URL: https://github.com/apache/nuttx/pull/16402#issuecomment-2887850720 NuttX Mirror is failing the build too 🤔 - https://github.com/apache/nuttx/issues/16404 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[I] [BUG] imx93-evk/bootloader: undefined reference to `main' [nuttx]

2025-05-16 Thread via GitHub
lupyuen opened a new issue, #16404: URL: https://github.com/apache/nuttx/issues/16404 ### Description / Steps to reproduce the issue NuttX Mirror is failing the build for imx93-evk/bootloader ``` Configuration/Tool: imx93-evk/bootloader 2025-05-16 15:37:16

Re: [I] [BUG] RP2040 I2C not working [nuttx]

2025-05-16 Thread via GitHub
linguini1 closed issue #16385: [BUG] RP2040 I2C not working URL: https://github.com/apache/nuttx/issues/16385 -- 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-

Re: [I] [BUG] RP2040 I2C not working [nuttx]

2025-05-16 Thread via GitHub
linguini1 commented on issue #16385: URL: https://github.com/apache/nuttx/issues/16385#issuecomment-2887748533 Closed by #16390 -- 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 commen

Re: [I] [HELP] `dhcpd_stop()` does not return if no packets were received (recv blocking behavior) [nuttx]

2025-05-16 Thread via GitHub
TimJTi commented on issue #16135: URL: https://github.com/apache/nuttx/issues/16135#issuecomment-2887266118 Stumbled across this issue while using dhcpd as a template for a similar daemon. At present, the daemon loop does nothing except sleep for 100ms (until I get the structure in place an

[PR] wireless/bluetooth/nimble/Kconfig: add missing header [nuttx-apps]

2025-05-16 Thread via GitHub
raiden00pl opened a new pull request, #3079: URL: https://github.com/apache/nuttx-apps/pull/3079 ## Summary wireless/bluetooth/nimble/Kconfig: add missing header ## Impact cosmetic change ## Testing none -- This is an automated message from the Apache Git Service

Re: [PR] tools/CMakeLists.txt: Improvements to CMakeLists.txt file [nuttx]

2025-05-16 Thread via GitHub
simbit18 commented on PR #16402: URL: https://github.com/apache/nuttx/pull/16402#issuecomment-2887224950 @xiaoxiang781216 @acassis @lupyuen this does not concern this PR Configuration/Tool: imx9

[PR] logging/nxscope: allow use in C++ code [nuttx-apps]

2025-05-16 Thread via GitHub
raiden00pl opened a new pull request, #3078: URL: https://github.com/apache/nuttx-apps/pull/3078 ## Summary logging/nxscope: allow use in C++ code ## Impact nxscope can be used in C++ code ## Testing custom project -- This is an automated message from the Apache

[PR] logging/nxscope: fix various warnings reported by CodeChekcer [nuttx-apps]

2025-05-16 Thread via GitHub
raiden00pl opened a new pull request, #3077: URL: https://github.com/apache/nuttx-apps/pull/3077 ## Summary fix various warnings reported by CodeChekcer for nxscope ## Impact code quality ## Testing CI -- This is an automated message from the Apache Git Service. To r

[PR] boards/sama5d3-xplained: Fix mmc card detection. [nuttx]

2025-05-16 Thread via GitHub
ldube opened a new pull request, #16403: URL: https://github.com/apache/nuttx/pull/16403 ## Summary Use the pins specified in the SAMA5D3 Xplained User Guide. Rename config macros from SAMA5D4EK to SAMA5D3XPLAINED. Add SDMMC support to defconfig. Boot mount is disabled by default.

Re: [PR] arch/risc-v: Add dedicated GPIO support for esp32[-s2|-s3|-c3|-c6|-h2] [nuttx]

2025-05-16 Thread via GitHub
eren-terzioglu commented on PR #16223: URL: https://github.com/apache/nuttx/pull/16223#issuecomment-2879251333 Thanks @raiden00pl, @acassis, @xiaoxiang781216. I updated without doing any change on driver level. -- This is an automated message from the Apache Git Service. To respond to the

[PR] tools/CMakeLists.txt: Improvements to CMakeLists.txt file [nuttx]

2025-05-16 Thread via GitHub
simbit18 opened a new pull request, #16402: URL: https://github.com/apache/nuttx/pull/16402 ## Summary More aligned to the tools/Makefile.host file Added: - The option() command It provides a way to enable or disable targets of the project based on the user's preference

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
sumpfralle commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2887053635 > > ``` > > * [codespell] `noral`: I am not sure, which word the original author intended [there](https://github.com/apache/nuttx/blob/55f85dd727e670151d7455b22880a60036b3fe9f/arch/

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
sumpfralle commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093260889 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/pull/1

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
sumpfralle commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2887008226 > and please ignore this kind of error: > > ``` > Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/ble/ble_controller.h:69:3: error: Mixed case identifier foun

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
sumpfralle commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2887003190 > could we drop from log: > > ``` > Used config files: > 1: .codespellrc > ``` I just pushed another commit to this PR (a bit unrelated), which avoids repeate

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
sumpfralle commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093235790 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/pull/1

(nuttx) branch master updated (68b22fee3c -> e5bf4fc5c4)

2025-05-16 Thread xiaoxiang
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.git from 68b22fee3c Update defconfigs add e5bf4fc5c4 arch/arm/rp23xx: xosc: Update startup delay calculation No new rev

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #16401: URL: https://github.com/apache/nuttx/pull/16401#discussion_r2093230386 ## .codespell-ignore-lines: ## @@ -15,4 +15,162 @@ Linix 45ZWN24-40 2 0.5 Ohm0.400 mH 2.34A 24V * [#14540](https://github.com/apache/nuttx/p

Re: [PR] arch/arm/rp23xx: xosc: Update startup delay calculation [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #16398: URL: https://github.com/apache/nuttx/pull/16398 -- 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...@nu

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2886985041 > This set of changes causes CI failures for the following reasons: > > * `error: Mixed case identifier found`: unrelated problematic naming of variables. I think, these

Re: [PR] arch/arm64/imx9: Extend ELE API with RNG support [nuttx]

2025-05-16 Thread via GitHub
pussuw commented on code in PR #16387: URL: https://github.com/apache/nuttx/pull/16387#discussion_r2092611969 ## arch/arm64/src/imx9/imx9_ele.c: ## @@ -387,3 +391,103 @@ int imx9_ele_verify_image(uint32_t img_id, uint32_t *response) return -EIO; } + +int imx9_ele_start_rn

Re: [PR] arch/risc-v/src/common/espressif/esp_pcnt.c: counter accumulation fix [nuttx]

2025-05-16 Thread via GitHub
ppisa commented on PR #16392: URL: https://github.com/apache/nuttx/pull/16392#issuecomment-2886006024 Thanks for the effort to make ESP32Cx QENC usable again. From the longer perspective, the events enable should be selectable because for some specific applications where limits are low and

Re: [PR] Fix spelling in comments and strings [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2886948623 @sumpfralle could we drop from log: ``` Used config files: 1: .codespellrc ``` -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] espressif: Fixes for Quadrature Encoder mode of PCNT peripheral [nuttx]

2025-05-16 Thread via GitHub
ppisa commented on PR #16391: URL: https://github.com/apache/nuttx/pull/16391#issuecomment-2886028905 The changes enabled @matiamic to use and test QENC support after breakages of original @Vajnar contribution by Espressif changes. It would be nice if Espressif people can check and approve

Re: [PR] libs/libc/semaphore: Enable semaphore fast wait/post paths for counting semaphores [nuttx]

2025-05-16 Thread via GitHub
shtirlic commented on PR #16360: URL: https://github.com/apache/nuttx/pull/16360#issuecomment-2879219068 > > Are there any stats I can get for this, how much I got slow routines on running system? Like irqinfo stats. It would be great to have something like seminfo stats in proc > >

Re: [PR] include/nuttx/can.h: remove dependency on CONFIG_NET_CAN [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #16370: URL: https://github.com/apache/nuttx/pull/16370 -- 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...@nu

Re: [PR] arch/sim/sim_canchar.c: notify upper-half driver that tx done [nuttx]

2025-05-16 Thread via GitHub
xiaoxiang781216 merged PR #16371: URL: https://github.com/apache/nuttx/pull/16371 -- 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...@nu

(nuttx) 04/05: Select SENSORS_QENCODER as dependency for Quadrature Encoder mode of PCNT unit

2025-05-16 Thread acassis
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 a3d0411c24f65c2f86885bbdca8015e02cbd6230 Author: Martin Vajnar AuthorDate: Sat May 10 16:34:32 2025 +0200 Select SE

(nuttx) 05/05: Update defconfigs

2025-05-16 Thread acassis
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 68b22fee3cf164bf502a497558478ed9be9a5650 Author: Martin Vajnar AuthorDate: Fri May 16 10:09:06 2025 +0200 Update de

(nuttx) 03/05: esp32[c6|h2|s2|s3]: Assign Edge/Level GPIO pin numbers when in Quadrature Encoder mode

2025-05-16 Thread acassis
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 3e100e3c869a619d4c49d31e8a109a688818f8d8 Author: Martin Vajnar AuthorDate: Sun Apr 27 16:05:56 2025 +0200 esp32[c6|

(nuttx) 01/05: esp32[c6|h2|s3|s2]: Fix assignment of Edge/Level GPIO pins in PCNT

2025-05-16 Thread acassis
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 51a75e622f16fc38e91a381464e80e4b05fce4a6 Author: Martin Vajnar AuthorDate: Sun Apr 27 14:19:55 2025 +0200 esp32[c6|

(nuttx) branch master updated (55f85dd727 -> 68b22fee3c)

2025-05-16 Thread acassis
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 55f85dd727 drivers/ctucan: fix IRQ ctrl new 51a75e622f esp32[c6|h2|s3|s2]: Fix assignment of Edge/Level GPIO pins

(nuttx) 02/05: xtensa|espressif: Unify Quadrature Encoder handling among units

2025-05-16 Thread acassis
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 abac610d135e341912a173ea919002cb0cf55253 Author: Martin Vajnar AuthorDate: Sun Apr 27 14:26:46 2025 +0200 xtensa|es

(nuttx) branch master updated: drivers/ctucan: fix IRQ ctrl

2025-05-16 Thread lupyuen
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 55f85dd727 drivers/ctucan: fix IRQ ctrl 55f85dd7

(nuttx) branch master updated: arch/arm64/imx9: Extend ELE API with RNG support

2025-05-16 Thread acassis
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 The following commit(s) were added to refs/heads/master by this push: new fcbd3099aa arch/arm64/imx9: Extend ELE API with