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
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
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
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
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
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
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
acassis opened a new issue, #16246:
URL: https://github.com/apache/nuttx/issues/16246
### Description / Steps to reproduce the issue

### On which OS does this issue occur?
[OS: Linu
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
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
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
acassis opened a new issue, #16249:
URL: https://github.com/apache/nuttx/issues/16249
### Description / Steps to reproduce the issue

### On which OS does this issue occur?
[OS: Linu
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
39 matches
Mail list logo