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

2025-04-22 Thread via GitHub
shtirlic commented on code in PR #16244: URL: https://github.com/apache/nuttx/pull/16244#discussion_r2053517978 ## arch/arm/src/rp23xx/rp23xx_testset.c: ## @@ -36,7 +36,13 @@ * Pre-processor Definitions

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

2025-04-22 Thread via GitHub
TimJTi commented on issue #16245: URL: https://github.com/apache/nuttx/issues/16245#issuecomment-2820766475 Yes, FAT needs 512 byte sectors whereas most flash device (drivers) use 256 byte sectors. Some flash device drivers have an "emulate 512 erase sector" feature which can be enab

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

2025-04-22 Thread via GitHub
Laczen commented on issue #16245: URL: https://github.com/apache/nuttx/issues/16245#issuecomment-2820706786 I was able to circumvent this problem by enabling `CONFIG_MTD_SECT512` and adding the following lines to `esp32_board_spiflash.c`: insert at line 432: ``` # if defined(CON

[I] [BUG] `nsh_catfile` is writing too fast to the nsh console (garbled output) [nuttx-apps]

2025-04-22 Thread via GitHub
sumpfralle opened a new issue, #3063: URL: https://github.com/apache/nuttx-apps/issues/3063 ### Description / Steps to reproduce the issue I am using the `CONFIG_RAMLOG_SYSLOG` feature (log messages being sent to `/dev/kmsg` and retrieved via `dmesg`). This works in general. But sa

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

2025-04-22 Thread via GitHub
acassis commented on code in PR #16244: URL: https://github.com/apache/nuttx/pull/16244#discussion_r2054042099 ## arch/arm/src/rp23xx/rp23xx_start.c: ## @@ -86,8 +87,13 @@ void __start(void) #ifdef CONFIG_BOOT_RUNFROMFLASH const uint32_t *src; #endif - uint32_t *dest; - i

[PR] arch/arm/rp23xx: fix irq priority levels [nuttx]

2025-04-22 Thread via GitHub
shtirlic opened a new pull request, #16247: URL: https://github.com/apache/nuttx/pull/16247 ## Summary The RP2350 datasheet (Table 198) states that IRQ priority levels are represented using 4 bits in their M33 config ## Impact Correct irq priority levels defined

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

2025-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #16244: URL: https://github.com/apache/nuttx/pull/16244#discussion_r2054243259 ## arch/arm/src/rp23xx/rp23xx_start.c: ## @@ -86,8 +87,21 @@ void __start(void) #ifdef CONFIG_BOOT_RUNFROMFLASH const uint32_t *src; #endif - uint32_t *de

[I] [BUG] NXStyle is not getting braces declaration violation [nuttx]

2025-04-22 Thread via GitHub
acassis opened a new issue, #16246: URL: https://github.com/apache/nuttx/issues/16246 ### Description / Steps to reproduce the issue ![Image](https://github.com/user-attachments/assets/6c7bb992-436e-4387-9965-6814a5f5efa9) ### On which OS does this issue occur? [OS: Linu

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

2025-04-22 Thread via GitHub
acassis commented on PR #16244: URL: https://github.com/apache/nuttx/pull/16244#issuecomment-2821224377 I opened an issue to report about the report the nxstyle fault: https://github.com/apache/nuttx/issues/16246 -- This is an automated message from the Apache Git Service. To respond to t

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

2025-04-22 Thread via GitHub
tmedicci commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2821228063 This seems to be related to https://github.com/apache/nuttx/issues/16193 Can you roll back to https://github.com/apache/nuttx/pull/16030 and check if the SMP + ostest's signes

[PR] Documentation: update rp2350 peripheral status [nuttx]

2025-04-22 Thread via GitHub
shtirlic opened a new pull request, #16250: URL: https://github.com/apache/nuttx/pull/16250 ## Summary Mark i2c and PWM as Working ## Testing i2c and PWM tested on Pico2 board. -- This is an automated message from the Apache Git Service. To respond to the messa

[I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-22 Thread via GitHub
acassis opened a new issue, #16249: URL: https://github.com/apache/nuttx/issues/16249 ### Description / Steps to reproduce the issue ![Image](https://github.com/user-attachments/assets/006e4cc6-6d7b-44f2-83b0-6e32b42ad598) ### On which OS does this issue occur? [OS: Linu

Re: [PR] arch/arm/rp23xx: fix irq priority levels [nuttx]

2025-04-22 Thread via GitHub
acassis commented on code in PR #16247: URL: https://github.com/apache/nuttx/pull/16247#discussion_r2054404792 ## arch/arm/include/rp23xx/chip.h: ## @@ -25,16 +25,16 @@ /* NVIC priority levels */ -/* Each priority field ho

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-22 Thread via GitHub
acassis commented on issue #16248: URL: https://github.com/apache/nuttx/issues/16248#issuecomment-2821779201 @stbenn send it to the mailing list as well, since some developers are not paying attention on NuttX issues -- This is an automated message from the Apache Git Service. To respond

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-22 Thread via GitHub
stbenn commented on issue #16248: URL: https://github.com/apache/nuttx/issues/16248#issuecomment-2821908499 @acassis Thank you for the suggestion, I will create one and send it out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

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

2025-04-22 Thread via GitHub
acassis commented on code in PR #16244: URL: https://github.com/apache/nuttx/pull/16244#discussion_r2054042099 ## arch/arm/src/rp23xx/rp23xx_start.c: ## @@ -86,8 +87,13 @@ void __start(void) #ifdef CONFIG_BOOT_RUNFROMFLASH const uint32_t *src; #endif - uint32_t *dest; - i

Re: [PR] arch/arm/rp23xx: fix irq priority levels [nuttx]

2025-04-22 Thread via GitHub
nuttxpr commented on PR #16247: URL: https://github.com/apache/nuttx/pull/16247#issuecomment-2821384344 [**\[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.

Re: [I] Build error - raspberrypi-pico-w:nsh [nuttx]

2025-04-22 Thread via GitHub
pyrossh commented on issue #15966: URL: https://github.com/apache/nuttx/issues/15966#issuecomment-2822149716 Came across this issue while trying to make for rp2350 board. Couldn't figure out the option in `menuconfig`. Just edited .config file and added. `CONFIG_LIBM=y` and it compile

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-22 Thread via GitHub
jlaitine commented on PR #16194: URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2821170690 Re-wrote some of the logic trying to save space, this previously increased the code size by over 600 bytes, causing the CI to fail on some stm32f3 targets. There is still code si

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-22 Thread via GitHub
cederom commented on issue #16248: URL: https://github.com/apache/nuttx/issues/16248#issuecomment-2822725650 Thank you @stbenn for this idea and work! You are probably the best person to decide as you know the details best :-) I think @raiden00pl is also using STM chips and can provide goo

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

2025-04-22 Thread via GitHub
acassis merged PR #16244: URL: https://github.com/apache/nuttx/pull/16244 -- 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] arch/arm/rp23xx: fix irq priority levels [nuttx]

2025-04-22 Thread via GitHub
acassis merged PR #16247: URL: https://github.com/apache/nuttx/pull/16247 -- 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: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-22 Thread via GitHub
acassis commented on issue #16249: URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2822747724 @TimJTi strange, for some reason it didn't detect the issue in the CI. @lupyuen do you know why CI's nxstyle didn't catch this issue? -- This is an automated message from the

(nuttx) branch master updated (9078ffa407 -> c531de3329)

2025-04-22 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 9078ffa407 Documentation: update rp2350 peripheral status add c531de3329 arch/arm/rp23xx: Address the spinlock er

Re: [I] [BUG] NXStyle is not getting braces declaration violation [nuttx]

2025-04-22 Thread via GitHub
acassis commented on issue #16246: URL: https://github.com/apache/nuttx/issues/16246#issuecomment-2822750705 @TimJTi maybe we can do a test submitting a PR with same code to double check. Maybe nxstyle in our machine catch it, but in the CI ignoring it. -- This is an automated message fro

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-22 Thread via GitHub
jlaitine commented on PR #16194: URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2823193773 I believe this latest version is again ready for review; - Many places re-structured to optimize flash usage size - Issues related to nxsem_reset for mutexes fixed Now it

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

2025-04-22 Thread via GitHub
avgoor commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2822491645 Hi @tmedicci, unfortunately rewinding back to pre-#16030 commit doesn't help. In many runs `ostest` hangs even sooner, the last output is: ``` user_main: pthread_rwlock test

[PR] boards/[risc-v|xtensa]/esp32[|c3|c6|h2|s3]: set coexiram sections [nuttx]

2025-04-22 Thread via GitHub
tmedicci opened a new pull request, #16251: URL: https://github.com/apache/nuttx/pull/16251 ## Summary * boards/[risc-v|xtensa]/esp32[|c3|c6|h2|s3]: set coexiram sections This PR sets the coexiram (from libcoexist.a) sections on IRAM. Before this patch, no other rules mat

Re: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-22 Thread via GitHub
lupyuen commented on issue #16249: URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2822778829 Sorry @simbit18 any idea why? Are we running a different nxstyle for CI? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2025-04-22 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 d36d851ce Publishing web: 16e1777

[PR] risc-v/esp32{c6,c3,h2}: Fix bootloader flash compiler error [nuttx]

2025-04-22 Thread via GitHub
bl4kraven opened a new pull request, #16252: URL: https://github.com/apache/nuttx/pull/16252 ## Summary When the CONFIG_ESPRESSIF_FLASH_MODE_QIO option is turned on, the compilation error: bootloader_flash_config_esp32c6.c:(.text.bootloader_init_spi_flash+0x32): undefined

Re: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-22 Thread via GitHub
TimJTi commented on issue #16249: URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2822421319 checkpatch.sh reports `Upper case hex constant found ` still for me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [BUG] NXStyle is not getting braces declaration violation [nuttx]

2025-04-22 Thread via GitHub
TimJTi commented on issue #16246: URL: https://github.com/apache/nuttx/issues/16246#issuecomment-2822385892 Not sure I follow then - when I use checkpatch.sh it always reports `Left bracket not on separate line` for both violations in your snippet. Perhaps you need to be more specific here?

Re: [PR] Documentation: update rp2350 peripheral status [nuttx]

2025-04-22 Thread via GitHub
acassis merged PR #16250: URL: https://github.com/apache/nuttx/pull/16250 -- 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 (c531de3329 -> 37a1748dd3)

2025-04-22 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 c531de3329 arch/arm/rp23xx: Address the spinlock errata RP2350-E2 add 37a1748dd3 arch/arm/rp23xx: fix irq priorit

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-22 Thread via GitHub
stbenn commented on issue #16248: URL: https://github.com/apache/nuttx/issues/16248#issuecomment-286236 A hybrid between these two options may also be an option. Have a set of base functions that use a full register configuration structure. Then, provide helper functions to generate con

Re: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-22 Thread via GitHub
TimJTi commented on issue #16249: URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2822350407 What does a git bisect find? -- 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 (0cb7bd7f76 -> 9078ffa407)

2025-04-22 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 0cb7bd7f76 wireless/lpwan/rn2xx3: Fix invalid sync word bug. add 9078ffa407 Documentation: update rp2350 peripher

Re: [I] [HELP] disassemble output of xtensa gdb is not understandable [nuttx]

2025-04-22 Thread via GitHub
chirping78 commented on issue #16235: URL: https://github.com/apache/nuttx/issues/16235#issuecomment-2822950412 @tmedicci Could you reproduce the issue I reported here? If yes, could you direct this problem to some one working on esp toolchain? -- This is an automated message from