jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2074856652
##
include/nuttx/mutex.h:
##
@@ -354,407 +384,497 @@ void nxmutex_reset(FAR mutex_t *mutex);
*
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2074866117
##
libs/libc/semaphore/sem_getvalue.c:
##
@@ -67,25 +63,9 @@
int nxsem_get_value(FAR sem_t *sem, FAR int *sval)
{
- if (sem != NULL && sval != NULL)
+ if (sem !=
Fix-Point commented on code in PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#discussion_r2074918858
##
libs/libc/wqueue/work_cancel.c:
##
@@ -89,7 +89,7 @@ static int work_qcancel(FAR struct usr_wqueue_s *wqueue,
*/
curr = wqueue->q.head;
- whi
raiden00pl commented on code in PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#discussion_r2074895701
##
tools/nxmake2cmake.py:
##
@@ -0,0 +1,241 @@
+#!/usr/bin/env python3
+
+# tools/nxmake2cm
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2074983072
##
drivers/misc/optee.c:
##
@@ -145,10 +207,398 @@ static bool optee_safe_va_range(FAR void *va, size_t
size)
return false;
}
-#else
+#else /* !CONFIG_ARCH_ADDR
raiden00pl commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2853524486
@stbenn `nucleo-g0b1re/nsh` is not normalized. Try this command and update
config:
```
boards/arm/stm32f0l0g0/nucleo-g0b1re/configs/nsh/defconfig
```
--
This is an automated
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2074862627
##
libs/libc/semaphore/sem_getvalue.c:
##
@@ -65,7 +69,23 @@ int nxsem_get_value(FAR sem_t *sem, FAR int *sval)
{
if (sem != NULL && sval != NULL)
{
- *s
raiden00pl commented on code in PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#discussion_r2074889448
##
tools/nxmake2cmake.py:
##
@@ -0,0 +1,241 @@
+#!/usr/bin/env python3
+
+# tools/nxmake2cm
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075016912
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075016912
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2074827254
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2074827254
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2075158766
##
sched/semaphore/sem_waitirq.c:
##
@@ -72,31 +72,55 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode)
{
FAR struct tcb_s *rtcb = this_task();
xiaoxiang781216 commented on PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#issuecomment-2854034824
@Fix-Point please fix:
```
/home/runner/work/nuttx/nuttx/nuttx/sched/wdog/wd_start.c:297: Absoulute ==>
Absolute
``
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854058081
> > It doesn't make sense to boost the thread which pass nxsem_wait on a
counting semaphore, since the priority boost is meaningful only for a
mutex(binary semaphore). That's why
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075183253
##
drivers/misc/optee.c:
##
@@ -145,10 +207,398 @@ static bool optee_safe_va_range(FAR void *va, size_t
size)
return false;
}
-#else
+#else /* !CONFIG_AR
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075185420
##
include/nuttx/tee.h:
##
@@ -198,6 +198,10 @@ struct tee_ioctl_shm_register_fd_data
#define TEE_IOCTL_LOGIN_REE_KERNEL 0x8000
+/* Macro
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075194354
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075194354
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075217001
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075276174
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075276174
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg
xiaoxiang781216 commented on PR #16318:
URL: https://github.com/apache/nuttx/pull/16318#issuecomment-2854250308
> I think that the release notes should not be corrected since those are
spelling errors in the actual commit titles
but the similar issue in commit message is already fixed
tmedicci commented on code in PR #16320:
URL: https://github.com/apache/nuttx/pull/16320#discussion_r2075363360
##
arch/risc-v/src/common/espressif/Bootloader.mk:
##
@@ -35,8 +35,14 @@ BOOTLOADER_CONFIG= $(BOOTLOADER_SRCDIR)/bootloader.conf
MCUBOOT_SRCDIR = $(BOOTLOAD
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2075344025
##
sched/semaphore/sem_waitirq.c:
##
@@ -72,31 +72,54 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode)
{
FAR struct tcb_s *rtcb = this_task();
fdcavalcanti commented on issue #16269:
URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2854500885
I used your `defconfig` and failed to replicate. `wapi scan wlan0` worked
normally right after a reboot.
Also, I asked this before, but are you using a devkit or a custom
acassis commented on PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#issuecomment-2854607607
@xiaoxiang781216 @lupyuen should we disable AVRDA/DB check for now until we
get a proper AVR Toolchain?
--
This is an automated message from the Apache Git Service.
To respond to the me
michallenc commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075502357
##
boot/nxboot/Kconfig:
##
@@ -92,6 +103,10 @@ config NXBOOT_PREVENT_DOWNGRADE
WARNING: NXboot currently implements preferences only for
nuttxpr commented on PR #16326:
URL: https://github.com/apache/nuttx/pull/16326#issuecomment-2854833494
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR summary is missing some key information required
abisop commented on issue #16269:
URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2854817087
@fdcavalcanti Its a xiao esp32s3 ->
https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
/bootloader.conf
MCUBOOT_SRCDIR = $(BOOTLOADER
stbenn commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2854579971
@jerpelea They have been split into separate commits
--
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
pussuw commented on PR #16324:
URL: https://github.com/apache/nuttx/pull/16324#issuecomment-2854632952
What does linear history mean, no merge commits allowed ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
TimJTi commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075512816
##
boot/nxboot/Kconfig:
##
@@ -92,6 +103,10 @@ config NXBOOT_PREVENT_DOWNGRADE
WARNING: NXboot currently implements preferences only for
TimJTi commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075513462
##
boot/nxboot/Kconfig:
##
@@ -64,6 +64,17 @@ config NXBOOT_BOOTLOADER
if NXBOOT_BOOTLOADER
+config NXBOOT_COPY_TO_RAM
+ bool "Copy bootable image to RAM b
jerpelea commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075517506
##
boot/nxboot/Kconfig:
##
@@ -64,6 +64,17 @@ config NXBOOT_BOOTLOADER
if NXBOOT_BOOTLOADER
+config NXBOOT_COPY_TO_RAM
+ bool "Copy bootable image to RAM
cederom commented on code in PR #16321:
URL: https://github.com/apache/nuttx/pull/16321#discussion_r2075518138
##
Documentation/platforms/arm64/zynq-mpsoc/boards/zcu111/index.rst:
##
@@ -2,6 +2,8 @@
Zynq UltraScale+ RFSoC ZCU111
=
+.. tags:: chip:
cederom commented on code in PR #16321:
URL: https://github.com/apache/nuttx/pull/16321#discussion_r2075518138
##
Documentation/platforms/arm64/zynq-mpsoc/boards/zcu111/index.rst:
##
@@ -2,6 +2,8 @@
Zynq UltraScale+ RFSoC ZCU111
=
+.. tags:: chip:
TimJTi commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075523110
##
boot/nxboot/Kconfig:
##
@@ -64,6 +64,17 @@ config NXBOOT_BOOTLOADER
if NXBOOT_BOOTLOADER
+config NXBOOT_COPY_TO_RAM
+ bool "Copy bootable image to RAM b
xiaoxiang781216 commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854659321
> > @patacongo could you give some comment about this problem?
>
> If this feature is removed, you will re-introduce priority inheritance
issues and damage realtime performa
cederom commented on PR #16324:
URL: https://github.com/apache/nuttx/pull/16324#issuecomment-2854665017
> @pussuw: What does linear history mean, no merge commits allowed ?
Good question :-) Admins help would be nice here :-P I think we DO WANT the
linear history as we do rebase PRs n
simbit18 commented on PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#issuecomment-2854893902
> @xiaoxiang781216 @lupyuen should we disable AVRDA/DB check for now until
we get a proper AVR Toolchain?
hi @acassis you must add this
```
# Sparc-gaisler-elf
tmedicci commented on code in PR #16320:
URL: https://github.com/apache/nuttx/pull/16320#discussion_r2075788287
##
arch/risc-v/src/common/espressif/Bootloader.mk:
##
@@ -35,8 +35,14 @@ BOOTLOADER_CONFIG= $(BOOTLOADER_SRCDIR)/bootloader.conf
MCUBOOT_SRCDIR = $(BOOTLOAD
acassis commented on PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#issuecomment-2855087468
> > @xiaoxiang781216 @lupyuen should we disable AVRDA/DB check for now until
we get a proper AVR Toolchain?
>
> hi @acassis you must add this
>
> ```
> # Sparc-gaisler-elf
stbenn opened a new pull request, #16327:
URL: https://github.com/apache/nuttx/pull/16327
This adds the ability to use USART2 as a console if wanting to use a console
without going through the ST-Link VCOM port. This required when using an
external debugger or trace with this board.
gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075217001
##
drivers/misc/optee.c:
##
@@ -476,62 +956,83 @@ static int optee_ioctl_invoke(FAR struct optee_priv_data
*priv,
arg->ret = TEE_ERROR_COMMUNICATION;
arg->ret_o
acassis commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075411412
##
boot/nxboot/Kconfig:
##
@@ -92,6 +103,10 @@ config NXBOOT_PREVENT_DOWNGRADE
WARNING: NXboot currently implements preferences only for
nuttxpr commented on PR #16325:
URL: https://github.com/apache/nuttx/pull/16325#issuecomment-2854742121
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does **not** appear to meet the NuttX requireme
jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854746686
> 2. Remove the code which track multiple holder for counting semaphore
since it never work as expect and impact the real time
"never work as expect" *might* not be correct. I do a
pussuw commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854759698
> Counting semaphore is normally waited(event) in one thread, but
posted(event) in another thread(or even interrupt context) yes in this case
using priority inheritance is totally wrong. F
pussuw opened a new pull request, #16326:
URL: https://github.com/apache/nuttx/pull/16326
## Summary
There are two race conditions present in the current implementation:
1. File is partially open / getting closed and dup2/3 is called
- This condition arises when one thread op
xiaoxiang781216 commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854788694
> > 2. Remove the code which track multiple holder for counting semaphore
since it never work as expect and impact the real time
>
> "never work as expect" _might_ not be co
patacongo commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854789114
> But POSIX never define the priority inheritance and priority ceiling for
counting semaphore.
As I said, the logic is there to support necessary priority inheritance in a
realti
acassis commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2075394221
##
arch/avr/src/avr/Kconfig:
##
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
endchoice # Toolchain
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+ bool "Mark th
patacongo commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2854544906
> @patacongo could you give some comment about this problem?
If this feature is removed, you will re-introduce priority inheritance
issues and damage realtime performance. That i
cederom opened a new pull request, #16324:
URL: https://github.com/apache/nuttx/pull/16324
## Summary
* We do not have "Settings" tab in the Apache's owned repository, thus we
need to update `.asf.yaml` file with repository settings.
* No direct push to master branch is possible.
sumpfralle commented on PR #16318:
URL: https://github.com/apache/nuttx/pull/16318#issuecomment-2854536217
I am trying to summarize the state of discussion:
* A) Enabling codespell checks in `checkpatch.sh` by default?
* At the moment, *no tests* are enabled by default in that s
TimJTi commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075463497
##
boot/nxboot/Kconfig:
##
@@ -92,6 +103,10 @@ config NXBOOT_PREVENT_DOWNGRADE
WARNING: NXboot currently implements preferences only for
TimJTi commented on code in PR #3068:
URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075464067
##
boot/nxboot/Kconfig:
##
@@ -64,6 +64,17 @@ config NXBOOT_BOOTLOADER
if NXBOOT_BOOTLOADER
+config NXBOOT_COPY_TO_RAM
+ bool "Copy bootable image to RAM b
nuttxpr commented on PR #16324:
URL: https://github.com/apache/nuttx/pull/16324#issuecomment-2854570505
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR likely meets the NuttX requirements, but n
xiaoxiang781216 commented on PR #16318:
URL: https://github.com/apache/nuttx/pull/16318#issuecomment-2854683859
If we already modify Release note, I prefer to fix all problems directly
instead adding the exception rule. It's always good to minimize the exception
rule as much as possible.
yezhonghui2024 opened a new pull request, #16325:
URL: https://github.com/apache/nuttx/pull/16325
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
rpdev_servers as base, support many driver with prefix
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2075559102
##
sched/semaphore/sem_post.c:
##
@@ -85,19 +87,54 @@ int nxsem_post_slow(FAR sem_t *sem)
flags = enter_critical_section();
- /* Check the maximum allowable va
pussuw commented on PR #16324:
URL: https://github.com/apache/nuttx/pull/16324#issuecomment-2854725871
So linear history means fast forward only. Yes, enforce that please. I
reading hate a git history that has a million divergent branches. Impossible to
follow.
--
This is an automated me
nuttxpr commented on PR #16327:
URL: https://github.com/apache/nuttx/pull/16327#issuecomment-2855246855
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR description mostly meets the NuttX require
stbenn closed issue #16290: [BUG] ostest failure on Nucleo-G071RB NSH config
URL: https://github.com/apache/nuttx/issues/16290
--
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.
T
fdcavalcanti commented on issue #16269:
URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2855255642
I used your defconfig on my `ESP32S3-Devkit`. Telnet is up, ROMFS is
selected and connected to a hotspot, did a wireless scan with `wapi scan
wlan0`. No issues.
```
ns
Laczen closed issue #16245: [BUG] esp32: cannot create fatfs on /dev/mtdblock0
URL: https://github.com/apache/nuttx/issues/16245
--
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.
acassis commented on PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#issuecomment-2855429661
> Thank you @acassis :-)
>
> These patches come from outside private repository, and processed by
@acassis, I have asked original author to follow Contributing Guidelines and
sign
xiaoxiang781216 merged PR #16320:
URL: https://github.com/apache/nuttx/pull/16320
--
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 c22df41ca6 espressif: Add variable to override
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075950987
##
drivers/misc/optee.c:
##
@@ -154,6 +202,248 @@ static bool optee_is_valid_range(FAR void *va, size_t
size)
# define optee_is_valid_range(addr, size) (true
xiaoxiang781216 commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2075981968
##
drivers/misc/optee_smc.c:
##
@@ -0,0 +1,322 @@
+/
+ * drivers/misc/optee_smc.c
+
xiaoxiang781216 commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2075996375
##
arch/avr/src/avr/Kconfig:
##
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
endchoice # Toolchain
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+ bool
Jasinsky commented on issue #16278:
URL: https://github.com/apache/nuttx/issues/16278#issuecomment-2855467484
> 11. **Create a base board with a standard MCU plug/insert connector**
>
> The idea is to have a single base board with many peripherals (sensors,
display, audio codec, ether
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 fb592064cb22ef7f1c30a457912e6a30546d9892
Author: ouyangxiangzhen
AuthorDate: Tue May 6 17:49:43 2025 +0800
sched:
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 900b1c19ddfaece35df7306ad368db72c6a32a78
Author: ouyangxiangzhen
AuthorDate: Tue May 6 15:05:40 2025 +0800
wqueue
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 6f72f5481d52f6d5ce5cb1d38d60b443d01b8c11
Author: ouyangxiangzhen
AuthorDate: Thu Apr 17 11:41:22 2025 +0800
sched
xiaoxiang781216 merged PR #16231:
URL: https://github.com/apache/nuttx/pull/16231
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from fb592064cb sched: Improved the wdog and wq list insertion.
add f967a69748 arch/arm/sama5: Add code to report th
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 9dbb9b49c65ed738948f3047d44d871c195cf3d2
Author: ouyangxiangzhen
AuthorDate: Wed Apr 16 19:44:35 2025 +0800
sched
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 6ef5dab1600230cb008f348b165effc16373e11c
Author: Tyler Bennett
AuthorDate: Tue May 6 08:07:52 2025 -0500
document
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 c22df41ca6 espressif: Add variable to override MCUboot version and URL
new 900b1c19dd wqueue: improve the robus
xiaoxiang781216 merged PR #16303:
URL: https://github.com/apache/nuttx/pull/16303
--
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
commit 94a62cb5a7999b333bd2eec026a159e2cf48c760
Author: Tyler Bennett
AuthorDate: Tue May 6 08:07:32 2025 -0500
boards/s
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 f967a69748 arch/arm/sama5: Add code to report the reset reason
new 94a62cb5a7 boards/stm32f0l0g0: Add Nucleo G0
xiaoxiang781216 merged PR #16293:
URL: https://github.com/apache/nuttx/pull/16293
--
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 code in PR #16326:
URL: https://github.com/apache/nuttx/pull/16326#discussion_r2075885368
##
fs/inode/fs_files.c:
##
@@ -317,11 +331,36 @@ static int nx_dup3_from_tcb(FAR struct tcb_s *tcb, int
fd1, int fd2,
return -EBADF;
}
+ /* dup3
xiaoxiang781216 commented on code in PR #16326:
URL: https://github.com/apache/nuttx/pull/16326#discussion_r2075896334
##
include/nuttx/fs/fs.h:
##
@@ -462,6 +462,7 @@ struct file
int f_oflags; /* Open mode flags */
#ifdef CONFIG_FS_REFCOUNT
atomic_t
xiaoxiang781216 commented on code in PR #16326:
URL: https://github.com/apache/nuttx/pull/16326#discussion_r2075896334
##
include/nuttx/fs/fs.h:
##
@@ -462,6 +462,7 @@ struct file
int f_oflags; /* Open mode flags */
#ifdef CONFIG_FS_REFCOUNT
atomic_t
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e086ef2d02 boards/arm/stm32f7/nucleo-f767zi: enhance button support
add 4d8d2354ec docs/arm/stm32: Tag all STM32
cederom merged PR #16321:
URL: https://github.com/apache/nuttx/pull/16321
--
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.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6ef5dab160 documentation/platforms/arm: Add Nucleo G0B1 board.
add 559a278ddb boards/stm32h5/nucleo-h563zi: Add
xiaoxiang781216 merged PR #16327:
URL: https://github.com/apache/nuttx/pull/16327
--
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 code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2076022628
##
sched/semaphore/sem_post.c:
##
@@ -116,7 +153,10 @@ int nxsem_post_slow(FAR sem_t *sem)
* initialized if the semaphore is to used for signaling purposes.
acassis commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2076029293
##
arch/avr/src/avr/Kconfig:
##
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
endchoice # Toolchain
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+ bool "Mark th
acassis commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2076029293
##
arch/avr/src/avr/Kconfig:
##
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
endchoice # Toolchain
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+ bool "Mark th
xiaoxiang781216 commented on code in PR #16323:
URL: https://github.com/apache/nuttx/pull/16323#discussion_r2076033609
##
arch/avr/src/avr/Kconfig:
##
@@ -57,6 +57,26 @@ config AVR_BUILDROOT_TOOLCHAIN
endchoice # Toolchain
+config AVR_LINUXGCC_TOOLCHAIN_IS_GCC
+ bool
avgoor commented on PR #16306:
URL: https://github.com/apache/nuttx/pull/16306#issuecomment-2855593946
@shtirlic doesn't help unfortunately. I've even tried to completely remove
`arm_fpuconfig();` and it still crashes. Only removing `ARCH_HAVE_FPU` from the
`.config` fixes the issue. It see
vrmay23 commented on code in PR #3065:
URL: https://github.com/apache/nuttx-apps/pull/3065#discussion_r2076114099
##
examples/posix_stdio/posix_stdio.c:
##
@@ -0,0 +1,100 @@
+/
+ * apps/examples/posix_st
1 - 100 of 172 matches
Mail list logo