michallenc commented on PR #16280:
URL: https://github.com/apache/nuttx/pull/16280#issuecomment-2846506155
The vote ended with +7 votes and none 0 or -1.
--
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
shtirlic opened a new pull request, #16300:
URL: https://github.com/apache/nuttx/pull/16300
## Summary
RP2350 datasheet and upstream pico-sdk suggests higher VCO freq to output
stability. Increase the VCO and update PLL divs according to specs.
Higher VCO freq is more stable, lower
raiden00pl commented on PR #16296:
URL: https://github.com/apache/nuttx/pull/16296#issuecomment-2846494102
@stbenn in the future you can keep changes to `arch` and `boards` in the
same PR. It's only important that they are in separate commits, but many
commits regarding the same issue can b
w2016561536 commented on issue #12490:
URL: https://github.com/apache/nuttx/issues/12490#issuecomment-2846482584
Sorry for my wrong diagnosis, after update to releases 12.9 (On 12.4 too),
this problem still exists. New compiler does not solve this problem completely.
--
This is an automa
w2016561536 opened a new issue, #12490:
URL: https://github.com/apache/nuttx/issues/12490
Hi, I was running PX4 based on NuttX on esp32s3 and found an error.
a float data will be nan after a simple multiplication.

No, this PR does not fully meet the NuttX requirements.
shtirlic opened a new pull request, #16299:
URL: https://github.com/apache/nuttx/pull/16299
## Summary
On the RP2350, the watchdog receives its tick input from the system-level
ticks block, unlike the RP2040, where the watchdog includes its own tick
generator. Enable the TICK blocks,
abisop commented on issue #16269:
URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2846152639
@acassis @tmedicci For test purpose I hooked up printf in function
esp_wifi_start_scan( nuttx/arch/xtensa/src/common/espressif/esp32_wifi_utils.c )

Yes, this PR meets the NuttX requirements. The summary
gpoulios opened a new pull request, #16298:
URL: https://github.com/apache/nuttx/pull/16298
Add kernel build (target `imx93-evk:knsh`) to i.MX93 EVK.
## Summary
The new target is preconfigured for use with AHAB boot (see
https://spsdk.readthedocs.io/en/latest/examples/ahab
keever50 commented on PR #16281:
URL: https://github.com/apache/nuttx/pull/16281#issuecomment-2845653392
@linguini1 I am not sure what i am doing wrong. It is also not working on
master for me.
I tried expanding my code, but this also does not work.
I followed some button examples, whi
fdcavalcanti commented on PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#issuecomment-2845214664
I've found no issues on Espressif's CI test results.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ValentiWorkLearning opened a new pull request, #16297:
URL: https://github.com/apache/nuttx/pull/16297
This commit fixed empty line handling in the config file for being able to
used KConfig-based defconfigs with the empty lines in them
*Note: Please adhere to [Contributing
Guideline
nuttxpr commented on PR #16297:
URL: https://github.com/apache/nuttx/pull/16297#issuecomment-2844974547
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR description needs improvement to meet NuttX sta
nuttxpr commented on PR #16296:
URL: https://github.com/apache/nuttx/pull/16296#issuecomment-2844824747
[**\[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
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070252033
##
arch/arm/src/stm32f0l0g0/Kconfig:
##
@@ -531,6 +531,86 @@ config ARCH_CHIP_STM32G071RB
select STM32F0L0G0_STM32G0
depends on ARCH_CHIP_STM32G0
+conf
stbenn opened a new pull request, #16296:
URL: https://github.com/apache/nuttx/pull/16296
Adds Kconfig and modifies chip.h for STM32G0B1xx options.
## Summary
Portion split off from #16293, necessary before adding board support in that
PR.
## Impact
Adds Kconfig a
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070232400
##
arch/arm/include/stm32f0l0g0/chip.h:
##
@@ -281,6 +281,39 @@
# define STM32_NCAP0 /* No Capacitive sensing channels */
# define STM32_NPORTS
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070234101
##
arch/arm/src/stm32f0l0g0/stm32_crypto.c:
##
@@ -79,7 +79,7 @@ static int stm32_newsession(uint32_t *sid, struct cryptoini
*cri)
*sid = g_stm32_sesnum++;
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070234598
##
arch/arm/src/stm32f0l0g0/stm32_serial_v1.c:
##
@@ -2320,25 +2320,25 @@ static void stm32serial_pmnotify(struct pm_callback_s
*cb, int domain,
{
switch (pmstate)
pipcet opened a new pull request, #16295:
URL: https://github.com/apache/nuttx/pull/16295
This patch fixes https://github.com/apache/nuttx/issues/16237, where cd'ing
to a non-directory prefix of a procfs entry would succeed.
I've read the contributing guidelines, and I think I'm short
cederom commented on PR #16280:
URL: https://github.com/apache/nuttx/pull/16280#issuecomment-2844672233
Allright @raiden00pl already added disable / remove syslog code option here
https://github.com/apache/nuttx/pull/16090 its not runtime configurable but for
someone who does not want syslo
raiden00pl commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2069963907
##
arch/arm/src/stm32f0l0g0/Kconfig:
##
@@ -531,6 +531,86 @@ config ARCH_CHIP_STM32G071RB
select STM32F0L0G0_STM32G0
depends on ARCH_CHIP_STM32G0
+
24 matches
Mail list logo