[GitHub] [nuttx] xiaotailang opened a new issue, #9645: how to debug elf

2023-06-28 Thread via GitHub
xiaotailang opened a new issue, #9645: URL: https://github.com/apache/nuttx/issues/9645 Hello everyone, I have compiled my application into an ELF file, for example, "myapp_elf", following the instructions in this [issue.](https://github.com/apache/nuttx/issues/2323), After downloadi

[GitHub] [nuttx] masayuki2009 commented on pull request #9297: virtio: add virtio framework in NuttX

2023-06-28 Thread via GitHub
masayuki2009 commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1612490683 @xiaoxiang781216 @CV-Bowen I will try the latest PR this weekend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[nuttx-apps] branch master updated: Add small test of pthread_exit()/pthread_self() on main thread.

2023-06-28 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 6d9259f33 Add small test of pthread_exit(

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1813: Add small test of pthread_exit()/pthread_self() on main thread.

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #1813: URL: https://github.com/apache/nuttx-apps/pull/1813 -- 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...

[GitHub] [nuttx-apps] FASTSHIFT opened a new pull request, #1814: testing/monkey: add file permission settings

2023-06-28 Thread via GitHub
FASTSHIFT opened a new pull request, #1814: URL: https://github.com/apache/nuttx-apps/pull/1814 ## Summary Add missing file permission setting, fix file read failure. ## Impact None. ## Testing None. -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] szsam opened a new pull request, #9644: libc/lib_remove: fix TOCTOU race condition

2023-06-28 Thread via GitHub
szsam opened a new pull request, #9644: URL: https://github.com/apache/nuttx/pull/9644 ## Summary Separately checking the state of a file before operating on it may allow an attacker to modify the file between the two operations. Reference: CWE-367 https://github.com

[GitHub] [nuttx] extinguish opened a new pull request, #9643: libs/libc/aio: fix aio_fsync compatible issue

2023-06-28 Thread via GitHub
extinguish opened a new pull request, #9643: URL: https://github.com/apache/nuttx/pull/9643 ## Summary 1. make the aio_fsync implementation can pass the ltp/open_posix_testsuite/aio_fsync testcases 2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/fu

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: dc69b108b8e0547ecf6990207526c27aceaf1e2e

2023-06-28 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 d9739774 Publishing web: bedd222c

[GitHub] [nuttx-apps] patacongo commented on pull request #1813: Add small test of pthread_exit()/pthread_self() on main thread.

2023-06-28 Thread via GitHub
patacongo commented on PR #1813: URL: https://github.com/apache/nuttx-apps/pull/1813#issuecomment-1612104195 macOS CI tests are failing for unknown reasons. -- 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

[GitHub] [nuttx] acassis commented on pull request #9639: Fixes for xmc4700-relax board

2023-06-28 Thread via GitHub
acassis commented on PR #9639: URL: https://github.com/apache/nuttx/pull/9639#issuecomment-1612100535 > @acassis noted I will fix the styling errors. Just a side question I created a small example that uses the SPI to communicate with a LSM6DSR imu. I created it in the nuttx-apps project. D

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9640: libs/libc/aio: fix aio_write compatible bug

2023-06-28 Thread via GitHub
pkarashchenko commented on code in PR #9640: URL: https://github.com/apache/nuttx/pull/9640#discussion_r1245598376 ## fs/aio/aio_write.c: ## @@ -249,6 +249,40 @@ int aio_write(FAR struct aiocb *aiocbp) DEBUGASSERT(aiocbp); + if (aiocbp->aio_reqprio < 0) +{ + set

[GitHub] [nuttx] a-lunev opened a new pull request, #9641: arch/arm: move -mthumb option back to ARCHCPUFLAGS

2023-06-28 Thread via GitHub
a-lunev opened a new pull request, #9641: URL: https://github.com/apache/nuttx/pull/9641 ## Summary CONFIG_ARM_TOOLCHAIN_GNU_EABI build got broken when -mthumb option was moved from ARCHCPUFLAGS to ARCHOPTIMIZATION variable: arm-none-eabi-ld: error: .../build/nuttx/nuttx uses V

[GitHub] [nuttx] a-lunev closed pull request #3958: stm32h7:sdmmc: prevent SRAM123 and SRAM4 from using by SDMMC1 IDMA

2023-06-28 Thread via GitHub
a-lunev closed pull request #3958: stm32h7:sdmmc: prevent SRAM123 and SRAM4 from using by SDMMC1 IDMA URL: https://github.com/apache/nuttx/pull/3958 -- 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 t

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9639: Fixes for xmc4700-relax board

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9639: URL: https://github.com/apache/nuttx/pull/9639#issuecomment-1611837309 > @xiaoxiang781216 noted, but aren't they automatically squashed when merged ? No, the action is "Rebase and merge" to keep the origin patch layout. -- This is an automated

[GitHub] [nuttx-apps] patacongo commented on pull request #1813: Add small test of pthread_exit()/pthread_self() on main thread.

2023-06-28 Thread via GitHub
patacongo commented on PR #1813: URL: https://github.com/apache/nuttx-apps/pull/1813#issuecomment-1611792467 Inspired by the discussion of #apache/nuttx/9632 and based on the discussion and examples at https://stackoverflow.com/questions/3559463/is-it-ok-to-call-pthread-exit-from-main

[GitHub] [nuttx] patacongo commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
patacongo commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1611790035 I added a minimal OS test for calling pthread_exit() and pthread_self() from main. #apache/nuttx-apps/1813 This is based on the example from https://stackoverflow.com/questions/35

[GitHub] [nuttx-apps] patacongo opened a new pull request, #1813: Add small test of pthread_exit()/pthread_self() on main thread.

2023-06-28 Thread via GitHub
patacongo opened a new pull request, #1813: URL: https://github.com/apache/nuttx-apps/pull/1813 ## Summary Add a minimal test to assure that pthread_self() and pthread_exit() work correctly when called from the main thread. ## Impact None expected. Worst case would be a

[nuttx] branch master updated: libs/libc/aio: fix aio_write compatible bug

2023-06-28 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 dc69b108b8 libs/libc/aio: fix aio_write compat

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9640: libs/libc/aio: fix aio_write compatible bug

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9640: URL: https://github.com/apache/nuttx/pull/9640 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9640: libs/libc/aio: fix aio_write compatible bug

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9640: URL: https://github.com/apache/nuttx/pull/9640#issuecomment-1611778930 Let's ignore macOS CI broken due to https://github.com/apache/nuttx-apps/issues/1812. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[nuttx-apps] branch master updated: system/nxdiag: Add Espressif's HAL version

2023-06-28 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 7bfd62361 system/nxdiag: Add Espressif's

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1809: system/nxdiag: Add Espressif's HAL version

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #1809: URL: https://github.com/apache/nuttx-apps/pull/1809 -- 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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1809: system/nxdiag: Add Espressif's HAL version

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #1809: URL: https://github.com/apache/nuttx-apps/pull/1809#issuecomment-1611775823 Let's ignore macOS CI broken due to https://github.com/apache/nuttx-apps/issues/1812. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] trns1997 commented on pull request #9639: Fixes for xmc4700-relax board

2023-06-28 Thread via GitHub
trns1997 commented on PR #9639: URL: https://github.com/apache/nuttx/pull/9639#issuecomment-1611726727 @acassis noted I will fix the styling errors. Just a side question I created a small example that uses the SPI to communicate with a LSM6DSR imu. I created it in the nuttx-apps project. Do

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9615: fs/fat: Fix undefined behavior in signed integer overflow check

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9615: URL: https://github.com/apache/nuttx/pull/9615 -- 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...@nutt

[nuttx] branch master updated: fs/fat: Fix undefined behavior in signed integer overflow check

2023-06-28 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 7d13f5eb78 fs/fat: Fix undefined behavior in s

[nuttx] 02/02: documentation: Add release notes for 12.2.0 release

2023-06-28 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 commit 669ccfaa329bd00ecdf8514f87f830c12a540045 Author: Alin Jerpelea AuthorDate: Wed Jun 28 13:35:18 2023 +0200 documen

[nuttx] branch master updated (987b01221c -> 669ccfaa32)

2023-06-28 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 987b01221c fs/rpmsgfs: Zero dirs after realloc to avoid stale data new 3003236e3f ReleaseNotes: cleanup ne

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9638: documentation: Add release notes for 12.2.0 release

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9638: URL: https://github.com/apache/nuttx/pull/9638 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1611587411 Yes, the behavior is just exactly same as I mentioned before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9297: virtio: add virtio framework in NuttX

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1611570483 @masayuki2009 could you help verify again? Thanks! -- 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

[GitHub] [nuttx] CV-Bowen commented on a diff in pull request #9297: virtio: add virtio framework in NuttX

2023-06-28 Thread via GitHub
CV-Bowen commented on code in PR #9297: URL: https://github.com/apache/nuttx/pull/9297#discussion_r1245266170 ## boards/arm64/qemu/qemu-armv8a/configs/netnsh/defconfig: ## @@ -16,17 +16,25 @@ CONFIG_ARCH_CHIP_QEMU_A53=y CONFIG_ARCH_INTERRUPTSTACK=4096 CONFIG_BUILTIN=y CONFIG_

[GitHub] [nuttx] CV-Bowen commented on a diff in pull request #9297: virtio: add virtio framework in NuttX

2023-06-28 Thread via GitHub
CV-Bowen commented on code in PR #9297: URL: https://github.com/apache/nuttx/pull/9297#discussion_r1245261975 ## drivers/virtio/Kconfig: ## @@ -5,50 +5,56 @@ menuconfig DRIVERS_VIRTIO bool "Virtio Device Support" - depends on !OPENAMP + depends on OPENAMP

[GitHub] [nuttx] patacongo commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
patacongo commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1611457813 > Taking into account that `The pthread_exit() function cannot return to its caller.`, so 3 lines below `pthread_exit(NULL);` will never be executed. Which could be as intended. I

[GitHub] [nuttx] extinguish opened a new pull request, #9640: libs/libc/aio: fix aio_write compatible bug

2023-06-28 Thread via GitHub
extinguish opened a new pull request, #9640: URL: https://github.com/apache/nuttx/pull/9640 ## Summary 1. make the aio_write implementation can pass the lpt/open_posix_testsuite/aio_write testcases 2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/fu

[GitHub] [nuttx] acassis commented on a diff in pull request #9606: fs/rpmsgfs: Zero dirs after realloc to avoid stale data

2023-06-28 Thread via GitHub
acassis commented on code in PR #9606: URL: https://github.com/apache/nuttx/pull/9606#discussion_r1245214518 ## fs/rpmsgfs/rpmsgfs_server.c: ## @@ -285,6 +285,9 @@ static int rpmsgfs_attach_dir(FAR struct rpmsgfs_server_s *priv, return -ENOMEM; } + memset(&tmp[pr

[nuttx] branch master updated: fs/rpmsgfs: Zero dirs after realloc to avoid stale data

2023-06-28 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 987b01221c fs/rpmsgfs: Zero dirs after realloc t

[GitHub] [nuttx] acassis merged pull request #9606: fs/rpmsgfs: Zero dirs after realloc to avoid stale data

2023-06-28 Thread via GitHub
acassis merged PR #9606: URL: https://github.com/apache/nuttx/pull/9606 -- 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.apache

[nuttx] branch master updated: libs/libc/aio: fix aio_read compatible bug

2023-06-28 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 d33f90b78c libs/libc/aio: fix aio_read compatibl

[GitHub] [nuttx] acassis merged pull request #9637: libs/libc/aio: fix aio_read compatible bug

2023-06-28 Thread via GitHub
acassis merged PR #9637: URL: https://github.com/apache/nuttx/pull/9637 -- 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.apache

[GitHub] [nuttx] acassis commented on pull request #9639: Fixes for xmc4700-relax board

2023-06-28 Thread via GitHub
acassis commented on PR #9639: URL: https://github.com/apache/nuttx/pull/9639#issuecomment-1611410905 Hi @trns1997 thank you so much for these fixes! Nice to see someone interested on XMC4700! Please fix these coding style issues: ``` ../nuttx/tools/checkpatch.sh -u -m -g f48a9

[GitHub] [nuttx-apps] acassis commented on pull request #1810: import/mk: Update ELF flags to represent build configuration type.

2023-06-28 Thread via GitHub
acassis commented on PR #1810: URL: https://github.com/apache/nuttx-apps/pull/1810#issuecomment-1611401985 Hi @g2gps thanks for fixing it. Someone ping me few days ago saying that running external ELF binaries on NuttX as explained on my video: https://www.youtube.com/watch?v=oL6KAgkT

[GitHub] [nuttx-apps] lucasssvaz opened a new issue, #1812: MacOS CI failing during homebrew openssl installation.

2023-06-28 Thread via GitHub
lucasssvaz opened a new issue, #1812: URL: https://github.com/apache/nuttx-apps/issues/1812 The MacOS CI is failing while installing openssl. ``` ==> Downloading https://ghcr.io/v2/homebrew/core/u-boot-tools/blobs/sha256:d9441454506ac196e7ca0b86867cdd2b28e64efc845f37674448382d01548

[GitHub] [nuttx] trns1997 opened a new pull request, #9639: Fixes for xmc4700-relax board

2023-06-28 Thread via GitHub
trns1997 opened a new pull request, #9639: URL: https://github.com/apache/nuttx/pull/9639 ## Summary 1. Added SPI interface according to the evaluation board doc (https://www.infineon.com/dgdl/Infineon-Board_User_Manual_XMC4700_XMC4800_Relax_Kit_Series-UserManual-v01_04-EN.pdf?fileId=5546

[GitHub] [nuttx] jerpelea opened a new pull request, #9638: documentation: Add release notes for 12.2.0 release

2023-06-28 Thread via GitHub
jerpelea opened a new pull request, #9638: URL: https://github.com/apache/nuttx/pull/9638 ## Summary Add release notes for 12.2.0 release ## Impact Release ## Testing NONE -- This is an automated message from the Apache Git Service. To respond to the message, ple

[nuttx] branch master updated: libc.csv: Correct return type of strchr

2023-06-28 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.git The following commit(s) were added to refs/heads/master by this push: new f48a92810b libc.csv: Correct return type of strch

[GitHub] [nuttx] anchao merged pull request #9636: libc.csv: Correct return type of strchr

2023-06-28 Thread via GitHub
anchao merged PR #9636: URL: https://github.com/apache/nuttx/pull/9636 -- 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.apache.

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1611007234 pthread_exit is different from exit: 1. Any thread call exit will terminate the whole process 2. pthread_exit just terminate the calling thread, but the program will termin

[GitHub] [nuttx] masayuki2009 commented on pull request #3707: Fix NFS over TCP

2023-06-28 Thread via GitHub
masayuki2009 commented on PR #3707: URL: https://github.com/apache/nuttx/pull/3707#issuecomment-1610989947 >@wengzhe >Let me confirm why I removed the local port binding in TCP mode. I remembered that I removed the local port binding in TCP mode to work with GS2200M. The GS2200M

[GitHub] [nuttx] pkarashchenko commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
pkarashchenko commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1610913163 > > the case is from LTP open posix test case: > > AFAIK, all pthread interfaces can be called from the main thread. Certainly many pthread interfaces must be called called fro

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1811: nshlib: Don't select LIBC_NETDB automatically

2023-06-28 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1811: URL: https://github.com/apache/nuttx-apps/pull/1811 ## Summary since nshlib always call netdb API inside #ifdef CONFIG_LIBC_NETDB ## Impact ## Testing CI -- This is an automated message from the Apache Git Servic

[GitHub] [nuttx] extinguish opened a new pull request, #9637: libs/libc/aio: fix aio_read compatible bug

2023-06-28 Thread via GitHub
extinguish opened a new pull request, #9637: URL: https://github.com/apache/nuttx/pull/9637 ## Summary 1. make the aio_read implementation can pass the ltp/open_posix_testsuite/aio_read testcases 2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/func

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1610908384 Yes, but it isn't big issue only some resource isn't destroyed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] pkarashchenko commented on pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
pkarashchenko commented on PR #9632: URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1610904770 > > > > the case is from LTP open posix test case: > https://github.com/linux-test-project/ltp/blob/2cae93ca9ffbf6910b061652d70fd1cd3399812f/testcases/open_posix_testsuite/c

[nuttx] branch master updated: mm/kasan: replace load/store methods to marco

2023-06-28 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 a2c4027da6 mm/kasan: replace load/store method

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9630: mm/kasan: replace load/store methods to macro

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9630: URL: https://github.com/apache/nuttx/pull/9630 -- 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...@nutt

[nuttx] branch master updated: libs/libc/aio: fix aio_return compatible bug

2023-06-28 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 0d9e7be323 libs/libc/aio: fix aio_return compa

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9634: libs/libc/aio: fix aio_return compatible bug

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9634: URL: https://github.com/apache/nuttx/pull/9634 -- 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...@nutt

[nuttx] branch master updated (1d6e51220d -> d08b81db9d)

2023-06-28 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 1d6e51220d cxd56_dmac, lcd_dev: fix null pointer dereference add d08b81db9d sched: fix pthread_exit crash No n

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9632: sched: fix pthread_exit crash

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9632: URL: https://github.com/apache/nuttx/pull/9632 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9635: binfmt/elf: Allow the userspace ELF type to be defined by board configuration.

2023-06-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #9635: URL: https://github.com/apache/nuttx/pull/9635#discussion_r1244790550 ## boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld: ## @@ -0,0 +1,132 @@ +/ + * boards/

[nuttx] branch master updated (9bd1d5ddda -> 5b00c31396)

2023-06-28 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 9bd1d5ddda arch/risc-v/espressif: Add USB-Serial-JTAG driver new 6492f0172e binfmt/elf: Allow the userspace ELF

[nuttx] branch master updated (5b00c31396 -> 1d6e51220d)

2023-06-28 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 5b00c31396 boards/litex/arty_a7: Support building fully linked executables. add 1d6e51220d cxd56_dmac, lcd

[GitHub] [nuttx] pkarashchenko merged pull request #9621: cxd56_dmac, lcd_dev: fix null pointer dereference

2023-06-28 Thread via GitHub
pkarashchenko merged PR #9621: URL: https://github.com/apache/nuttx/pull/9621 -- 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.

[nuttx] 01/02: binfmt/elf: Allow the userspace ELF type to be defined by board configuration.

2023-06-28 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 commit 6492f0172e0403b2534f939e35e2b073d577a59e Author: Stuart Ianna AuthorDate: Tue Jun 27 10:03:20 2023 +1000 binfmt/e

[nuttx] 02/02: boards/litex/arty_a7: Support building fully linked executables.

2023-06-28 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 commit 5b00c31396467e84c688ac1baac55eb7c3d41043 Author: Stuart Ianna AuthorDate: Tue Jun 27 10:26:48 2023 +1000 boards/l

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9635: binfmt/elf: Allow the userspace ELF type to be defined by board configuration.

2023-06-28 Thread via GitHub
xiaoxiang781216 merged PR #9635: URL: https://github.com/apache/nuttx/pull/9635 -- 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...@nutt