Re: [PR] V9fs socket [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 commented on PR #15597: URL: https://github.com/apache/nuttx/pull/15597#issuecomment-2599583725 @crafcat7 please fix the document error -- 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 g

Re: [PR] cmake: Use EXTRAFLAGS to define customized compilation options [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15596: URL: https://github.com/apache/nuttx/pull/15596 -- 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

(nuttx) branch master updated: cmake: Use EXTRAFLAGS to define customized compilation options

2025-01-17 Thread xiaoxiang
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 9f5a45340f cmake: Use EXTRAFLAGS to define cus

Re: [PR] arm/rp2040,rp2350: Allow configuring XOSC startup delay, and set similarly to pico-sdk [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15598: URL: https://github.com/apache/nuttx/pull/15598#issuecomment-2599568935 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

Re: [PR] V9fs socket [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15597: URL: https://github.com/apache/nuttx/pull/15597#issuecomment-2599565564 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR mostly meets the NuttX requirements, but could

Re: [PR] generate errno definitions from CSV [nuttx]

2025-01-17 Thread via GitHub
yamt commented on PR #15579: URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2599567225 > @yamt what's the benefit to generate the errno from a csv, but not modify errno.h direclty? i want to generate other things as well, which are difficult or impossible with C preproc

[PR] arm/rp2040,rp2350: Allow configuring XOSC startup delay, and set similarly to pico-sdk [nuttx]

2025-01-17 Thread via GitHub
ids1024 opened a new pull request, #15598: URL: https://github.com/apache/nuttx/pull/15598 ## Summary On some boards, the 1ms startup delay for the XOSC isn't sufficient, and NuttX can fail to start. (Depending on how the board was was reset.) To fix this, the delay has to be increas

[PR] V9fs socket [nuttx]

2025-01-17 Thread via GitHub
crafcat7 opened a new pull request, #15597: URL: https://github.com/apache/nuttx/pull/15597 ## Summary In https://github.com/apache/nuttx/pull/13001, I added a new distributed file system in NuttX, which only supports VIRTIO as a data transmission method. In this PR, I implemented

Re: [PR] sched/timer: remove critical section [nuttx]

2025-01-17 Thread via GitHub
hujun260 commented on code in PR #15561: URL: https://github.com/apache/nuttx/pull/15561#discussion_r1920942426 ## sched/timer/timer_initialize.c: ## @@ -132,23 +132,33 @@ void timer_initialize(void) void timer_deleteall(pid_t pid) { + timer_t deleted_timer[TIMER_MAX]; F

(nuttx) branch master updated: mpfs_opensbi_setup: Provide hartid and next_addr as parameters

2025-01-17 Thread xiaoxiang
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 4c2be5bb7f mpfs_opensbi_setup: Provide hartid

Re: [PR] mpfs_opensbi_setup: Provide hartid and next_addr as parameters [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15590: URL: https://github.com/apache/nuttx/pull/15590 -- 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

Re: [PR] pthread_cond_wait: Add mutex to protect the waiter count [nuttx]

2025-01-17 Thread via GitHub
hujun260 commented on PR #15566: URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2599471863 Based on your latest submission, you should revise the title. ![image](https://github.com/user-attachments/assets/e2a67c30-77dd-4edf-bc9b-e037ac8481b8) -- This is an automated m

Re: [PR] cmake: Use EXTRAFLAGS to define customized compilation options [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15596: URL: https://github.com/apache/nuttx/pull/15596#issuecomment-2599451898 [**\[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: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
anchao commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599448469 @acassis please review again: https://github.com/apache/nuttx/pull/15596 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[PR] cmake: Use EXTRAFLAGS to define customized compilation options [nuttx]

2025-01-17 Thread via GitHub
anchao opened a new pull request, #15596: URL: https://github.com/apache/nuttx/pull/15596 ## Summary cmake: Use EXTRAFLAGS to define customized compilation options align them with the usage habits of makefiles cmake: ``` cmake -B build -DBOARD_CONFIG=sim/nsh -GNinja

Re: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
anchao commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599439267 > I don't remember, but I remember using EXTRALIB flag sometime ago, hehehe @acassis here it is https://acassis.wordpress.com/2022/10/18/how-to-transform-warning-in-error-duri

(nuttx) branch master updated: cmake/mkconfig: add support of set custom command options to config.h

2025-01-17 Thread acassis
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 36b2b90bc0 cmake/mkconfig: add support of set cu

Re: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
acassis merged PR #15594: URL: https://github.com/apache/nuttx/pull/15594 -- 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] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
acassis commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599436769 > > @anchao does it also work for standard makefiles ? > > @acassis Makefiles already have this feature, but due to different backend implementations, makefile use EXTRAFLAGS to pas

(nuttx-website) branch asf-site updated: Publishing web: c9485a98e52c59e17f5874dcfcda910d849854c2 docs: e0ed7150762eb8f24b58b288f5365fdd489e65f8

2025-01-17 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 39ed1deba Publishing web: c9485a9

[I] [BUG] adb is not working on STM32F4Discovery board [nuttx]

2025-01-17 Thread via GitHub
acassis opened a new issue, #15595: URL: https://github.com/apache/nuttx/issues/15595 ### Description / Steps to reproduce the issue $ ./tools/configure.sh stm32f4discovery:adb $ make -j $ sudo openocd -f interface/stlink.cfg -f target/stm32f4x.cfg -c init -c "reset halt

Re: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
anchao commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599406046 > @anchao does it also work for standard makefiles ? @acassis Makefiles already have this feature, but due to different backend implementations, makefile use EXTRAFLAGS to pass speci

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
acassis merged PR #15593: URL: https://github.com/apache/nuttx/pull/15593 -- 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 (2779989add -> e0ed715076)

2025-01-17 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 2779989add sched/wqueue: some minor improve to reduce sched_lock range add 3f85df583c arch/armv7-r: revise header

Re: [I] [BUG] nuttx/ioexpander/mcp23x08.h is missing [nuttx]

2025-01-17 Thread via GitHub
acassis commented on issue #15592: URL: https://github.com/apache/nuttx/issues/15592#issuecomment-2599159659 @paolovolpi good finding, actually it was missing in my PR: https://github.com/apache/nuttx/commit/4b67e23049f2f4904a79adafdcc0d3d06d29555a Could you please use mcp23x17.h as b

Re: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
acassis commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2598685753 @anchao does it also work for standard makefiles ? -- 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

(nuttx) branch master updated: sched/wqueue: some minor improve to reduce sched_lock range

2025-01-17 Thread xiaoxiang
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 2779989add sched/wqueue: some minor improve to

Re: [PR] sched/wqueue: some minor improve to reduce sched_lock range [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15587: URL: https://github.com/apache/nuttx/pull/15587 -- 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

Re: [PR] wamr: Map armv7a/thumbv7a to armv7/thumbv7 for wamrc [nuttx-apps]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #2953: URL: https://github.com/apache/nuttx-apps/pull/2953 -- 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-apps) branch master updated: wamr: Map armv7a/thumbv7a to armv7/thumbv7 for wamrc

2025-01-17 Thread xiaoxiang
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-apps.git The following commit(s) were added to refs/heads/master by this push: new 666937241 wamr: Map armv7a/thumbv7a to ar

Re: [PR] generate errno definitions from CSV [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 commented on PR #15579: URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2598617407 @yamt what's the benefit to generate the errno from a csv, but not modify errno.h direclty? -- This is an automated message from the Apache Git Service. To respond to the messag

(nuttx-apps) branch master updated: apps/nshlib: Reuse local variable for cmd_memdump

2025-01-17 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new f6462111b apps/nshlib: Reuse local variable

Re: [PR] apps/nshlib: Reuse local variable for cmd_memdump [nuttx-apps]

2025-01-17 Thread via GitHub
anchao merged PR #2952: URL: https://github.com/apache/nuttx-apps/pull/2952 -- 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.ap

(nuttx) branch master updated (1b369544ca -> 1bfd1d7303)

2025-01-17 Thread xiaoxiang
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 1b369544ca modlib/gnu-elf.ld.in: fix regression with armv7a add 1bfd1d7303 [CI] testbuild.sh: Msys2 fix toolcha

Re: [PR] [CI] testbuild.sh: Msys2 fix toolchain change [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15591: URL: https://github.com/apache/nuttx/pull/15591 -- 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

(nuttx) branch master updated (d4a0abec82 -> 1b369544ca)

2025-01-17 Thread xiaoxiang
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 d4a0abec82 sched/mqueue/CMakeLists.txt: fix compilation for CONFIG_DISABLE_MQUEUE_SYSV=n add 1b369544ca modlib

Re: [PR] modlib: fix armv7a w/ unified gnu-elf.ld.in [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15588: URL: https://github.com/apache/nuttx/pull/15588 -- 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

(nuttx) branch master updated (1bfff5a38d -> d4a0abec82)

2025-01-17 Thread xiaoxiang
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 1bfff5a38d arch/armv7-r: fix gic.h build error add d4a0abec82 sched/mqueue/CMakeLists.txt: fix compilation for

Re: [PR] sched/mqueue/CMakeLists.txt: fix compilation for CONFIG_DISABLE_MQUEUE_SYSV=n [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15589: URL: https://github.com/apache/nuttx/pull/15589 -- 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

Re: [PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15594: URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2598416233 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does *not* fully meet the NuttX requirements. W

[PR] cmake/mkconfig: add support of set custom command options to config.h [nuttx]

2025-01-17 Thread via GitHub
anchao opened a new pull request, #15594: URL: https://github.com/apache/nuttx/pull/15594 ## Summary cmake/mkconfig: add support of set custom command options to config.h add support of set custom command options to config.h Use the -D parameter to pass the config to header f

Re: [PR] modlib/gnu-elf.ld.in: fix armv7a ET_EXEC apps linking [nuttx]

2025-01-17 Thread via GitHub
yf13 commented on code in PR #15588: URL: https://github.com/apache/nuttx/pull/15588#discussion_r1920106080 ## libs/libc/modlib/gnu-elf.ld.in: ## @@ -26,7 +26,11 @@ # include # define TEXT CONFIG_ARCH_TEXT_VBASE -# define DATA CONFIG_ARCH_DATA_VBASE + CONFIG_MM_PGSIZE +#

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15593: URL: https://github.com/apache/nuttx/pull/15593#issuecomment-2598202942 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
yf13 opened a new pull request, #15593: URL: https://github.com/apache/nuttx/pull/15593 ## Summary This adds QEMU emulated Cortex-R5 chip with virt sample board config. ## Impacts QEMU emulated armv7 boards ## Testing - local checks with `qemu-armv7a:nsh`, `

(nuttx) branch master updated (b8660fc39c -> 1bfff5a38d)

2025-01-17 Thread xiaoxiang
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 b8660fc39c sim: fix regression from https://github.com/apache/nuttx/pull/14623 add 1bfff5a38d arch/armv7-r: fi

Re: [PR] arch/armv7-r: fix gic.h build error [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15585: URL: https://github.com/apache/nuttx/pull/15585 -- 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

Re: [PR] arch/armv7-r: fix gic.h build error [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 commented on PR #15585: URL: https://github.com/apache/nuttx/pull/15585#issuecomment-2598072987 > > should we sync the macro definition with armv7-a instead? > > @xiaoxiang781216, given that I am still new with armv7-a, to quickly check whether cortex-r5 works, maybe w

(nuttx) branch master updated: sim: fix regression from https://github.com/apache/nuttx/pull/14623

2025-01-17 Thread xiaoxiang
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 b8660fc39c sim: fix regression from https://g

Re: [PR] sim: fix regression from https://github.com/apache/nuttx/pull/14623 [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #15586: URL: https://github.com/apache/nuttx/pull/15586#discussion_r1919979806 ## sched/wqueue/kwork_queue.c: ## @@ -80,6 +79,7 @@ static void work_timer_expiry(wdparm_t arg) } spin_unlock_irqrestore(&work->wq->lock, flags); + s

Re: [I] [BUG] sim_vpnkit is breaking watchdog? [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 closed issue #15582: [BUG] sim_vpnkit is breaking watchdog? URL: https://github.com/apache/nuttx/issues/15582 -- 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

Re: [PR] sim: fix regression from https://github.com/apache/nuttx/pull/14623 [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 merged PR #15586: URL: https://github.com/apache/nuttx/pull/15586 -- 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

Re: [PR] modlib/gnu-elf.ld.in: fix armv7a ET_EXEC apps linking [nuttx]

2025-01-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #15588: URL: https://github.com/apache/nuttx/pull/15588#discussion_r1919966163 ## libs/libc/modlib/gnu-elf.ld.in: ## @@ -26,7 +26,11 @@ # include # define TEXT CONFIG_ARCH_TEXT_VBASE -# define DATA CONFIG_ARCH_DATA_VBASE + CONFIG_M

[I] [BUG] nuttx/ioexpander/mcp23x08.h is missing [nuttx]

2025-01-17 Thread via GitHub
paolovolpi opened a new issue, #15592: URL: https://github.com/apache/nuttx/issues/15592 ### Description / Steps to reproduce the issue Enable DeviceDrivers/IO Expander Gpio Support/MCP23008 make -j got the following compilation error: CC: environ/env_getenv.c In file includ

[PR] [CI] testbuild.sh: Msys2 fix toolchain change [nuttx]

2025-01-17 Thread via GitHub
simbit18 opened a new pull request, #15591: URL: https://github.com/apache/nuttx/pull/15591 ## Summary In the Msys2 (Windows) environment, this search filter is not sufficient. $ grep _TOOLCHAIN_ .config | grep -v CONFIG_ARCH_TOOLCHAIN_* | grep =y CONFIG_TOOLCHAIN_WINDOWS=y

Re: [PR] mpfs_opensbi_setup: Provide hartid and next_addr as parameters [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15590: URL: https://github.com/apache/nuttx/pull/15590#issuecomment-2597909605 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR summary does not meet the NuttX requirement

[PR] mpfs_opensbi_setup: Provide hartid and next_addr as parameters [nuttx]

2025-01-17 Thread via GitHub
pussuw opened a new pull request, #15590: URL: https://github.com/apache/nuttx/pull/15590 ## Summary No reason to keep asking for these over and over. Also fix bumping the CPU booted counter when SBI is enabled. ## Impact MPFS bootloader only, performance optimization an

[PR] sched/mqueue/CMakeLists.txt: fix compilation for CONFIG_DISABLE_MQUEUE_SYSV=n [nuttx]

2025-01-17 Thread via GitHub
raiden00pl opened a new pull request, #15589: URL: https://github.com/apache/nuttx/pull/15589 ## Summary fix compilation for CONFIG_DISABLE_MQUEUE_SYSV=n in cmake ## Impact fix compilation ## Testing local -- This is an automated message from the Apache Git Servi

Re: [PR] pthread_cond_wait: Add mutex to protect the waiter count [nuttx]

2025-01-17 Thread via GitHub
pussuw commented on PR #15566: URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597763731 > Yep. LTP runs on `rv-virt:citest` too: > > * https://github.com/NuttX/nuttx/actions/runs/12822145965/job/35754623191#step:7:149 Ok, if the tests pass I consider this iss

Re: [PR] pthread_cond_wait: Add mutex to protect the waiter count [nuttx]

2025-01-17 Thread via GitHub
lupyuen commented on PR #15566: URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597729685 Yep. LTP runs on `rv-virt:citest` too: - https://github.com/NuttX/nuttx/actions/runs/12822145965/job/35754623191#step:7:149 -- This is an automated message from the Apache Git Se

Re: [PR] pthread_cond_wait: Add mutex to protect the waiter count [nuttx]

2025-01-17 Thread via GitHub
pussuw commented on PR #15566: URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597712803 Using compare&exchange seems to have done the trick. Last thing that remains is to verify this is still POSIX compliant, I guess CI (sim:citest) runs the ltp test cases ? --

Re: [PR] arch/Kconfig: allow FLASH config w/o MMU [nuttx]

2025-01-17 Thread via GitHub
anchao merged PR #15584: URL: https://github.com/apache/nuttx/pull/15584 -- 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

(nuttx) branch master updated (1e2c002a10 -> 8f435a2941)

2025-01-17 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 1e2c002a10 nuttx: add open and close callback functions for the mouse. add 8f435a2941 arch/Kconfig: allow FLASH co

[PR] modlib/gnu-elf.ld.in: fix armv7a ET_EXEC apps linking [nuttx]

2025-01-17 Thread via GitHub
yf13 opened a new pull request, #15588: URL: https://github.com/apache/nuttx/pull/15588 ## Summary This fixes booting issue of qemu-armv7a:knsh + ELF_EXECUTABLE by aligning formula of armv7-a with its current addrenv layout. This is a follow up of pull/15527. ## Impacts

[PR] wamr: Map armv7a/thumbv7a to armv7/thumbv7 for wamrc [nuttx-apps]

2025-01-17 Thread via GitHub
no1wudi opened a new pull request, #2953: URL: https://github.com/apache/nuttx-apps/pull/2953 ## Summary - Added explicit mapping of thumbv7a architecture to thumbv7 in the WAMR toolchain definitions - WAMR's AOT compiler uses armv7/thumbv7 as the target architecture for all ARMv7