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

2025-03-28 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019736741 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/**

Re: [PR] arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled [nuttx]

2025-03-28 Thread via GitHub
lupyuen merged PR #16079: URL: https://github.com/apache/nuttx/pull/16079 -- 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: [PR] boards/szpi-esp32s3: Add support for LCD [nuttx]

2025-03-28 Thread via GitHub
nuttxpr commented on PR #16094: URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2763108398 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary is good, but could be improved by explic

Re: [PR] system/uorb/listener.c: fix typo [nuttx-apps]

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

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

2025-03-28 Thread via GitHub
lupyuen merged PR #16085: URL: https://github.com/apache/nuttx/pull/16085 -- 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: [PR] driver/serial: Check again the RX buffer, then check file flags [nuttx]

2025-03-28 Thread via GitHub
lupyuen merged PR #16086: URL: https://github.com/apache/nuttx/pull/16086 -- 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: driver/serial: Check again the RX buffer, then check file flags

2025-03-28 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 48af14beca driver/serial: Check again the RX buf

(nuttx) branch master updated: arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled

2025-03-28 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 bd628883ab arch/arm/src/samv7: enable GPIO clock

(nuttx) branch master updated: boards/esp32: add heap test to psram defconfig

2025-03-28 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 2cee5c0945 boards/esp32: add heap test to psram

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

2025-03-28 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 d55ade7c5 Publishing web: 405a712

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

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

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

2025-03-28 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019213027 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/

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

2025-03-28 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2019213027 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/

[PR] benchmarks/mtd: Select libc's floating point support and improve format specifiers portability [nuttx-apps]

2025-03-28 Thread via GitHub
tmedicci opened a new pull request, #3046: URL: https://github.com/apache/nuttx-apps/pull/3046 ## Summary The application requires libc's floating point support. Although it may be already enabled by other applications and/or hardware support, it should be explicitly selected by the

[I] [HELP] Proper multi-directory custom app integration [nuttx]

2025-03-28 Thread via GitHub
stbenn opened a new issue, #16093: URL: https://github.com/apache/nuttx/issues/16093 ### Description I am having issues with make recognizing file changes in my custom app. As a result, I need to `make clean` before every build which is not ideal. I believe the root cause is m

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-28 Thread via GitHub
acassis commented on PR #16090: URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2761735373 @TimJTi please take a look, could be useful for you -- 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

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

2025-03-28 Thread via GitHub
lupyuen commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761196627 @nuttxpr test mlkv_duos:nsh -- 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 co

(nuttx) branch master updated: drivers/mtd/mtd_cfi: Add MTDIOC_ERASESTATE

2025-03-28 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.git The following commit(s) were added to refs/heads/master by this push: new 0550355c92 drivers/mtd/mtd_cfi: Add MTDIOC_ERA

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

2025-03-28 Thread via GitHub
nuttxpr commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761195946 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (avaota-a1:nsh) https://gitlab.com

Re: [PR] arch/xtensa/src/common: Make esp32 wlan device configurable [nuttx]

2025-03-28 Thread via GitHub
Laczen commented on PR #16092: URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761372618 @tmedicci I have made the config under wifi instead of `select wifi` under wlan to avoid having to regenerate all configs. I can add extra boards to the second commit, but I can't

Re: [PR] arch/xtensa/src/common: Make esp32 wlan device configurable [nuttx]

2025-03-28 Thread via GitHub
tmedicci commented on PR #16092: URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761350550 > @tmedicci FYI. Thanks! I will test on our internal CI (come back soon!) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] arch/xtensa/src/common: Make esp32 wlan device configurable [nuttx]

2025-03-28 Thread via GitHub
Laczen opened a new pull request, #16092: URL: https://github.com/apache/nuttx/pull/16092 ## Summary Add the possibility to configure (disable) the wlan device on esp32. By default this is enabled so it does not change the present behavior. This is added to allow disabling in some fu

Re: [PR] arch/xtensa/src/common: Make esp32 wlan device configurable [nuttx]

2025-03-28 Thread via GitHub
Laczen commented on PR #16092: URL: https://github.com/apache/nuttx/pull/16092#issuecomment-2761347310 @tmedicci FYI. -- 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] cmake: remove empty strings from FetchContent [nuttx-apps]

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

[PR] examples/adc: fix printf warning [nuttx-apps]

2025-03-28 Thread via GitHub
raiden00pl opened a new pull request, #3045: URL: https://github.com/apache/nuttx-apps/pull/3045 ## Summary examples/adc: fix printf warning ## Impact none ## Testing adc with sim -- This is an automated message from the Apache Git Service. To respond to the mess

[PR] cmake: remove empty strings from FetchContent [nuttx-apps]

2025-03-28 Thread via GitHub
raiden00pl opened a new pull request, #3044: URL: https://github.com/apache/nuttx-apps/pull/3044 ## Summary remove empty strings from FetchContent to eliminate cmake build warnings like this: CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1564 (cmake_parse_argu

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

2025-03-28 Thread via GitHub
lupyuen commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761183195 @nuttxpr test avaota-a1:nsh -- 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 co

[PR] xboards/esp32: add heap test to psram defconfig [nuttx]

2025-03-28 Thread via GitHub
fdcavalcanti opened a new pull request, #16091: URL: https://github.com/apache/nuttx/pull/16091 ## Summary Add the heap test to `psram` and `psram_usrheap` defconfigs of `esp32-devkitc`. This allows straightforward test of the heap. ## Impact Impact on user: No.

Re: [PR] examples: fix coding standard issues for nimble_blecent and nimble_bleprpt [nuttx-apps]

2025-03-28 Thread via GitHub
nuttxpr commented on PR #3043: URL: https://github.com/apache/nuttx-apps/pull/3043#issuecomment-2761180123 [**\[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 require

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

2025-03-28 Thread via GitHub
jlaitine commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761193974 > ~Hmmm wonder why Avaota-A1 Arm64 SBC is failing...~ https://gist.github.com/lupyuen/75bee0db56674f2a90c4be99a3baa15a > > ``` > dump_assert_info: Current Version: NuttX 10.4.0

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

2025-03-28 Thread via GitHub
nuttxpr commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761206592 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

[PR] examples: fix coding standard issues for nimble_blecent and nimble_bleprpt [nuttx-apps]

2025-03-28 Thread via GitHub
raiden00pl opened a new pull request, #3043: URL: https://github.com/apache/nuttx-apps/pull/3043 ## Summary 1. examples/nimble_bleprph: fix various coding standard issues and fix compilation for make 2. examples/nimble_blecent: fix various coding standard issues and fix co

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

2025-03-28 Thread via GitHub
lupyuen commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761150893 Hmmm wonder why Avaota-A1 Arm64 SBC is failing... https://gist.github.com/lupyuen/75bee0db56674f2a90c4be99a3baa15a ```text dump_assert_info: Current Version: NuttX 10.4.0 427d51e0

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

2025-03-28 Thread via GitHub
jlaitine commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761145703 And had to modify still a bit to pass CI with debug assertions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] system/uorb/listener.c: fix typo [nuttx-apps]

2025-03-28 Thread via GitHub
simbit18 opened a new pull request, #3042: URL: https://github.com/apache/nuttx-apps/pull/3042 ## Summary fix typo "Mointor" -> "Monitor" ## Impact Impact on user: NO. Impact on build: NO. Impact on hardware: NO Impact on documentation: NO Impact on securi

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

2025-03-28 Thread via GitHub
lupyuen commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761117846 @nuttxpr test avaota-a1:nsh -- 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 co

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

2025-03-28 Thread via GitHub
jlaitine commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2761114717 Modified the PR acc. to the review comments, re-tested on rv-virt:nsh64 (ostest) and on multiple real hw & build configurations (MPFS, CONFIG_BUILD_KERNEL and CONFIG_BUILD_FLAT, SMP and

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

2025-03-28 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2018503867 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/**

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

2025-03-28 Thread via GitHub
xiaoxiang781216 closed issue #16004: [BUG] PR #15931 breaks ttyACM URL: https://github.com/apache/nuttx/issues/16004 -- 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 unsubscr

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

2025-03-28 Thread via GitHub
xiaoxiang781216 merged PR #16081: URL: https://github.com/apache/nuttx/pull/16081 -- 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] Optimize mutex atomic fast path [nuttx]

2025-03-28 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2018351215 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/**

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-28 Thread via GitHub
raiden00pl commented on PR #16090: URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760862734 @lupyuen good idea :) done -- 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] tools/ci/testrun/script/test_framework/test_cmocka: skip Skip failed … [nuttx]

2025-03-28 Thread via GitHub
raiden00pl merged PR #16089: URL: https://github.com/apache/nuttx/pull/16089 -- 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.a

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-28 Thread via GitHub
lupyuen commented on PR #16090: URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760849095 Sorry @raiden00pl: Maybe you can rebase with master to fix sim:citest? So I can stop clicking "Restart Job". Thanks :-) -- This is an automated message from the Apache Git Service. To r

(nuttx) branch master updated (c4001b2433 -> 82273b1cf5)

2025-03-28 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c4001b2433 Revert "boards/defconfig: remove fixed CDCACM BUFFER SIZE" add 82273b1cf5 tools/ci/testrun/script/tes

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

2025-03-28 Thread via GitHub
raiden00pl closed issue #16088: [BUG] CI Test sim:citest fails intermittently for Linux sim-01 URL: https://github.com/apache/nuttx/issues/16088 -- 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 s

Re: [PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-28 Thread via GitHub
lupyuen commented on PR #16090: URL: https://github.com/apache/nuttx/pull/16090#issuecomment-2760814499 Sorry I had to restart the CI Jobs a few times, because sim:citest kept failing: - https://github.com/apache/nuttx/issues/16088 -- This is an automated message from the Apache Git Se

Re: [PR] Documentation/benchmarks/mtd: Add MTD transfer rate test app docs. [nuttx]

2025-03-28 Thread via GitHub
acassis merged PR #16032: URL: https://github.com/apache/nuttx/pull/16032 -- 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: [PR] syslog: add an option to completely disable syslog logic [nuttx]

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

[PR] syslog: add an option to completely disable syslog logic [nuttx]

2025-03-28 Thread via GitHub
raiden00pl opened a new pull request, #16090: URL: https://github.com/apache/nuttx/pull/16090 ## Summary Add an option to completely disable syslog() and replace it with an empty functions. This option can be useful for small systems when we don't have any logging support, but compil

[PR] examples/fbcon: Fix endchoice and help in Kconfig [nuttx-apps]

2025-03-28 Thread via GitHub
lupyuen opened a new pull request, #3032: URL: https://github.com/apache/nuttx-apps/pull/3032 ## Summary This PR fixes the `endchoice` and `help` in the Kconfig for fbcon - https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006527306 This patch will fix these build e