[GitHub] [nuttx] Shark7Pepper opened a new issue, #9775: Experiencing system crashes with upd sendto

2023-07-10 Thread via GitHub
Shark7Pepper opened a new issue, #9775: URL: https://github.com/apache/nuttx/issues/9775 Version nuttx8.2. mtu is set to 1500.When I transfer data using udp protocol, using function sendto() with parameter len set to 4096, the system crashes. I want to know why? Does 8.2 support ip segmenta

[GitHub] [nuttx] mu578 commented on pull request #9774: change clockid_t type from uint8_t to int

2023-07-10 Thread via GitHub
mu578 commented on PR #9774: URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630166630 That's not true posix defined it as an `arithmetic type`; vendor specific ; some use an enum, some int, unsigned int, uint8_t was perfectly fine and it saves bytes. -- This is an automated

[nuttx] branch master updated: sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC

2023-07-10 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 e9d7210d02 sim/posix_test: fix shm_open() retu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9770: sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9770: URL: https://github.com/apache/nuttx/pull/9770 -- 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: libc/pthread: remove unsed compare code in pthread_rwlock_init()

2023-07-10 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 24e3cdf0c0 libc/pthread: remove unsed compare

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9771: libc/pthread: remove unsed compare code in pthread_rwlock_init()

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9771: URL: https://github.com/apache/nuttx/pull/9771 -- 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] protobits opened a new issue, #3291: Standardize newline handling of syslog

2023-07-10 Thread via GitHub
protobits opened a new issue, #3291: URL: https://github.com/apache/nuttx/issues/3291 When looking into #3157 I realized we should make `syslog()` behave as hinted in the specification and as other implementations do. From #3157: > Related to this discussion is the fact that I think s

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1630073967 > > @freakishness @pkarashchenko any idea why @liuzhao commit "add support for YT8512 phy" is in the middle of this PR? > > This is my mistake, should I resubmit? you c

[GitHub] [nuttx] siryang2006 opened a new pull request, #9773: set CONFIG_PTHREAD_STACK_MIN as DEFAULT_MM_PGSIZE`s default value and

2023-07-10 Thread via GitHub
siryang2006 opened a new pull request, #9773: URL: https://github.com/apache/nuttx/pull/9773 sysconf add param _SC_THREAD_STACK_MIN deal make the pthread_exit pass the ltp/open_posix_testsuite/pthread_exit/1-2.c testcase (1) in pthread_exit/1-2.c testcase, if sysconf(_SC_THREAD_STACK_

[nuttx] branch master updated: Added missing semicolon to dead-lock detection.

2023-07-10 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 8d0b271ab6 Added missing semicolon to dead-loc

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9768: Added missing semicolon to dead-lock detection.

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9768: URL: https://github.com/apache/nuttx/pull/9768 -- 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] wengzhe opened a new pull request, #9772: drivers/net: Add wireless ops in upper-half driver

2023-07-10 Thread via GitHub
wengzhe opened a new pull request, #9772: URL: https://github.com/apache/nuttx/pull/9772 ## Summary Take the idea from Linux's `iw_handler` array and esp32c3_wlan's `wlan_ops_s`, and make it a common logic of upper-half driver. ## Impact Add new logic controlled by Kconfig

[GitHub] [nuttx] siryang2006 opened a new pull request, #9771: libc/pthread: remove unsed compare code in pthread_rwlock_init()

2023-07-10 Thread via GitHub
siryang2006 opened a new pull request, #9771: URL: https://github.com/apache/nuttx/pull/9771 In nuttx function pthread_rwlock_init param attr is useless, so remove it to make rwlock_init pass rwlock_init/1-1.c and rwlock_init/3-1.c testcases. ## Summary ## Impact ## Test

[GitHub] [nuttx] siryang2006 opened a new pull request, #9770: sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC

2023-07-10 Thread via GitHub
siryang2006 opened a new pull request, #9770: URL: https://github.com/apache/nuttx/pull/9770 Make the pthread_setspecific pass the shm_open/11-1.c testcases. Function shm_open() should return a file descriptor for the shared memory object associated with FD_CLOEXEC. Reference to https://pu

[GitHub] [nuttx] nuttxproject closed pull request #9769: libc/pthread: remove unsed compare code in pthread_rwlock_init()

2023-07-10 Thread via GitHub
nuttxproject closed pull request #9769: libc/pthread: remove unsed compare code in pthread_rwlock_init() URL: https://github.com/apache/nuttx/pull/9769 -- 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

[GitHub] [nuttx] siryang2006 opened a new pull request, #9769: libc/pthread: remove unsed compare code in pthread_rwlock_init()

2023-07-10 Thread via GitHub
siryang2006 opened a new pull request, #9769: URL: https://github.com/apache/nuttx/pull/9769 In nuttx function pthread_rwlock_init param attr is useless, so remove it to make rwlock_init pass rwlock_init/1-1.c and rwlock_init/3-1.c testcases. ## Summary ## Impact ## Test

[GitHub] [nuttx] freakishness commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
freakishness commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629940357 > > @freakishness I have a HPM6340 board, do you think it also could be compatible? If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be possible get other ven

[GitHub] [nuttx] freakishness commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
freakishness commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629918820 > @freakishness @pkarashchenko any idea why @liuzhao commit "add support for YT8512 phy" is in the middle of this PR? This is my mistake, should I resubmit? -- This is an auto

[GitHub] [nuttx] freakishness commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
freakishness commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629917427 > @freakishness I have a HPM6340 board, do you think it also could be compatible? If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be possible get other vendors based on Ande

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 9dc59e910974ffa76d7b68f3f551f57936ef7cc8

2023-07-10 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 ef898630 Publishing web: 8e851a05

[GitHub] [nuttx] fjpanag opened a new pull request, #9768: Added missing semicolon to dead-lock detection.

2023-07-10 Thread via GitHub
fjpanag opened a new pull request, #9768: URL: https://github.com/apache/nuttx/pull/9768 ## Summary Added missing semicolon in dead-lock detection logic. ## Impact Code now builds properly. ## Testing Build test only. -- This is an automated message f

[nuttx] 01/03: binfmt: Move [elf|nxflat]_[un]initialize to private header file

2023-07-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 229293f9f8c0d27d67d142b2a9d3dc5212b8fc1f Author: Xiang Xiao AuthorDate: Sun Jul 9 04:39:31 2023 +0800 binfmt:

[nuttx] branch master updated (899471c6bd -> 9dc59e9109)

2023-07-10 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 899471c6bd add support for YT8512 phy new 229293f9f8 binfmt: Move [elf|nxflat]_[un]initialize to private he

[nuttx] 03/03: Fix error: Mixed case identifier found

2023-07-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9dc59e910974ffa76d7b68f3f551f57936ef7cc8 Author: Xiang Xiao AuthorDate: Sun Jul 9 06:16:11 2023 +0800 Fix err

[nuttx] 02/03: libc/symtab: Don't include symtab.h in the header files

2023-07-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ebcb03dce9a952429fd3233cf02ecbc6c7ec38ef Author: Xiang Xiao AuthorDate: Sun Jul 9 05:23:32 2023 +0800 libc/sy

[GitHub] [nuttx] pkarashchenko merged pull request #9751: binfmt: Move [elf|nxflat]_[un]initialize to private header file

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

[GitHub] [nuttx] acassis commented on pull request #9706: libs/libc:Add support for gdb rsp protocol

2023-07-10 Thread via GitHub
acassis commented on PR #9706: URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1629636753 @anjiahao1 please take a look: ``` gdbstub/lib_gdbstub.c: In function 'get_register': Error: gdbstub/lib_gdbstub.c:872:19: error: 'g_tcbinfo' undeclared (first use in this function)

[nuttx] branch master updated: add support for YT8512 phy

2023-07-10 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 899471c6bd add support for YT8512 phy 899471c6

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9495: add support for YT8512 phy

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9495: URL: https://github.com/apache/nuttx/pull/9495 -- 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: Fix nuttx coding style

2023-07-10 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 af247276d5 Fix nuttx coding style af247276d5 i

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9767: Fix nuttx coding style

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9767: URL: https://github.com/apache/nuttx/pull/9767 -- 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 #9751: binfmt: Move [elf|nxflat]_[un]initialize to private header file

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #9751: URL: https://github.com/apache/nuttx/pull/9751#discussion_r1258602970 ## libs/libc/modlib/modlib_symbols.c: ## @@ -549,23 +550,23 @@ void *modlib_findglobal(FAR struct module_s *modp, struct mod_loadinfo_s *

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9495: add support for YT8512 phy

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9495: URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1629348953 > @xiaoxiang781216 Sorry about that. I lost my github 2fa key. I also have learned how to check source format use 'checkpatch.sh'. Ok, I squash your patch, please take a look.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9763: nuttx/toolchain: Add macro _LDBL_EQ_DBL to nuttx/arch/arm64/src/Toolchain.defs

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9763: URL: https://github.com/apache/nuttx/pull/9763 -- 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: nuttx/toolchain: Add macro _LDBL_EQ_DBL to nuttx/arch/arm64/src/Toolchain.defs

2023-07-10 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 4d9f67940c nuttx/toolchain: Add macro _LDBL_EQ

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9755: sched/task/fork: add fork implementation

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9755: URL: https://github.com/apache/nuttx/pull/9755#issuecomment-1629335003 > @xiaoxiang781216 I think historically vfork() name as used instead of fork() because fork() requires a real MMU. Yes, the full feature fork requires that the hardware has MM

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9764: libm/libmcs: Fix undefined symbol `fesetround'

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9764: URL: https://github.com/apache/nuttx/pull/9764 -- 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: libm/libmcs: Fix undefined symbol `fesetround'

2023-07-10 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 cd5e1169df libm/libmcs: Fix undefined symbol `

[GitHub] [nuttx] acassis merged pull request #9750: libc/symtab: Move SYMTAB_XXX from unistd/Kconfig to symtab/Kconfig

2023-07-10 Thread via GitHub
acassis merged PR #9750: URL: https://github.com/apache/nuttx/pull/9750 -- 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 (2a5f48c3fd -> 813b652ba5)

2023-07-10 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 2a5f48c3fd libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range add 5849cf71d8 libc/symtab: Move

[GitHub] [nuttx] simbit18 opened a new pull request, #9767: Fix nuttx coding style

2023-07-10 Thread via GitHub
simbit18 opened a new pull request, #9767: URL: https://github.com/apache/nuttx/pull/9767 ## Summary Remove TABs Fix indentation ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[nuttx] branch master updated (3ef9f4a0b7 -> 2a5f48c3fd)

2023-07-10 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 3ef9f4a0b7 arch/arm/src/lpc2378/lpc23xx_uart.h: Fix nuttx coding style add 2a5f48c3fd libs/libc/stdlib: fix

[GitHub] [nuttx] acassis commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
acassis commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629260194 @freakishness @pkarashchenko any idea why @liuzhao commit "add support for YT8512 phy" is in the middle of this PR? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx] pkarashchenko merged pull request #9766: libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range

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

svn commit: r62917 - in /dev/nuttx/12.2.1-RC0: ./ apache-nuttx-12.2.1.tar.gz apache-nuttx-12.2.1.tar.gz.asc apache-nuttx-12.2.1.tar.gz.sha512 apache-nuttx-apps-12.2.1.tar.gz apache-nuttx-apps-12.2.1.t

2023-07-10 Thread jerpelea
Author: jerpelea Date: Mon Jul 10 14:43:47 2023 New Revision: 62917 Log: Staging apache-nuttx-12.2.1-RC0 Added: dev/nuttx/12.2.1-RC0/ dev/nuttx/12.2.1-RC0/apache-nuttx-12.2.1.tar.gz (with props) dev/nuttx/12.2.1-RC0/apache-nuttx-12.2.1.tar.gz.asc dev/nuttx/12.2.1-RC0/apache-nutt

[nuttx] annotated tag nuttx-12.2.1-RC0 updated (148c631a2d -> 4cdbe854ce)

2023-07-10 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.2.1-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.2.1-RC0 was modified! *** from 148c631a2d (commit) to 4cdbe854ce (tag)

[nuttx-apps] annotated tag nuttx-12.2.1-RC0 updated (86efbcbee -> d7b8b93b0)

2023-07-10 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.2.1-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.2.1-RC0 was modified! *** from 86efbcbee (commit) to d7b8b93b0 (tag

[nuttx] 07/07: arch/arm/src/lpc2378/lpc23xx_uart.h: Fix nuttx coding style

2023-07-10 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 3ef9f4a0b72cd1622e379382c0bdb4faa40b77f9 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] 02/07: arch/arm/src/armv7-r/arm_timer.c: Fix nuttx coding style

2023-07-10 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 7d69f8cbcdca7d1da4d1fc31d5d1f36c969360a8 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] 07/07: cmake: add intial support for nrf91

2023-07-10 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 389df1ec1f2b9b43dfa26244470f1b83e2983885 Author: raiden00pl AuthorDate: Mon Jul 10 13:19:44 2023 +0200 cmake: add

[nuttx] 01/07: arch/nrfxx: unify Make.defs

2023-07-10 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 409cb61d49b1bb5f69ed56399ad45c85d5340287 Author: raiden00pl AuthorDate: Mon Jul 10 10:01:30 2023 +0200 arch/nrfxx

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9765: cmake: add initial support for nrf52/nrf53/nrf91

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9765: URL: https://github.com/apache/nuttx/pull/9765 -- 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] 01/07: arch/arm/src/armv7-a/arm_timer.c: Fix nxstyle errors

2023-07-10 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 05578896e2894c3fdcf6228f9777d982cf709aeb Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] 06/07: arch/arm/src/lpc2378/lpc23xx_pinsel.h: Fix nuttx coding style

2023-07-10 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 14b4d3b8ea62d33166d872f931e2425708ee0433 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] 05/07: arch/arm/src/lc823450/lc823450_spifi2.h: Fix nuttx coding style

2023-07-10 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 13924bb9014be5772abb3edf46c894d7bc50834e Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] branch master updated (389df1ec1f -> 3ef9f4a0b7)

2023-07-10 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 389df1ec1f cmake: add intial support for nrf91 new 05578896e2 arch/arm/src/armv7-a/arm_timer.c: Fix nxstyle err

[nuttx] 04/07: arch/arm/src/armv8-r/arm_arch_timer.h: Fix nuttx coding style

2023-07-10 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 d6182ee36ef0b76ef860d3cef7c88b88e6dfab71 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[nuttx] 03/07: arch/arm/src/armv7-r/gic.h: Fix nuttx coding style

2023-07-10 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 6dc930b82b8384ac1d4eaa649769173c7a0fa3b1 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9762: arch/arm/src: Fix nuttx coding style

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9762: URL: https://github.com/apache/nuttx/pull/9762 -- 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] 02/07: cmake: define NUTTX_COMMON_DIR

2023-07-10 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 88e01fd33593d4bfa1a737715856d5b065d873b5 Author: raiden00pl AuthorDate: Mon Jul 10 10:57:09 2023 +0200 cmake: def

[nuttx] 04/07: cmake: add missing bt_services.c

2023-07-10 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 52d67a85d0699a1b8326d8c75c59d423c5969dc7 Author: raiden00pl AuthorDate: Mon Jul 10 12:49:34 2023 +0200 cmake: add

[nuttx] 05/07: cmake: add initial support for nrf52

2023-07-10 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 59e261e92fc5c960034bd334fe4a49b53c6a3355 Author: raiden00pl AuthorDate: Mon Jul 10 12:50:29 2023 +0200 cmake: add

[nuttx] 06/07: cmake: add intial support for nrf53

2023-07-10 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 f1bb29820e6e0295f9ecb16e673bf4db2e27b476 Author: raiden00pl AuthorDate: Mon Jul 10 13:19:30 2023 +0200 cmake: add

[nuttx] branch master updated (fef52b11ee -> 389df1ec1f)

2023-07-10 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 fef52b11ee openamp/libmetal: Check CONFIG_HAVE_ATOMICS instead of HAVE_STDATOMIC_H in atomic.h new 409cb61d49

[nuttx] 03/07: cmake: add missing crypto

2023-07-10 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 2115679db37896bad8c78b7a60c7a36ed0d241df Author: raiden00pl AuthorDate: Mon Jul 10 12:49:18 2023 +0200 cmake: add

[GitHub] [nuttx] lucasssvaz commented on pull request #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-10 Thread via GitHub
lucasssvaz commented on PR #9673: URL: https://github.com/apache/nuttx/pull/9673#issuecomment-1628944325 Fixed in #9754 -- 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 u

[GitHub] [nuttx] HERE88 opened a new pull request, #9766: libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range

2023-07-10 Thread via GitHub
HERE88 opened a new pull request, #9766: URL: https://github.com/apache/nuttx/pull/9766 Prototype: unsigned long strtoul(FAR const char *nptr, FAR char **endptr, int base); unsigned long long strtoull(FAR const char *nptr, FAR char **endptr, int base); If endptr is not NULL

[GitHub] [nuttx] acassis commented on pull request #9755: sched/task/fork: add fork implementation

2023-07-10 Thread via GitHub
acassis commented on PR #9755: URL: https://github.com/apache/nuttx/pull/9755#issuecomment-1628891437 @xiaoxiang781216 I think historically vfork() name as used instead of fork() because fork() requires a real MMU. I think vfork as created by POSIX as an alternative to real fork(). So the c

[nuttx] branch master updated: openamp/libmetal: Check CONFIG_HAVE_ATOMICS instead of HAVE_STDATOMIC_H in atomic.h

2023-07-10 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 fef52b11ee openamp/libmetal: Check CONFIG_HAVE

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9760: openamp/libmetal: Check CONFIG_HAVE_ATOMICS instead of HAVE_STDATOMIC_H in atomic.h

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9760: URL: https://github.com/apache/nuttx/pull/9760 -- 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] acassis commented on pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
acassis commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1628877819 @freakishness I have a HPM6340 board, do you think it also could be compatible? If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be possible get other vendors based on Andes co

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9765: cmake: add initial support for nrf52/nrf53/nrf91

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9765: URL: https://github.com/apache/nuttx/pull/9765#issuecomment-1628864808 @anchao let's switch nfxx series ci to cmake for the ci coverage improvement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] raiden00pl opened a new pull request, #9765: cmake: add initial support for nrf52/nrf53/nrf91

2023-07-10 Thread via GitHub
raiden00pl opened a new pull request, #9765: URL: https://github.com/apache/nuttx/pull/9765 ## Summary cmake: add initial support for nrf52/nrf53/nrf91 Configurations that use pre-processor definitions in linker script won't work yet as this is not implemented in the current cmake supp

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9759: drivers/spi: add support for qspi hwfeatures

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #9759: URL: https://github.com/apache/nuttx/pull/9759#discussion_r1258136015 ## include/nuttx/spi/qspi.h: ## @@ -271,6 +319,10 @@ struct qspi_ops_s CODE void (*setmode)(FAR struct qspi_dev_s *dev, enum qspi_mod

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9754: tools: Fix BASE_DEFCONFIG generation

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9754: URL: https://github.com/apache/nuttx/pull/9754 -- 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: tools: Fix BASE_DEFCONFIG generation

2023-07-10 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 22e777cf08 tools: Fix BASE_DEFCONFIG generatio

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9757: documentation: Add release notes for 12.2.1 release

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9757: URL: https://github.com/apache/nuttx/pull/9757 -- 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: documentation: Add release notes for 12.2.1 release

2023-07-10 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 f36f2d6a60 documentation: Add release notes fo

[GitHub] [nuttx] siryang2006 opened a new pull request, #9763: nuttx/toolchain: Add macro _LDBL_EQ_DBL to nuttx/arch/arm64/src/Toolc…

2023-07-10 Thread via GitHub
siryang2006 opened a new pull request, #9763: URL: https://github.com/apache/nuttx/pull/9763 …hain.defs Fix goldfish build toolchain math library error: /mnt/yang/vela_Goldfish/nuttx/include/libcxx/cmath:454:9: error: 'nexttowardf' has not been declared in '::' 454 | using ::n

[GitHub] [nuttx] simbit18 opened a new pull request, #9762: arch/arm/src: Fix nuttx coding style

2023-07-10 Thread via GitHub
simbit18 opened a new pull request, #9762: URL: https://github.com/apache/nuttx/pull/9762 ## Summary Remove TABs Fix indentation ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1826: apps/cmake: add some note on cmake header

2023-07-10 Thread via GitHub
pkarashchenko merged PR #1826: URL: https://github.com/apache/nuttx-apps/pull/1826 -- 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...@n

[nuttx-apps] branch master updated: apps/cmake: add some note on cmake header

2023-07-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 391b64385 apps/cmake: add some note o

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
pkarashchenko commented on code in PR #9761: URL: https://github.com/apache/nuttx/pull/9761#discussion_r1258074515 ## arch/risc-v/src/hpm6000/hardware/hpm_gpio.h: ## @@ -0,0 +1,59 @@ +/ + * arch/risc-v/s

[GitHub] [nuttx] freakishness opened a new pull request, #9761: Add supoort for hpm6360evk

2023-07-10 Thread via GitHub
freakishness opened a new pull request, #9761: URL: https://github.com/apache/nuttx/pull/9761 ## Summary Thanks for @pkarashchenko, I used some files from hpm6750. [chenzhihong007](https://github.com/apache/nuttx/commits?author=chenzhihong007) Add HPM6360EVK Board support. UA

[GitHub] [nuttx] freakishness commented on pull request #9495: add support for YT8512 phy

2023-07-10 Thread via GitHub
freakishness commented on PR #9495: URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1628659020 @xiaoxiang781216 Sorry about that. I lost my github 2fa key. I also have learned how to check source format use 'checkpatch.sh'. -- This is an automated message from the Apache Git

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9751: binfmt: Move [elf|nxflat]_[un]initialize to private header file

2023-07-10 Thread via GitHub
pkarashchenko commented on code in PR #9751: URL: https://github.com/apache/nuttx/pull/9751#discussion_r1258014397 ## libs/libc/modlib/modlib_symbols.c: ## @@ -527,11 +528,11 @@ int modlib_insertsymtab(FAR struct module_s *modp, *

[nuttx] branch releases/12.2 updated: documentation: Add release notes for 12.2.1 release

2023-07-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 148c631a2d documentation: Add re

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9758: {BP-9757} documentation: Add release notes for 12.2.1 release

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9758: URL: https://github.com/apache/nuttx/pull/9758 -- 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 #9758: {BP-9757} documentation: Add release notes for 12.2.1 release

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9758: URL: https://github.com/apache/nuttx/pull/9758#issuecomment-1628629133 This patch just change documentation, let's ignore the strange ci failure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9495: add support for YT8512 phy

2023-07-10 Thread via GitHub
xiaoxiang781216 commented on PR #9495: URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1628625819 @freakishness please rebase and sqaush your patch into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[nuttx] branch master updated (dc08798764 -> 357dc9c6f4)

2023-07-10 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 dc08798764 libs/libc/pthread: add the implementation of pthread_getcpuclockid add 1d88d5a370 ESP32S2: Add supp

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9752: esp32s2: Add basic support to SPIFLASH

2023-07-10 Thread via GitHub
xiaoxiang781216 merged PR #9752: URL: https://github.com/apache/nuttx/pull/9752 -- 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] wengzhe opened a new pull request, #9760: openamp/libmetal: Check CONFIG_HAVE_ATOMICS instead of HAVE_STDATOMIC_H in atomic.h

2023-07-10 Thread via GitHub
wengzhe opened a new pull request, #9760: URL: https://github.com/apache/nuttx/pull/9760 ## Summary When we use libmetal with other headers using `stdatomic.h`, we'll get **symbol conflict** if we don't enable `HAVE_STDATOMIC_H` in libmetal. The best solution might be using cmake to det

[GitHub] [nuttx] terry0012 opened a new pull request, #9759: drivers/spi: add support for qspi hwfeatures

2023-07-10 Thread via GitHub
terry0012 opened a new pull request, #9759: URL: https://github.com/apache/nuttx/pull/9759 Support qspi hwfeatures. ## Summary support qspi hwfeatures, add 'bit order' and 'word reverse' for vendro IC ## Impact None ## Testing Daily -- This is an automated

[GitHub] [nuttx] jerpelea opened a new pull request, #9758: {BP-9757} documentation: Add release notes for 12.2.1 release

2023-07-10 Thread via GitHub
jerpelea opened a new pull request, #9758: URL: https://github.com/apache/nuttx/pull/9758 ## Summary This is a local copy taken from the confluence notes https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1 ## Impact RELEASE ## Testing NONE -- This is

[GitHub] [nuttx] jerpelea closed pull request #9756: documentation: Add release notes for 12.2.1 release

2023-07-10 Thread via GitHub
jerpelea closed pull request #9756: documentation: Add release notes for 12.2.1 release URL: https://github.com/apache/nuttx/pull/9756 -- 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

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

2023-07-10 Thread via GitHub
jerpelea opened a new pull request, #9757: URL: https://github.com/apache/nuttx/pull/9757 ## Summary This is a local copy taken from the confluence notes https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1 ## Impact RELEASE ## Testing NONE -- This is an a

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

2023-07-10 Thread via GitHub
jerpelea opened a new pull request, #9756: URL: https://github.com/apache/nuttx/pull/9756 ## Summary This is a local copy taken from the confluence notes https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1 ## Impact RELEASE ## Testing NONE -- This is