Re: [PR] Add esp_spiram_writeback_range support [nuttx]

2025-02-20 Thread via GitHub
eren-terzioglu commented on PR #15849: URL: https://github.com/apache/nuttx/pull/15849#issuecomment-2673777994 > Please add git commit log... Thanks, updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] arch/esp32_himemcdev: Replace file descriptor with node [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15885: URL: https://github.com/apache/nuttx/pull/15885#issuecomment-2673490962 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to **partially** meet the NuttX require

[PR] arch/esp32_himemcdev: Replace file descriptor with file node [nuttx]

2025-02-20 Thread via GitHub
nuttxs opened a new pull request, #15885: URL: https://github.com/apache/nuttx/pull/15885 ## Summary arch/esp32_himemcdev: - Multiple instances of struct file for the same file share the f_inode, ensuring that the mapping status is associated with the file entity rather than a single

Re: [PR] drivers/rptun: add rptun trace feature for debug [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15300: drivers/rptun: add rptun trace feature for debug URL: https://github.com/apache/nuttx/pull/15300 -- 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 speci

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964834854 ## system/fastboot/fastboot.c: ## @@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s *context, fastboot_okay(context, ""); }

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964833572 ## system/fastboot/fastboot.c: ## @@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s *context, fastboot_okay(context, ""); }

Re: [PR] qemu-armv7a/nsh: Enable LIBCXX and CXXTEST config [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14758: qemu-armv7a/nsh: Enable LIBCXX and CXXTEST config URL: https://github.com/apache/nuttx/pull/14758 -- 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 spec

Re: [PR] V7a mon [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14371: V7a mon URL: https://github.com/apache/nuttx/pull/14371 -- 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: comm

Re: [PR] Arm64 debug support [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #13764: Arm64 debug support URL: https://github.com/apache/nuttx/pull/13764 -- 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,

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #12493: Support the GSO/GRO function on the SIM. URL: https://github.com/apache/nuttx/pull/12493 -- 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 comm

Re: [PR] Revert "fs/inode: add pre-allocated task files to avoid allocator access [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14416: Revert "fs/inode: add pre-allocated task files to avoid allocator access URL: https://github.com/apache/nuttx/pull/14416 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] mm: replace mutex with spinlock in the implementation of memory allocation [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #13312: mm: replace mutex with spinlock in the implementation of memory allocation URL: https://github.com/apache/nuttx/pull/13312 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] sched/spin_lock: rename raw_spin_* to spin_*_notrace [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15705: sched/spin_lock: rename raw_spin_* to spin_*_notrace URL: https://github.com/apache/nuttx/pull/15705 -- 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: [I] Does it still true to set the LSB of entry point to 1 manually for NXFLAT? [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed issue #1208: Does it still true to set the LSB of entry point to 1 manually for NXFLAT? URL: https://github.com/apache/nuttx/issues/1208 -- 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] xtensa: use misc register to implement up_this_task macro [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on PR #15821: URL: https://github.com/apache/nuttx/pull/15821#issuecomment-2673345925 > > The 1st patchset missed the change to `arch/xtensa/src/esp32/esp32_cpustart.c`. I have updated it in latest patch, this will make ESP32 SMP can boot, but still ostest will fai

Re: [PR] libs: Add static compatiblity check for Rust [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #13245: libs: Add static compatiblity check for Rust URL: https://github.com/apache/nuttx/pull/13245 -- 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] spinlock: use inline replace macro [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14932: spinlock: use inline replace macro URL: https://github.com/apache/nuttx/pull/14932 -- 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. T

Re: [PR] gdb-kasan: Add gdb kasan script [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15536: gdb-kasan: Add gdb kasan script URL: https://github.com/apache/nuttx/pull/15536 -- 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 u

Re: [PR] debug/0 address: Add 0 address access panic configuration [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15562: debug/0 address: Add 0 address access panic configuration URL: https://github.com/apache/nuttx/pull/15562 -- 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] tools: Add cmux command line tool [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14823: tools: Add cmux command line tool URL: https://github.com/apache/nuttx/pull/14823 -- 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

Re: [PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15069: netdb:Add macro to control DNS using TCP transmission URL: https://github.com/apache/nuttx/pull/15069 -- 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

Re: [PR] mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15461: mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE URL: https://github.com/apache/nuttx/pull/15461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] can : move bytes2dlc/dlc2bytes to common header file [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #14759: can : move bytes2dlc/dlc2bytes to common header file URL: https://github.com/apache/nuttx/pull/14759 -- 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] Audio: modify audio driver satisfy nuttx alsa [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15657: Audio: modify audio driver satisfy nuttx alsa URL: https://github.com/apache/nuttx/pull/15657 -- 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] arm: Support hardware debugging of ARM architecture [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15616: arm: Support hardware debugging of ARM architecture URL: https://github.com/apache/nuttx/pull/15616 -- 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 sp

Re: [PR] tests:update testcases [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15262: tests:update testcases URL: https://github.com/apache/nuttx/pull/15262 -- 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 unsubscrib

Re: [PR] mm: Add CONFIG_MM_NODE_PENDING configuration [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15484: mm: Add CONFIG_MM_NODE_PENDING configuration URL: https://github.com/apache/nuttx/pull/15484 -- 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] xtensa: use misc register to implement up_this_task macro [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #15821: xtensa: use misc register to implement up_this_task macro URL: https://github.com/apache/nuttx/pull/15821 -- 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] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964788319 ## system/fastboot/fastboot.c: ## @@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s *context, fastboot_okay(context, ""); }

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964784830 ## system/fastboot/Kconfig: ## @@ -32,4 +32,12 @@ config SYSTEM_FASTBOOTD_USB_BOARDCTL ---help--- Connect usbdev before running fastb

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964784830 ## system/fastboot/Kconfig: ## @@ -32,4 +32,12 @@ config SYSTEM_FASTBOOTD_USB_BOARDCTL ---help--- Connect usbdev before running fastb

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964742283 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964742283 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

[PR] arch: cxd56xx: Update delay value for subcore [nuttx]

2025-02-20 Thread via GitHub
SPRESENSE opened a new pull request, #15884: URL: https://github.com/apache/nuttx/pull/15884 ## Summary Update delay value for subcore referred by up_mdelay function. ## Impact Only for spresense board. ## Testing -- This is an automated message from the Apache

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

2025-02-20 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 24a92d676d Publishing web: 405a71

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672816904 > > Do we want to allow this shorthand format (like `case 0: case 1:`) or do we want to force each case on a separate line? > > I think two cases in the same line are not corr

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
LuchianMihai commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672734068 This will take a lot of work... I tried to avoid the following situation, but without refactoring it will not be possible. eg. switch should be checked explicitly for every vali

[PR] Documentation:Fix Seeed Studio XIAO nRF52840 [nuttx]

2025-02-20 Thread via GitHub
rcsim opened a new pull request, #15883: URL: https://github.com/apache/nuttx/pull/15883 ## Summary Change XIAO nRF52840 name at Documentation to match product name and other Seeed Studio boards. ## Impact This PR makes easier to users to find out the Seeed Studio XIAO nRF5284

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
acassis commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672742681 > I have a question about this one: > > ``` > /work/NuttX/nuttx/arch/arm/src/cxd56xx/cxd56_dmac.c:316:10: error: Case statement should be on a new line > ``` > > This i

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
LuchianMihai commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672740091 But the switch issue should be solved -- 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] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
LuchianMihai commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672642297 Hi, I can fix the switch related errors quickly. Previously, there was an compare to switch that included space at the end, and another one that included an open parenthesis. I thoug

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
Laczen commented on PR #15877: URL: https://github.com/apache/nuttx/pull/15877#issuecomment-2672523654 > @Laczen it is important to describe in the commit log message the problem you are fixing and what was causing it. Imagine someone that just ran gitk and saw your commit, they will ask th

(nuttx) 01/02: esp32[c6|h2]: Update peripheral support docs

2025-02-20 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3170af2fd0a827fafbf2d5274dbc22e2bd242466 Author: Eren Terzioglu AuthorDate: Mon Feb 17 09:53:29 2025 +0100 es

Re: [I] [HELP] Minimum configuration for CDC ECM to work? [nuttx]

2025-02-20 Thread via GitHub
tao-at-pricer commented on issue #15880: URL: https://github.com/apache/nuttx/issues/15880#issuecomment-2672433195 > [@tao-at-pricer](https://github.com/tao-at-pricer) seems like there are examples only for lpc17xx and sama5 boards. You need to look at these boards to understand how to conf

(nuttx) branch master updated (a76d63646f -> 2d069231c5)

2025-02-20 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from a76d63646f drivers/sensors/ms56xx: Use nxsig_usleep for long delays. new 3170af2fd0 esp32[c6|h2]: Update pe

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
acassis commented on PR #15877: URL: https://github.com/apache/nuttx/pull/15877#issuecomment-2672418242 > > @Laczen please include more context in the commit log message, tell us what happened and why this modification was necessary > > @acassis, @xiaoxiang781216, I thought it was cle

(nuttx) 02/02: esp32[s3]: Add Documentation for esp32s3-lcd-ev board

2025-02-20 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2d069231c54605ec0907704ae758fcc3acb7cf6f Author: Eren Terzioglu AuthorDate: Mon Feb 17 11:42:21 2025 +0100 es

Re: [PR] Espressif Documentation Update [nuttx]

2025-02-20 Thread via GitHub
hartmannathan merged PR #15851: URL: https://github.com/apache/nuttx/pull/15851 -- 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] xtensa: use misc register to implement up_this_task macro [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on PR #15821: URL: https://github.com/apache/nuttx/pull/15821#issuecomment-2672365187 > The 1st patchset missed the change to `arch/xtensa/src/esp32/esp32_cpustart.c`. I have updated it in latest patch, this will make ESP32 SMP can boot, but still ostest will fail at sigh

Re: [I] [HELP] Minimum configuration for CDC ECM to work? [nuttx]

2025-02-20 Thread via GitHub
acassis commented on issue #15880: URL: https://github.com/apache/nuttx/issues/15880#issuecomment-2671851046 @tao-at-pricer seems like there are examples only for lpc17xx and sama5 boards. You need to look at these boards to understand how to configure the options in menuconfig and how to c

Re: [I] Master branch is not protected against accidental pushes. [nuttx-website]

2025-02-20 Thread via GitHub
hartmannathan commented on issue #130: URL: https://github.com/apache/nuttx-website/issues/130#issuecomment-2672274854 @cederom Infra replied fast! Turns out this is something we can do ourselves. See: https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branchpro -- it look

Re: [I] Master branch is not protected against accidental pushes. [nuttx-website]

2025-02-20 Thread via GitHub
hartmannathan commented on issue #130: URL: https://github.com/apache/nuttx-website/issues/130#issuecomment-2672249468 @cederom I assume you mean so direct push is **NOT** allowed :-) I will ask Infra to fix this in all our repos. -- This is an automated message from the Apache Git Servic

Re: [PR] arch/arm/stm32h7: Add lazy FPU for STM32H7 ARMV7 single core chips [nuttx]

2025-02-20 Thread via GitHub
linguini1 commented on PR #15876: URL: https://github.com/apache/nuttx/pull/15876#issuecomment-2672218391 > @linguini1 nice work!!! I was expecting it involved more assembly code, nice to know it is mostly register bits config. Oh it will, I believe I have to modify some context switc

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #15877: URL: https://github.com/apache/nuttx/pull/15877#discussion_r1964065587 ## net/devif/ipv6_input.c: ## @@ -463,9 +463,15 @@ static int ipv6_in(FAR struct net_driver_s *dev) if ((dev->d_len > 0 && dev->d_lltype == NET_LL_IEEE

Re: [PR] drivers/net: change format specifiers macros on lan9250 driver [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15882: URL: https://github.com/apache/nuttx/pull/15882#issuecomment-2672160980 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR mostly meets the NuttX requirements but has some

[PR] drivers/net: change format specifiers macros on lan9250 driver [nuttx]

2025-02-20 Thread via GitHub
fdcavalcanti opened a new pull request, #15882: URL: https://github.com/apache/nuttx/pull/15882 This fixes build warnings when different archs are used. Simply changes "lx" to "PRIx32" when using uint32_t. ## Summary Changed format specifiers from `%08x` to `PRIx32` for better

Re: [PR] boards/esp32s3: move QEMU toywasm to different defconfig [nuttx]

2025-02-20 Thread via GitHub
fdcavalcanti commented on PR #15874: URL: https://github.com/apache/nuttx/pull/15874#issuecomment-2672027207 > Can you please update the associated entries in `Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst`, @fdcavalcanti ? Thanks for reminding. Documentation

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
Laczen commented on PR #15877: URL: https://github.com/apache/nuttx/pull/15877#issuecomment-2672060550 > @Laczen please include more context in the commit log message, tell us what happened and why this modification was necessary @acassis, @xiaoxiang781216, I thought it was clear from

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672036848 OK, I went through all the new nxstyle reports. The good news: I didn't see any regressions, meaning that errors that nxstyle reported previously are still being reported.

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2672007192 I have a question about this one: ``` /work/NuttX/nuttx/arch/arm/src/cxd56xx/cxd56_dmac.c:316:10: error: Case statement should be on a new line ``` This is when a

Re: [I] Master branch is not protected against accidental pushes. [nuttx-website]

2025-02-20 Thread via GitHub
cederom commented on issue #130: URL: https://github.com/apache/nuttx-website/issues/130#issuecomment-2672004167 @hartmannathan could you please verify all our repos settings so direct push is now allowed or know anyone who can ? :-) -- This is an automated message from the Apache Git Ser

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2671976594 Uh oh... there's a little problem: ``` /work/NuttX/nuttx/sched/sched/sched_reprioritizertr.c:67:2: error: Missing whitespace after keyword /work/NuttX/nuttx/sched/sched/

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on PR #15847: URL: https://github.com/apache/nuttx/pull/15847#issuecomment-2671970946 OK the very first new report is: ``` /work/NuttX/nuttx/drivers/coresight/coresight_etm4.c:618:6: error: Unexpected whitespace found after keyword ``` which is:

Re: [PR] xtensa: use misc register to implement up_this_task macro [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #15821: URL: https://github.com/apache/nuttx/pull/15821#discussion_r1963878452 ## arch/xtensa/Kconfig: ## @@ -172,6 +172,10 @@ config XTENSA_DCACHE_LOCK ---help--- Enable Xtensa D-Cache lock & unlock feature +conf

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
acassis commented on code in PR #15877: URL: https://github.com/apache/nuttx/pull/15877#discussion_r1963869478 ## net/devif/ipv6_input.c: ## @@ -463,9 +463,15 @@ static int ipv6_in(FAR struct net_driver_s *dev) if ((dev->d_len > 0 && dev->d_lltype == NET_LL_IEEE802154)

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963784207 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,10 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V Q

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #15877: URL: https://github.com/apache/nuttx/pull/15877#discussion_r1963851321 ## net/devif/ipv6_input.c: ## @@ -463,9 +463,15 @@ static int ipv6_in(FAR struct net_driver_s *dev) if ((dev->d_len > 0 && dev->d_lltype == NET_LL_IEEE

Re: [PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1963832263 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

Re: [PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1963832263 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

Re: [PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1963832263 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-02-20 Thread via GitHub
acassis commented on issue #15656: URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2671893069 @FelipeMdeO since the issue exist when using esp_hal and work in the esp32c3-legacy, please keep this Issue opened until someone fix it. -- This is an automated message from the Ap

Re: [PR] arch/mcx-nxxx: Add support for NXP MCX-N236 CPU [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on code in PR #15879: URL: https://github.com/apache/nuttx/pull/15879#discussion_r1963828371 ## arch/arm/src/mcx-nxxx/nxxx_lpuart.c: ## @@ -0,0 +1,2656 @@ +/ + * arch/arm/src/mcx-

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-02-20 Thread via GitHub
FelipeMdeO closed issue #15656: [BUG] ESP32C6 - UsbConsole feature not working URL: https://github.com/apache/nuttx/issues/15656 -- 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.

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-02-20 Thread via GitHub
FelipeMdeO commented on issue #15656: URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2671836103 Sure. I will! Thank 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 to go to the spe

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on issue #15656: URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2671812361 Hi @FelipeMdeO , thanks for figuring it out! We won't be able to investigate it further soon, so your proposed fix is acceptable (turning off optimization for this function). Can yo

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963756145 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,10 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RIS

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15881: URL: https://github.com/apache/nuttx/pull/15881#issuecomment-2671765072 [**\[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] boards/esp32s3: move QEMU toywasm to different defconfig [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on PR #15874: URL: https://github.com/apache/nuttx/pull/15874#issuecomment-2671753207 Can you please update the associated entries in `Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst`, @fdcavalcanti ? -- This is an automated message from the Apac

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963724034 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,7 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V QE

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
acassis commented on PR #15877: URL: https://github.com/apache/nuttx/pull/15877#issuecomment-2671682865 @wengzhe please take a look too -- 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 specifi

Re: [PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
acassis commented on PR #15877: URL: https://github.com/apache/nuttx/pull/15877#issuecomment-2671681885 @Laczen please include more context in the commit log message, tell us what happened and why this modification was necessary -- This is an automated message from the Apache Git Service.

[I] [HELP] Minimum configuration for CDC ECM to work? [nuttx]

2025-02-20 Thread via GitHub
tao-at-pricer opened a new issue, #15880: URL: https://github.com/apache/nuttx/issues/15880 ### Description Dear community, I've been having trouble to get USB CDC ECM to work, tried on both Raspberry Pi Zero W and STM32F4Discovery. There doesn't seem to be examples of how to configu

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
acassis commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963675143 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,7 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V QEM

[PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci opened a new pull request, #15881: URL: https://github.com/apache/nuttx/pull/15881 ## Summary After https://github.com/apache/nuttx-apps/pull/2982, there is no need to mount the modules and manually set the required environment variables: they are all set by the new Python w

Re: [PR] I2S Support for RISC-V Based Espressif Devices [nuttx]

2025-02-20 Thread via GitHub
eren-terzioglu commented on PR #15852: URL: https://github.com/apache/nuttx/pull/15852#issuecomment-2671644993 > @eren-terzioglu Please remember to fill in the Commit Description, and sign-off each commit: `git commit -s`. Thanks :-) > > * [a6169b4](https://github.com/apache/nuttx/co

Re: [PR] I2S Support for RISC-V Based Espressif Devices [nuttx]

2025-02-20 Thread via GitHub
lupyuen commented on PR #15852: URL: https://github.com/apache/nuttx/pull/15852#issuecomment-2671616430 @eren-terzioglu Please remember to fill in the Commit Description, and sign-off each commit: `git commit -s`. Thanks :-) - https://github.com/apache/nuttx/pull/15852/commits/a6169b433f

Re: [PR] drivers/sensors/ms56xx: Use nxsig_usleep for long delays. [nuttx]

2025-02-20 Thread via GitHub
acassis merged PR #15875: URL: https://github.com/apache/nuttx/pull/15875 -- 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 (ff1dc9583f -> a76d63646f)

2025-02-20 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 ff1dc9583f libc/libcxx: fix failures with GCC 14 add a76d63646f drivers/sensors/ms56xx: Use nxsig_usleep for long

Re: [I] [BUG] Floating point issues on STM32H743 [nuttx]

2025-02-20 Thread via GitHub
acassis closed issue #15826: [BUG] Floating point issues on STM32H743 URL: https://github.com/apache/nuttx/issues/15826 -- 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 unsub

Re: [PR] arch/arm/stm32h7: Add lazy FPU for STM32H7 ARMV7 single core chips [nuttx]

2025-02-20 Thread via GitHub
acassis commented on PR #15876: URL: https://github.com/apache/nuttx/pull/15876#issuecomment-2671619327 @linguini1 nice work!!! I was expecting it involved more assembly code, nice to know it is mostly register bits config. -- This is an automated message from the Apache Git Service. To r

Re: [PR] system/irtest/Make.defs: fixed the wrong path [nuttx-apps]

2025-02-20 Thread via GitHub
simbit18 commented on PR #3004: URL: https://github.com/apache/nuttx-apps/pull/3004#issuecomment-2671562208 @lupyuen I ran a test on github and again, of course, the same error comes up https://github.com/simbit18/nuttx_test_pr/actions/runs/13436257100/job/37539227553#logs Al

[PR] system/irtest/Make.defs: fixed the wrong path [nuttx-apps]

2025-02-20 Thread via GitHub
simbit18 opened a new pull request, #3004: URL: https://github.com/apache/nuttx-apps/pull/3004 ## Summary fix this error make[3] *** /nuttxspace/nuttx/apps/testing/irtest: No such file or directory. Stop. same error with macOS on Nuttx mirror ``` make: *** /Users/

Re: [PR] arch/mcx-nxxx: Add support for NXP MCX-N236 CPU [nuttx]

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

[PR] arch/mcx-nxxx: Add support for NXP MCX-N236 CPU [nuttx]

2025-02-20 Thread via GitHub
pussuw opened a new pull request, #15879: URL: https://github.com/apache/nuttx/pull/15879 ## Summary This adds minimal support for NXP MCX-N236 CPU. Peripherals supported are: - GPIO - PINMUX - CLOCK - LPUART An example board, FRDM-MCXN236 is also added, with a basic

Re: [PR] arch/risc-v/src/mpfs: Move PLIC interrupt enable/disable to mpfs_plic and handle pending interrupts [nuttx]

2025-02-20 Thread via GitHub
jlaitine commented on PR #15878: URL: https://github.com/apache/nuttx/pull/15878#issuecomment-2671121750 Longer time testing revealed some deadlocking issue with SMP. Not sure if it is related to this, but converting this to draft for now until resolved. -- This is an automated message fr

Re: [PR] arch/risc-v/src/mpfs: Move PLIC interrupt enable/disable to mpfs_plic and handle pending interrupts [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15878: URL: https://github.com/apache/nuttx/pull/15878#issuecomment-2671062212 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description mostly meets the NuttX requirements

[PR] arch/risc-v/src/mpfs: Move PLIC interrupt enable/disable to mpfs_plic and handle pending interrupts [nuttx]

2025-02-20 Thread via GitHub
jlaitine opened a new pull request, #15878: URL: https://github.com/apache/nuttx/pull/15878 ## Summary - Move PLIC interrupt enable and disable functions into mpfs_plic.c - Remove race conditions between irq enable/disable by adding spinlock - An interrupt may trigger on on

[PR] sixlowpan: improve tcp support. [nuttx]

2025-02-20 Thread via GitHub
Laczen opened a new pull request, #15877: URL: https://github.com/apache/nuttx/pull/15877 Update the handling of tcp packets over sixlowpan. `tcp_ipv6_input()` can update the dev->d_iob, so use this to send the response. ## Summary When using tcp over sixlowpan (e.g. for telnet

Re: [PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1963049764 ## system/fastboot/fastboot.c: ## @@ -770,6 +780,38 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s *context, fastboot_okay(context, ""); }

Re: [PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-20 Thread via GitHub
JianyuWang0623 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1963067653 ## system/fastboot/fastboot.c: ## @@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] = static const struct fastboot_cmd_s g_oem_cmd[] = {

  1   2   >