Re: [PR] arch/arm/rp23xx: Address the spinlock errata RP2350-E2 [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16244: URL: https://github.com/apache/nuttx/pull/16244#discussion_r2053426125 ## arch/arm/src/rp23xx/rp23xx_start.c: ## @@ -130,11 +130,23 @@ void __start(void) rp23xx_clockconfig(); rp23xx_boardearlyinitialize(); - /* Initialize

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
shtirlic commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2053311175 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
yamt commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2053222762 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.py Review

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2053185255 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.

Re: [I] dmesg/ramlog: do not clear by default but add option to do so [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 commented on issue #3166: URL: https://github.com/apache/nuttx/issues/3166#issuecomment-2819837473 Yes, let's close this issue. -- 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: [I] dmesg/ramlog: do not clear by default but add option to do so [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 closed issue #3166: dmesg/ramlog: do not clear by default but add option to do so URL: https://github.com/apache/nuttx/issues/3166 -- 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] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
yamt commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2053174164 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.py Review

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

2025-04-21 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 328e6bcd3 Publishing web: 16e1777

Re: [I] dmesg/ramlog: do not clear by default but add option to do so [nuttx]

2025-04-21 Thread via GitHub
sumpfralle commented on issue #3166: URL: https://github.com/apache/nuttx/issues/3166#issuecomment-2819746159 It looks like the behavior of `dmesg` has changed in the meantime. See apache/nuttx-apps@dcfb4d066247463daed6c59ed09668004f72e1c8 for the introduction of `-c` (emit content an

Re: [I] [BUG] RP2350 ostest stuck when SMP enabled [nuttx]

2025-04-21 Thread via GitHub
keever50 commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2819558304 Thanks, however, for me the same result. It did not help. I did similar fixes like this that appeared to have helped, but really just "shifts" around the issue elsewhere. Suc

Re: [I] [BUG] RP2350 ostest stuck when SMP enabled [nuttx]

2025-04-21 Thread via GitHub
avgoor commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2819422072 > @keever50 @avgoor I got ostest crash in the same signal test, could you try the my commit https://github.com/apache/nuttx/commit/45478e5d5e71f647cb6ce0ee3f2b920e637410a7 it fixes f

Re: [I] [FEATURE] STM32H5 Digital Temperature Sensor (DTS) Driver [nuttx]

2025-04-21 Thread via GitHub
stbenn closed issue #16192: [FEATURE] STM32H5 Digital Temperature Sensor (DTS) Driver URL: https://github.com/apache/nuttx/issues/16192 -- 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 c

[I] [BUG] esp32: cannot create fatfs on /dev/mtdblock0 [nuttx]

2025-04-21 Thread via GitHub
Laczen opened a new issue, #16245: URL: https://github.com/apache/nuttx/issues/16245 ### Description / Steps to reproduce the issue Esp32 allows the creation of a `/dev/mtdblock0` on spiflash. The `/dev/mtdblock0` however cannot be used for a fat filesystem. To reproduce: ``

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818296098 > @acassis It's a known but unsolved problem, restarting the CI Job will fix it: > > * [[BUG] CI Job for msys2 fails intermittently with `make ... sig_send: error sending signa

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
lupyuen commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818292359 @acassis It's a known but unsolved problem, restarting the CI Job will fix it: - https://github.com/apache/nuttx/issues/16010 -- This is an automated message from the Apache Git Serv

Re: [PR] arch/arm/rp23xx: Address the spinlock errata RP2350-E2 [nuttx]

2025-04-21 Thread via GitHub
acassis commented on PR #16244: URL: https://github.com/apache/nuttx/pull/16244#issuecomment-2818271013 @shtirlic please run checkpatch before submitting PRs, there are some errors in the comment blocks -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] [BUG] procfs: "cd /proc/n" succeeds [nuttx]

2025-04-21 Thread via GitHub
acassis commented on issue #16237: URL: https://github.com/apache/nuttx/issues/16237#issuecomment-2818277462 Hi @pipcet interesting, I didn't know about it. How to forward operations to another file system? I think we don't have any documentation about it. @xiaoxiang781216 @raiden00pl

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818268546 @lupyuen what is this error: ``` Configuration/Tool: qemu-armv8a/nsh_smp 2025-04-21 09:36:41 ---

Re: [PR] arch/arm/rp23xx: Address the spinlock errata RP2350-E2 [nuttx]

2025-04-21 Thread via GitHub
nuttxpr commented on PR #16244: URL: https://github.com/apache/nuttx/pull/16244#issuecomment-2818254802 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR summary is insufficient. It mentions *what* is

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2052299120 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2052299120 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
yamt commented on PR #15579: URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2818102334 > cmake build is failing because it requires the host sources under posix or win. while i guess this file works for win as well, i probably will move it under posix because it's the only use

Re: [PR] generate errno definitions from CSV [nuttx]

2025-04-21 Thread via GitHub
yamt commented on code in PR #15579: URL: https://github.com/apache/nuttx/pull/15579#discussion_r2052100070 ## tools/mkerrno.py: ## @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 + +# tools/mkerrno.py Review