[GitHub] [nuttx] zouboan commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
zouboan commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1628311094 @mu578 @pkarashchenko I have changed read-write lock to be optional in Kconfig to eliminate ci error -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [nuttx] extinguish opened a new pull request, #9755: sched/task/fork: add fork implementation

2023-07-09 Thread via GitHub
extinguish opened a new pull request, #9755: URL: https://github.com/apache/nuttx/pull/9755 ## Summary 1. as we can use fork to implement vfork, so we rename the vfork to fork, and use the fork method as the base to implement vfork method 2. create the vfork function as a libc function

[nuttx] branch master updated (de7132c697 -> dc08798764)

2023-07-09 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 de7132c697 cmake/sched: fix build break based on mainline add dc08798764 libs/libc/pthread: add the implementat

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9708: libs/libc/pthread: add the implementation of pthread_getcpuclockid

2023-07-09 Thread via GitHub
xiaoxiang781216 merged PR #9708: URL: https://github.com/apache/nuttx/pull/9708 -- 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 merged pull request #9753: cmake/sched/clock: fix build break

2023-07-09 Thread via GitHub
xiaoxiang781216 merged PR #9753: URL: https://github.com/apache/nuttx/pull/9753 -- 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: cmake/sched: fix build break based on mainline

2023-07-09 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 de7132c697 cmake/sched: fix build break based

[GitHub] [nuttx] zhhyu7 closed pull request #9741: iob_alloc: change sem_post to count++

2023-07-09 Thread via GitHub
zhhyu7 closed pull request #9741: iob_alloc: change sem_post to count++ URL: https://github.com/apache/nuttx/pull/9741 -- 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 unsubs

[GitHub] [nuttx] lucasssvaz commented on issue #9670: Changing configuration via 'make menuconfig' does not work sometimes on MACOS

2023-07-09 Thread via GitHub
lucasssvaz commented on issue #9670: URL: https://github.com/apache/nuttx/issues/9670#issuecomment-1627979352 Just came back from vacation, sorry for all the trouble. I messed up the differences between Linux and OSX sed's. You can't omit the semicolon on OSX, that's why the error occurs.

[GitHub] [nuttx] lucasssvaz opened a new pull request, #9754: tools: Fix BASE_DEFCONFIG generation

2023-07-09 Thread via GitHub
lucasssvaz opened a new pull request, #9754: URL: https://github.com/apache/nuttx/pull/9754 ## Summary Proper implementation of #9572. GNU sed allows omitting ; or a newline before } but OS X's sed doesn't. I apologize for any trouble this caused. ## Impact Proper g

[GitHub] [nuttx] anchao commented on pull request #6718: add CMake build system support (Enhance #3704)

2023-07-09 Thread via GitHub
anchao commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1627959961 > Hmm, CMake error still happens after I installed kconfiglib. @masayuki2009 emm... Sorry for bad experience, it seems that some files in the base of our internal code has

[GitHub] [nuttx] anchao opened a new pull request, #9753: cmake/sched/clock: fix build break

2023-07-09 Thread via GitHub
anchao opened a new pull request, #9753: URL: https://github.com/apache/nuttx/pull/9753 ## Summary cmake/sched/clock: fix build break ## Impact N/A ## Testing cmake -B build -DBOARD_CONFIG=sabre-6quad/smp -GNinja cmake --build build -- This is an auto

[GitHub] [nuttx] masayuki2009 commented on pull request #6718: add CMake build system support (Enhance #3704)

2023-07-09 Thread via GitHub
masayuki2009 commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1627952557 @anchao >The initial version only supports kconfiglib, you can try the following command to install: >pip install kconfiglib Hmm, CMake error still happens after I ins

[GitHub] [nuttx-apps] anchao commented on pull request #1236: add CMake build system support

2023-07-09 Thread via GitHub
anchao commented on PR #1236: URL: https://github.com/apache/nuttx-apps/pull/1236#issuecomment-1627947736 > In order to avoid confusion, I think the following comments should be added to the top-level `CMakeLists.txt`: ... > @anchao WDYT? Hi, @midokura-xavi92 san, Thank you!

[GitHub] [nuttx-apps] anchao opened a new pull request, #1826: apps/cmake: add some note on cmake header

2023-07-09 Thread via GitHub
anchao opened a new pull request, #1826: URL: https://github.com/apache/nuttx-apps/pull/1826 ## Summary apps/cmake: add some note on cmake header ``` | # Important note: | # This CMakeLists.txt is not meant as a top-level CMakeLists.txt. Instead, | # CMake must be run

[GitHub] [nuttx] anchao commented on pull request #6718: add CMake build system support (Enhance #3704)

2023-07-09 Thread via GitHub
anchao commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1627923231 > @anchao > > I noticed that the following error happens with the latest upstream. Does this PR work with the latest PR? Hi @masayuki2009 , The initial version only supports

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 225740b1b77869f500375f534daab3083212eeff

2023-07-09 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 c0313795 Publishing web: 8e851a05

[GitHub] [nuttx] acassis opened a new pull request, #9752: esp32s2: Add basic support to SPIFLASH

2023-07-09 Thread via GitHub
acassis opened a new pull request, #9752: URL: https://github.com/apache/nuttx/pull/9752 ## Summary Add basic support to SPIFLASH ## Impact User will be able to use ESP32-S2 SPIFLASH ## Testing esp32s2-saola-1 -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] patacongo commented on pull request #9741: iob_alloc: change sem_post to count++

2023-07-09 Thread via GitHub
patacongo commented on PR #9741: URL: https://github.com/apache/nuttx/pull/9741#issuecomment-1627828588 I see another part of the problem in `iob_free()`. This is really just a clarification of part of the previous comment. Look at the following: /* Signal that an IOB is avail

[GitHub] [nuttx] patacongo commented on pull request #9741: iob_alloc: change sem_post to count++

2023-07-09 Thread via GitHub
patacongo commented on PR #9741: URL: https://github.com/apache/nuttx/pull/9741#issuecomment-1627821161 > 4. One task, say Task A, is awakened. It should have an IOB reserved for its use. It calls `iob_alloc_committed()` but the description claims that this fails. Why? Apparently `g_iob_com

[GitHub] [nuttx] mu578 commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
mu578 commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1627773772 need to find 136 bytes to eliminate then. -- 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 s

[GitHub] [nuttx] pkarashchenko commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
pkarashchenko commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1627758050 The real problem here is not the absence of a toolchain (that is only a warning), but ``` 2023-07-09T10:22:02.1037278Z ==

[GitHub] [nuttx] mu578 commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
mu578 commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1627754805 > @mu578 Interestingly, other people's PR also have ` /usr/bin/bash: arm-nuttx-eabi-gcc: command not found` error in ci check Linux (arm-13), for example: > https://github.com/apache/nutt

[GitHub] [nuttx] zouboan commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
zouboan commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1627746320 @mu578 Interestingly, other people's PR also have ` /usr/bin/bash: arm-nuttx-eabi-gcc: command not found` error in ci check Linux (arm-13), for example: https://github.com/apache/nuttx/

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #9746: NRF91: more work towards a usable port

2023-07-09 Thread via GitHub
raiden00pl commented on code in PR #9746: URL: https://github.com/apache/nuttx/pull/9746#discussion_r1257499167 ## arch/arm/src/nrf91/nrf91_flash.c: ## @@ -0,0 +1,399 @@ +/ + * arch/arm/src/nrf91/nrf91_f

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

2023-07-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #9751: URL: https://github.com/apache/nuttx/pull/9751#discussion_r1257493068 ## binfmt/binfmt.h: ## @@ -203,4 +203,71 @@ void builtin_uninitialize(void); } #endif +/**

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

2023-07-09 Thread via GitHub
pkarashchenko commented on code in PR #9751: URL: https://github.com/apache/nuttx/pull/9751#discussion_r1257491294 ## binfmt/binfmt.h: ## @@ -203,4 +203,71 @@ void builtin_uninitialize(void); } #endif +/

[nuttx] 10/14: nrf9160-dk: add timer support

2023-07-09 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 commit 98784e83f78968d26e2b6e6b13a9157aa060b986 Author: raiden00pl AuthorDate: Sat Jul 8 12:22:15 2023 +0200 nrf9160-dk: a

[nuttx] 07/14: arch/nrf91/clock: various fixes for LFCLK

2023-07-09 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 commit 0267bfe093de73de204f73be789b11b5f154d9ab Author: raiden00pl AuthorDate: Sat Jul 8 12:11:06 2023 +0200 arch/nrf91/cl

[nuttx] 02/14: arch/nrf91: modem shmem always at the RAM start

2023-07-09 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 commit bbabcf3c78567a6ff81717001f4f638f4844a088 Author: raiden00pl AuthorDate: Sat Jul 8 12:15:10 2023 +0200 arch/nrf91: m

[nuttx] 13/14: nrf9160-dk add secure miniboot configuration that jumpt to non-secure code

2023-07-09 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 commit 811143053073fa822cdf63ded246299026bcf99c Author: raiden00pl AuthorDate: Sat Jul 8 12:28:32 2023 +0200 nrf9160-dk ad

[nuttx] 14/14: nrf9160-dk add non-secure modem configuration

2023-07-09 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 commit 225740b1b77869f500375f534daab3083212eeff Author: raiden00pl AuthorDate: Sat Jul 8 12:29:06 2023 +0200 nrf9160-dk ad

[nuttx] 08/14: nrf91/common: add configuration checks for linker script

2023-07-09 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 commit db82126faa6d9b84bc078a4a60fb9850bf4d4814 Author: raiden00pl AuthorDate: Sat Jul 8 12:20:58 2023 +0200 nrf91/common:

[nuttx] 12/14: nrf91/common: add support for non-secure boot

2023-07-09 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 commit 691d9ae738d85398978139be02561711fa416c63 Author: raiden00pl AuthorDate: Sat Jul 8 12:25:11 2023 +0200 nrf91/common:

[nuttx] branch master updated (859b96e727 -> 225740b1b7)

2023-07-09 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 859b96e727 net/ioctl: add some bridge calls command new 88bc4cb1a0 nRF91: add mcuboot support new bbabcf3c78

[GitHub] [nuttx] acassis merged pull request #9746: NRF91: more work towards a usable port

2023-07-09 Thread via GitHub
acassis merged PR #9746: URL: https://github.com/apache/nuttx/pull/9746 -- 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] 06/14: arch/nrf91/nrf91_modem_os.c: use vsyslog instead of syslog

2023-07-09 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 commit 6b481e55c9c27a539bdec4d6274ed9942033513a Author: raiden00pl AuthorDate: Sat Jul 8 12:09:11 2023 +0200 arch/nrf91/nr

[nuttx] 01/14: nRF91: add mcuboot support

2023-07-09 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 commit 88bc4cb1a0aef0cdb8abf04aedba9a9e27185405 Author: raiden00pl AuthorDate: Sun Jul 2 14:13:19 2023 +0200 nRF91: add mc

[nuttx] 04/14: arch/nrf91: add errata workarounds

2023-07-09 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 commit 872a05911e5be8089a65f062330e485cf9643e3f Author: raiden00pl AuthorDate: Sat Jul 8 12:06:49 2023 +0200 arch/nrf91: a

[nuttx] 09/14: arch/nrf91: add POWER definitions

2023-07-09 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 commit 848f5cef2144167cd6f9a3da2510af0d936f69b4 Author: raiden00pl AuthorDate: Sat Jul 8 12:21:53 2023 +0200 arch/nrf91: a

[nuttx] 05/14: arch/nrf91/spu: various fixes for SPU

2023-07-09 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 commit 1da79c652e8ba2a16973860fd56c245c9e61c0e0 Author: raiden00pl AuthorDate: Sat Jul 8 12:07:59 2023 +0200 arch/nrf91/sp

[nuttx] 11/14: armv8-m/arm_securefault.c: fix warning

2023-07-09 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 commit a94532419ff5cc0c9cfcdb46a97819e20489cb73 Author: raiden00pl AuthorDate: Sat Jul 8 12:34:38 2023 +0200 armv8-m/arm_s

[nuttx] 03/14: arch/nrf91: modem depends on LFCLK

2023-07-09 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 commit 1af1ef4a89941bededcb54f070f3a853d5b00d96 Author: raiden00pl AuthorDate: Sat Jul 8 12:11:34 2023 +0200 arch/nrf91: m

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9751: binfmt: Move [elf|nxflat]_[un]initialize to private header file

2023-07-09 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9751: URL: https://github.com/apache/nuttx/pull/9751 ## Summary like what builtin binary format do ## Impact code refactor only ## Testing ci -- This is an automated message from the Apache Git Service. To respo

[GitHub] [nuttx] pkarashchenko commented on pull request #9739: implement read-write lock based on nxmutex

2023-07-09 Thread via GitHub
pkarashchenko commented on PR #9739: URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1627662543 I will take a look from Monday -- 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 spec

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9750: libc/symtab: Move SYMTAB_XXX from unistd/Kconfig to symtab/Kconfig

2023-07-09 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9750: URL: https://github.com/apache/nuttx/pull/9750 ## Summary Make code and config in the same location ## Impact minor ## Testing ci -- This is an automated message from the Apache Git Service. To respond to