This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cd5ad0f165 chore: update gitignore for .idea fol
fdcavalcanti commented on issue #16368:
URL: https://github.com/apache/nuttx/issues/16368#issuecomment-2971309293
Hi all, this is still an issue.
I've been debugging it but have found no answers so far (on branch b6f2729)
One thing I noticed is enabling `CONFIG_DEBUG_SCHED_INFO` ma
tmedicci commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971254062
> > > Also you can include a test to verify if
ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT != ESP_HAL_3RDPARTY_VERSION, if so show a
warning explaining current HAL broke MCUBOOT and a proper fi
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 89e8c0c425839af3b3e30397bbce5c3970c40170
Author: raiden00pl
AuthorDate: Fri Jun 13 12:15:19 2025 +0200
arch/stm32f0
acassis merged PR #16530:
URL: https://github.com/apache/nuttx/pull/16530
--
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 2fa3b72b3c fs/smartfs: Fix a fatal bug about sector writing after seek
new 64c7354853 boards/nucleo-c0{71rb|92rc}
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 64c7354853243e9202da59815d6ef5120f432fcf
Author: raiden00pl
AuthorDate: Fri Jun 13 12:14:29 2025 +0200
boards/nucle
acassis merged PR #16521:
URL: https://github.com/apache/nuttx/pull/16521
--
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 #16501:
URL: https://github.com/apache/nuttx/issues/16501#issuecomment-2970740254
@MainframeReboot the exception 0x0d means "load page fault", so I suggest
you to find the root cause using GDB. Also you can try older version than 12.8
(I think MPFS I2C support was
raiden00pl opened a new pull request, #16532:
URL: https://github.com/apache/nuttx/pull/16532
## Summary
- arch/stm32{f0l0g0|f7|h5|h7}: add support for ADC trigger from TIMER TRGO
event
## Impact
new feature
## Testing
tested on stm32c0, stm32f3 and stm32f4
fdcavalcanti commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971147482
> Also you can include a test to verify if
ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT != ESP_HAL_3RDPARTY_VERSION, if so show a
warning explaining current HAL broke MCUBOOT and a proper fi
acassis commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971182962
> > Also you can include a test to verify if
ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT != ESP_HAL_3RDPARTY_VERSION, if so show a
warning explaining current HAL broke MCUBOOT and a proper fix n
cederom commented on PR #3092:
URL: https://github.com/apache/nuttx-apps/pull/3092#issuecomment-2970417062
ACK :-) Ci restarted :-)
--
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 co
fdcavalcanti opened a new pull request, #16533:
URL: https://github.com/apache/nuttx/pull/16533
## Summary
- **arch/risc-v: decouple common source for Espressif's MCUBoot port**
Decouples the NuttX build from the MCUBoot common source on RISC-V Espressif
devices. Allows using dif
acassis commented on code in PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#discussion_r2145636972
##
arch/xtensa/src/esp32/Bootloader.mk:
##
@@ -44,6 +45,10 @@ ifndef MCUBOOT_URL
MCUBOOT_URL = https://github.com/mcu-tools/mcuboot
endif
+ifndef ESP_HAL_3RD
acassis commented on code in PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#discussion_r2145636972
##
arch/xtensa/src/esp32/Bootloader.mk:
##
@@ -44,6 +45,10 @@ ifndef MCUBOOT_URL
MCUBOOT_URL = https://github.com/mcu-tools/mcuboot
endif
+ifndef ESP_HAL_3RD
acassis commented on code in PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#discussion_r2145636972
##
arch/xtensa/src/esp32/Bootloader.mk:
##
@@ -44,6 +45,10 @@ ifndef MCUBOOT_URL
MCUBOOT_URL = https://github.com/mcu-tools/mcuboot
endif
+ifndef ESP_HAL_3RD
acassis commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971096342
Also you can include a test to verify if
ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT != ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT,
if so show a warning explaining current HAL brokes MCUBOOT and a pro
jlaitine commented on PR #16510:
URL: https://github.com/apache/nuttx/pull/16510#issuecomment-2970484792
Just updated the patch on top of the @xianglyc 's patches for now. Will
continue after they are merged.
--
This is an automated message from the Apache Git Service.
To respond to the m
This is an automated email from the ASF dual-hosted git repository.
jiuzhudong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 2fa3b72b3c fs/smartfs: Fix a fatal bug about
xiaoxiang781216 commented on issue #16531:
URL: https://github.com/apache/nuttx/issues/16531#issuecomment-2970273680
@Donny9 is looking the problem.
--
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 t
raiden00pl commented on code in PR #16530:
URL: https://github.com/apache/nuttx/pull/16530#discussion_r2145013655
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -769,7 +762,316 @@ static void adc_timstart(struct stm32_dev_s *priv, bool
enable)
#ifdef ADC_HAVE_TIMER
static int
Donny9 merged PR #16518:
URL: https://github.com/apache/nuttx/pull/16518
--
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.apach
acassis commented on issue #16531:
URL: https://github.com/apache/nuttx/issues/16531#issuecomment-2970269676
@pussuw that is a sad news for our community! You became a very important
contributor, not only for RISC-V/MPFS but also for other features. But that is
part of life, sometimes we ne
acassis commented on code in PR #16530:
URL: https://github.com/apache/nuttx/pull/16530#discussion_r2145022805
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -769,7 +762,316 @@ static void adc_timstart(struct stm32_dev_s *priv, bool
enable)
#ifdef ADC_HAVE_TIMER
static int ad
Donny9 commented on code in PR #16496:
URL: https://github.com/apache/nuttx/pull/16496#discussion_r2145016688
##
drivers/note/notestream_driver.c:
##
@@ -131,15 +130,15 @@ int notefile_register(FAR const char *filename)
#endif
notefile->driver.stream = ¬efile->filestream.c
kywwilson11 commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2146016433
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -1132,6 +1155,19 @@ static void adc_common_cfg(struct stm32_dev_s *priv)
uint32_t clrbits = 0;
uint32_t setbits
github-xiaodong commented on issue #16528:
URL: https://github.com/apache/nuttx/issues/16528#issuecomment-2969304853
I discovered a similar reported case in the community, and relevant code
changes that were merged. This change has taken effect in Release 12.4.
https://github.com/apac
raiden00pl commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2144774455
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -1132,6 +1155,19 @@ static void adc_common_cfg(struct stm32_dev_s *priv)
uint32_t clrbits = 0;
uint32_t setbits
raiden00pl commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2144760515
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -1132,6 +1155,19 @@ static void adc_common_cfg(struct stm32_dev_s *priv)
uint32_t clrbits = 0;
uint32_t setbits
fdcavalcanti opened a new issue, #16531:
URL: https://github.com/apache/nuttx/issues/16531
### Description / Steps to reproduce the issue
Hi folks,
I've tracked commit
https://github.com/apache/nuttx/commit/b8e30b54ec9c3092cb44394cdb6a4958dd6d3b42
(fs/vfs: Separate file descri
cederom commented on PR #3092:
URL: https://github.com/apache/nuttx-apps/pull/3092#issuecomment-2970162747
There is `f_get` and `fs_put` build error that comes from previous commit,
it needs PR merge also on nuttx part :-)
--
This is an automated message from the Apache Git Service.
To re
xiaoxiang781216 commented on PR #16526:
URL: https://github.com/apache/nuttx/pull/16526#issuecomment-2970206859
ci error isn't related this patch, let's merge it to fix ci break.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
xiaoxiang781216 merged PR #16526:
URL: https://github.com/apache/nuttx/pull/16526
--
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...@nu
xiaoxiang781216 commented on PR #3092:
URL: https://github.com/apache/nuttx-apps/pull/3092#issuecomment-2970207915
> Thank you @michallenc :-)
fix here: https://github.com/apache/nuttx/pull/16526
--
This is an automated message from the Apache Git Service.
To respond to the message
xiaoxiang781216 closed issue #16523: [BUG] imx93-evk/koptee: Too many arguments
to function 'file_allocate_from_inode'
URL: https://github.com/apache/nuttx/issues/16523
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
acassis commented on issue #16531:
URL: https://github.com/apache/nuttx/issues/16531#issuecomment-2970218907
@pussuw please take a look
--
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
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cf1e92e5a2 driver/optee: fix compile break
cf1
acassis commented on issue #16528:
URL: https://github.com/apache/nuttx/issues/16528#issuecomment-2970226231
@github-xiaodong thanks for confirming that the issue was fixed in mainline.
Did you compare nxffs performance related to smartfs and littlefs?
--
This is an automated message from
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from cf1e92e5a2 driver/optee: fix compile break
new 4ccc3d4c96 drivers/syslog: Add RFC 5424 protocol support
ne
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a5f43aa8e864d4f449b2f93a095dcf468dd7e206
Author: Matteo Golin
AuthorDate: Sun Jun 8 13:46:33 2025 -0400
docs/sysl
pussuw commented on issue #16531:
URL: https://github.com/apache/nuttx/issues/16531#issuecomment-2970237708
Maybe @Donny9 can help. He refactored big chunks of that patch and did the
testing afterwards.
I don't have time for NuttX anymore as I will very shortly move to a
different li
xiaoxiang781216 commented on PR #16493:
URL: https://github.com/apache/nuttx/pull/16493#issuecomment-2970236498
let's ignore the temp mainline ci break which is fixed by:
https://github.com/apache/nuttx/pull/16526
--
This is an automated message from the Apache Git Service.
To respond to
acassis commented on code in PR #16530:
URL: https://github.com/apache/nuttx/pull/16530#discussion_r2144994627
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -769,7 +762,316 @@ static void adc_timstart(struct stm32_dev_s *priv, bool
enable)
#ifdef ADC_HAVE_TIMER
static int ad
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 4ccc3d4c96d3450b160989657f5c441207b70721
Author: Matteo Golin
AuthorDate: Sat Jun 7 23:51:56 2025 -0400
drivers/s
acassis commented on PR #16529:
URL: https://github.com/apache/nuttx/pull/16529#issuecomment-2970253477
There are some POSIX test errors and also this not normalized config:
```
boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/
``
--
This is an automated message from the Apac
xiaoxiang781216 closed issue #16507: [BUG] nuttx-aware debugging with gdb: fail
to load pynuttx `fs` module
URL: https://github.com/apache/nuttx/issues/16507
--
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 t
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 00304a18ed50b9920ac2e62879d588ee43259b65
Author: xuxingliang
AuthorDate: Tue Jan 14 22:26:26 2025 +0800
nxgdb/fs:
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 28b2e01c22385d83c0f2729a130f441cee1173f6
Author: xuxingliang
AuthorDate: Wed Apr 23 19:56:44 2025 +0800
nxgdb: fi
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 341292064db20ebdc054cd9c20ddcbf430cabf88
Author: chenzhijia
AuthorDate: Fri Feb 21 09:44:12 2025 +0800
nxgdb/util
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 5aa45e328e arch/riscv/ricv_exception.c: Dump the process name at
exception in user space
new 00304a18ed nxgdb/
xiaoxiang781216 merged PR #16493:
URL: https://github.com/apache/nuttx/pull/16493
--
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...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 5aa45e328e arch/riscv/ricv_exception.c: Dump t
xiaoxiang781216 merged PR #16529:
URL: https://github.com/apache/nuttx/pull/16529
--
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...@nu
xiaoxiang781216 merged PR #16527:
URL: https://github.com/apache/nuttx/pull/16527
--
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...@nu
xiaoxiang781216 commented on PR #16529:
URL: https://github.com/apache/nuttx/pull/16529#issuecomment-2970260159
> There are some POSIX test errors and also this not normalized config:
>
> ```
> boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/
> ```
yes, @Donny9 is lookin
jlaitine opened a new pull request, #16529:
URL: https://github.com/apache/nuttx/pull/16529
## Summary
This helps in debugging loaded elf files in CONFIG_BUILD_KERNEL. If a user
space exception occurs, one would beed the process name in order to debug the
correct process/elf file
raiden00pl opened a new pull request, #16530:
URL: https://github.com/apache/nuttx/pull/16530
## Summary
add ADC external trigger from TIMER for stm32-m0 chips.
## Impact
new feature
## Testing
stm32c071
--
This is an automated message from th
raiden00pl commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2144748013
##
arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h:
##
@@ -108,9 +113,16 @@
#define STM32_ADC1_CFGR2(STM32_ADC1_BASE + STM32_ADC_CFGR2_OFFSET)
#define ST
acassis commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971352163
> > > > Also you can include a test to verify if
ESP_HAL_3RDPARTY_VERSION_FOR_MCUBOOT != ESP_HAL_3RDPARTY_VERSION, if so show a
warning explaining current HAL broke MCUBOOT and a proper f
fdcavalcanti commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971377258
@acassis seems we have CI error but unrelated to this PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
acassis commented on PR #16533:
URL: https://github.com/apache/nuttx/pull/16533#issuecomment-2971382477
@fdcavalcanti yes! It was reported here:
https://github.com/apache/nuttx/issues/16524 and
https://github.com/apache/nuttx/issues/16525
--
This is an automated message from the Apache G
kywwilson11 commented on PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#issuecomment-2971557393
Thank you for all the feedback and corrections.
--
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
kywwilson11 commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2146019106
##
arch/arm/src/stm32f0l0g0/stm32_adc.c:
##
@@ -1132,6 +1155,19 @@ static void adc_common_cfg(struct stm32_dev_s *priv)
uint32_t clrbits = 0;
uint32_t setbits
linguini1 commented on code in PR #3090:
URL: https://github.com/apache/nuttx-apps/pull/3090#discussion_r2146105027
##
system/syslogd/syslogd_main.c:
##
@@ -0,0 +1,376 @@
+/
+ * apps/system/syslogd/syslo
65 matches
Mail list logo