Re: [PR] cdcacm: Reduce one copy of data between serial and cdcacm framework [nuttx]

2025-03-15 Thread via GitHub
jerpelea commented on PR #15931: URL: https://github.com/apache/nuttx/pull/15931#issuecomment-2703321333 @acassis the PR was merged with documentation and board configs mixed in the same commit ! -- This is an automated message from the Apache Git Service. To respond to the message, pleas

(nuttx-apps) branch master updated: boot/nxboot: enhance bootloader capabilities and decision logic

2025-03-15 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 0639a2ad7 boot/nxboot: enhance bootloader c

(nuttx) branch master updated: arch/x86_64: Implement TSC frequency query via CPUID 0x40000010

2025-03-15 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.git The following commit(s) were added to refs/heads/master by this push: new 1ea3c01062 arch/x86_64: Implement TSC frequency

Re: [PR] arch/risc-v: tick timer improvements [nuttx]

2025-03-15 Thread via GitHub
jlaitine commented on PR #15929: URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2705675525 @xiaoxiang781216 I kept all the previous oneshot interfaces unmodified, but added the "tick" functions for tick based operations. This should address your concern of tickless mode,

[I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-15 Thread via GitHub
SPRESENSE opened a new issue, #15960: URL: https://github.com/apache/nuttx/issues/15960 ### Description / Steps to reproduce the issue Due to https://github.com/apache/nuttx/pull/15931, the write messages via USB CDC/ACM may be lost. Before this PR, the problem does not occur.

Re: [PR] bugfix [nuttx]

2025-03-15 Thread via GitHub
lipan118 commented on PR #15991: URL: https://github.com/apache/nuttx/pull/15991#issuecomment-2726072918 > Thanks for improving STM32 RTC support! Please improve the git log and PR description, as "bugfix" doesn't describe what is changing and why. The log and PR description could begin wit

Re: [PR] arch/arm64: Improvements on ARM generic timer drivers. [nuttx]

2025-03-15 Thread via GitHub
lupyuen commented on PR #15938: URL: https://github.com/apache/nuttx/pull/15938#issuecomment-2710118218 @nuttxpr test qemu-armv8a:netnsh -- 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 specif

Re: [PR] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #15989: URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995863778 ## tools/ci/platforms/windows.ps1: ## @@ -0,0 +1,307 @@ +#!/usr/bin/env pswd + +# to

[PR] [Draft]libs/instrument: add instrument level check to avoid nesting loops [nuttx]

2025-03-15 Thread via GitHub
anchao opened a new pull request, #15997: URL: https://github.com/apache/nuttx/pull/15997 ## Summary libs/instrument: add instrument level check to avoid nesting loops Signed-off-by: chao an ## Impact N/A ## Testing sim/nsh, enable vfs instrument

Re: [PR] arch/arm64/a527: Add support for Allwinner A527 SoC [nuttx]

2025-03-15 Thread via GitHub
anchao commented on code in PR #15996: URL: https://github.com/apache/nuttx/pull/15996#discussion_r1997499359 ## arch/arm64/Kconfig: ## @@ -37,6 +37,22 @@ config ARCH_CHIP_A64 ---help--- Allwinner A64 SoC +config ARCH_CHIP_A527 Review Comment: Allwi

Re: [PR] arch/arm64/a527: Add support for Allwinner A527 SoC [nuttx]

2025-03-15 Thread via GitHub
lupyuen commented on code in PR #15996: URL: https://github.com/apache/nuttx/pull/15996#discussion_r1997499674 ## arch/arm64/Kconfig: ## @@ -37,6 +37,22 @@ config ARCH_CHIP_A64 ---help--- Allwinner A64 SoC +config ARCH_CHIP_A527 Review Comment: @anc

Re: [PR] fs/vfs/fs_poll: Add noinstrument_function to poll_notify function [nuttx]

2025-03-15 Thread via GitHub
anchao commented on PR #15971: URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2727223541 > > > I tried this change before the one I've suggested (and the device still halts). Either way, the functions that are part of the instrumentation itself should not be instrumented (the

Re: [PR] [Draft]libs/instrument: add instrument level check to avoid nesting loops [nuttx]

2025-03-15 Thread via GitHub
nuttxpr commented on PR #15997: URL: https://github.com/apache/nuttx/pull/15997#issuecomment-2727224462 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does NOT fully meet the NuttX requirements. Her

[PR] esp32s3/python: add support for running Python on ESP32-S3 [nuttx]

2025-03-15 Thread via GitHub
tmedicci opened a new pull request, #15955: URL: https://github.com/apache/nuttx/pull/15955 ## Summary Add a defconfig that enables the Python interpreter on ESP32-S3 and add the related documentation about it for both the Python Interpreter and ESP32-S3-DevKitC-board entries.

Re: [PR] esp32: espnow improvements [nuttx]

2025-03-15 Thread via GitHub
Laczen commented on PR #15962: URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2710596259 Hi @tmedicci thanks for your remarks, Regarding item 1: I think the udpclient & server test program are meant to be started when the link is up and there might be an init problem whe

Re: [PR] fs/vfs/fs_poll: Add noinstrument_function to poll_notify function [nuttx]

2025-03-15 Thread via GitHub
tmedicci commented on PR #15971: URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2725372135 > maybe we can use the same variable in "`instr_level`" and call `atomic_fetch_sub ` to subtract the count in `__cyg_profile_func_exit()` > > ``` > __cyg_profile_func_enter >

[PR] arch/arm64/a527: Add support for Allwinner A527 SoC [nuttx]

2025-03-15 Thread via GitHub
lupyuen opened a new pull request, #15996: URL: https://github.com/apache/nuttx/pull/15996 ## Summary This PR adds support for the Allwinner A527 Arm64 SoC. This will be used by the upcoming port of NuttX for PINE64 Yuzuki Avaota-A1 SBC. And for Arm64 PR Test Bot. Most of the

Re: [PR] arch/arm64/a527: Add support for Allwinner A527 SoC [nuttx]

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

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-15 Thread via GitHub
acassis commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2727053491 @keever50 @raiden00pl yes, in the past NuttX used to have a set of ioctl() for each drivers, but for standard interfaces like RFID (Mifare, NFC, etc) having a set of common ioctls ma

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
linguini1 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726986417 > @linguini1 just out of curiosity. What kinds of currents are we talking about between 2.1 and 2.4 dBm? > ~2mA, which sounds insignificant but for battery powered applic

Re: [PR] arch/x86_64: Implement TSC frequency query via CPUID 0x40000010 [nuttx]

2025-03-15 Thread via GitHub
raiden00pl merged PR #15935: URL: https://github.com/apache/nuttx/pull/15935 -- 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] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-15 Thread via GitHub
simbit18 commented on code in PR #15989: URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995786295 ## tools/ci/platforms/windows.ps1: ## @@ -0,0 +1,307 @@ +#!/usr/bin/env pswd + +# tools/ci/

Re: [PR] drivers/sensors/fakesensor: Add baro sensor type to fakesensor [nuttx]

2025-03-15 Thread via GitHub
acassis commented on PR #15990: URL: https://github.com/apache/nuttx/pull/15990#issuecomment-2724741498 Nice contribution @AngusJull !!! -- 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 specif

(nuttx) branch master updated: drivers/wireless/lpwan/rn2xx3: Fix SERIAL dependency

2025-03-15 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.git The following commit(s) were added to refs/heads/master by this push: new c009c386cc drivers/wireless/lpwan/rn2xx3: Fix S

Re: [PR] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #15989: URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995731424 ## tools/ci/platforms/windows.ps1: ## @@ -0,0 +1,307 @@ +#!/usr/bin/env pswd + +# to

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-15 Thread via GitHub
keever50 commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2726471772 @acassis whats your thought on this? There are some ioctl commands that really need to be changed. Such as PN532IOC_SEND_CMD_READ_PASSIVE which... does not take any arguments f

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726447801 @linguini1 Hey again I wonder if we really need the 1/100 step dB power setting. What if we do not change it, keep 1/1 steps? Would that affect projects? Practically 1/100

(nuttx) branch master updated: coredump:adjust BOARD_COREDUMP_COMPRESSION

2025-03-15 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.git The following commit(s) were added to refs/heads/master by this push: new 0532fa408a coredump:adjust BOARD_COREDUMP_COMPR

Re: [PR] arm/nucleo-f429zi: Add board flash size config for STM32F429ZI [nuttx]

2025-03-15 Thread via GitHub
raiden00pl merged PR #15988: URL: https://github.com/apache/nuttx/pull/15988 -- 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] coredump:adjust BOARD_COREDUMP_COMPRESSION [nuttx]

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

(nuttx) 02/02: arm/nucleo-f429zi: Add board flash size config for STM32F429ZI

2025-03-15 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.git commit b03c3675016bbac724fd71f4dab4a37eab9d2359 Author: Yangwei AuthorDate: Sat Mar 15 01:11:42 2025 +0800 arm/nucleo-f42

(nuttx) 01/02: arm/nucleo-f746zg: Exclude DTCM from the heap to avoid warning

2025-03-15 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.git commit 1fe2deb01b98d0764689bd13e926cf10bf466341 Author: Yangwei AuthorDate: Sat Mar 15 00:38:32 2025 +0800 arm/nucleo-f74

(nuttx) branch master updated (0532fa408a -> b03c367501)

2025-03-15 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 0532fa408a coredump:adjust BOARD_COREDUMP_COMPRESSION new 1fe2deb01b arm/nucleo-f746zg: Exclude DTCM from the he

Re: [PR] fs/vfs/fs_poll: Add noinstrument_function to poll_notify function [nuttx]

2025-03-15 Thread via GitHub
tmedicci commented on PR #15971: URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2726569771 > > I tried this change before the one I've suggested (and the device still halts). Either way, the functions that are part of the instrumentation itself should not be instrumented (the

Re: [PR] cmake: Add utility target to update .config with minimal changes [nuttx]

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

Re: [I] [HELP] Cannot Build Esp32C6 when efuse and mcuboot are enable at same time [nuttx]

2025-03-15 Thread via GitHub
eren-terzioglu commented on issue #15932: URL: https://github.com/apache/nuttx/issues/15932#issuecomment-2724049998 Hi, Created 15932 -- 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 specif

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726712398 @linguini1 just out of curiosity. What kinds of currents are we talking about between 2.1 and 2.4 dBm? -- This is an automated message from the Apache Git Service. To respond

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
linguini1 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726702267 > If the user only cares about normal precision, it creates a cleaner code. > and yes it is possible to add the extra precision one. However i dont see the use? Can be done a

(nuttx) branch master updated (8abd5dfd8d -> c42431a01f)

2025-03-15 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 8abd5dfd8d arch/esp32[c3|c6|h2]: Fix efuse issue on MCUBoot add 7c5b6e654b boards/arm/rp23xx/xiao-rp2350 Add supp

Re: [PR] [BREAKING] boot/nxboot: enhance bootloader capabilities and decision logic [nuttx-apps]

2025-03-15 Thread via GitHub
acassis merged PR #3024: URL: https://github.com/apache/nuttx-apps/pull/3024 -- 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] boards/arm/rp23xx/xiao-rp2350 Add support to XIAO RP2350 Board [nuttx]

2025-03-15 Thread via GitHub
acassis merged PR #15968: URL: https://github.com/apache/nuttx/pull/15968 -- 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/nrf5340dk: add dev gpio support for nrf5340dk [nuttx]

2025-03-15 Thread via GitHub
acassis commented on PR #15956: URL: https://github.com/apache/nuttx/pull/15956#issuecomment-2711019632 @aungkhantmaw64 I'm going to merge it, please update the nrf5340dk Documentation/ later to include the gpio example (you can create a board profile) -- This is an automated message fro

Re: [PR] arm/nucleo-f746zg: Add board example with feature note [nuttx]

2025-03-15 Thread via GitHub
nuttxpr commented on PR #15995: URL: https://github.com/apache/nuttx/pull/15995#issuecomment-2726737549 [**\[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: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726558626 Keeping the non precision one 1/1 dB might not be a bad idea. It is less confusing, because the user does not need to remember the 1/100 step rule. If the user only cares about no

Re: [PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-15 Thread via GitHub
nuttxpr commented on PR #15978: URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2717229712 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

Re: [PR] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-15 Thread via GitHub
simbit18 commented on code in PR #15989: URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995770573 ## tools/ci/platforms/windows.ps1: ## @@ -0,0 +1,307 @@ +#!/usr/bin/env pswd + +# tools/ci/

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

2025-03-15 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 327d41095 Publishing web: 405a712

Re: [PR] sched/wdog: merge wdog_periods_s into wdog_s [nuttx]

2025-03-15 Thread via GitHub
cederom commented on PR #15959: URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2711031678 Aaah, fresh stuff, thanks @anchao, one more simple sentence more in the description from start would make things clear from start :-) Well I sit usually ~16h in front of the computer but

[I] [HELP] menuconfig compiling errors about kconfig [nuttx]

2025-03-15 Thread via GitHub
kevinuav opened a new issue, #15984: URL: https://github.com/apache/nuttx/issues/15984 ### Description Hello. I am a UAV developer from px4 community who have encountered compiling errors about nuttx with kconfiglib. I get menuconfig building errors after I reinstalled everything of

Re: [PR] arm/nucleo-f746zg: Add example with apps note and trace [nuttx]

2025-03-15 Thread via GitHub
yangwei-x commented on PR #15995: URL: https://github.com/apache/nuttx/pull/15995#issuecomment-2727058454 > Please remove this merge, use git rebase to fix it Removed. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] drivers/wireless/lpwan/rn2xx3: Fix UART dependency [nuttx]

2025-03-15 Thread via GitHub
raiden00pl merged PR #15967: URL: https://github.com/apache/nuttx/pull/15967 -- 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: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
raiden00pl commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726538105 Can't we just choose the closest possible value in dB supported by a given chip? For example, if we choose TX power = 18db but chip supports only 17.6db and 18.1db then driver wil

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-15 Thread via GitHub
raiden00pl commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2726543419 A common and general interface would also be useful for contactless drivers. These drivers are another example where no one thought about portability and a universal interface. Th

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726541430 > Can't we just choose the closest possible value in dB supported by a given chip? For example, if we choose TX power = 18db but chip supports only 17.6db and 18.1db then driver wil

[PR] drivers/thermal: Update state when temp is stable [nuttx]

2025-03-15 Thread via GitHub
JianyuWang0623 opened a new pull request, #15994: URL: https://github.com/apache/nuttx/pull/15994 ## Summary Update state when temp is stable, fix cooling state not decreasing error when the temperature is kept at low trip(stable, not dropping). ## Impact drivers/thermal;

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
linguini1 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726553073 No, because the RN2XX3 has transmit power settings where it's not possible to round to the nearest dBm. There are a few levels where two fractional dBm transmit powers round to the

Re: [I] [FEATURE] Common interface for LORA chips [nuttx]

2025-03-15 Thread via GitHub
raiden00pl commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726558230 > No, because the RN2XX3 has transmit power settings where it's not possible to round to the nearest dBm. There are a few levels where two fractional dBm transmit powers round to

[PR] arm/nucleo-f746zg: Add board example with feature note [nuttx]

2025-03-15 Thread via GitHub
yangwei-x opened a new pull request, #15995: URL: https://github.com/apache/nuttx/pull/15995 ## arm/nucleo-f746zg: Add board example with app note Add a example for board nucleo-f746zg with following apps ``` NuttShell (NSH) NuttX-12.8.0 nsh> nsh> help help usage: h

Re: [PR] arm/nucleo-f746zg: Add example with apps note and trace [nuttx]

2025-03-15 Thread via GitHub
anchao merged PR #15995: URL: https://github.com/apache/nuttx/pull/15995 -- 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 (b03c367501 -> 0491e4db00)

2025-03-15 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 b03c367501 arm/nucleo-f429zi: Add board flash size config for STM32F429ZI add 0491e4db00 arm/nucleo-f746zg: Add b