[incubator-nuttx] branch master updated: arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2

2022-11-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new fc65e6969d arm/llvm/clang: add s

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7653: arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2

2022-11-21 Thread GitBox
pkarashchenko merged PR #7653: URL: https://github.com/apache/incubator-nuttx/pull/7653 -- 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] [incubator-nuttx] pkarashchenko merged pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pkarashchenko merged PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618 -- 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

[incubator-nuttx] 01/03: mm/gran: Allow run-time execution of gran_reserve

2022-11-21 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/incubator-nuttx.git commit 458ff380e5fd7578db5faf74c82d4dccceb8a8c4 Author: Ville Juven AuthorDate: Thu Nov 17 13:39:17 2022 +0200

[incubator-nuttx] branch master updated (5c1b518314 -> f8a6ec2cdf)

2022-11-21 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/incubator-nuttx.git from 5c1b518314 nuttx/sched: move reprioritize process to public function new 458ff380e5 mm/gran: Allo

[incubator-nuttx] 02/03: mm/shm: Move the vma allocators to separate functions

2022-11-21 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/incubator-nuttx.git commit 48b9a8d6f43375e9a2d2662dbb9438160c903f1d Author: Ville Juven AuthorDate: Thu Nov 17 12:03:22 2022 +0200

[incubator-nuttx] 03/03: mm/shm: Fix ARCH_SHM_VEND

2022-11-21 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/incubator-nuttx.git commit f8a6ec2cdfb4665d848ac6f9ca2912ef0135f9ac Author: Ville Juven AuthorDate: Fri Nov 18 13:34:28 2022 +0200

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7642: fs_epoll: support extend the epoll dynamicly.

2022-11-21 Thread GitBox
pkarashchenko commented on code in PR #7642: URL: https://github.com/apache/incubator-nuttx/pull/7642#discussion_r1028971689 ## fs/vfs/fs_epoll.c: ## @@ -36,23 +36,45 @@ #include #include #include +#include #include +#include #include "inode/inode.h" /***

[GitHub] [incubator-nuttx] anchao commented on pull request #7653: arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2

2022-11-21 Thread GitBox
anchao commented on PR #7653: URL: https://github.com/apache/incubator-nuttx/pull/7653#issuecomment-1323243129 > I see that `cibuild.sh` and `Dockerfile` still point to 14.0.0 version. Is this PR complete? Or there is some dependency? Yes, the ci script needs to be updated after PR h

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7649: libc: Move the common implementation of up_testset to libc/machine

2022-11-21 Thread GitBox
pkarashchenko commented on code in PR #7649: URL: https://github.com/apache/incubator-nuttx/pull/7649#discussion_r1028964692 ## libs/libc/machine/arch_atomic.c: ## @@ -733,3 +733,26 @@ SYNC_VAL_CMP_SWAP(4, uint32_t) SYNC_VAL_CMP_SWAP(8, uint64_t) #endif /* __clang__ */ + +/*

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7653: arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2

2022-11-21 Thread GitBox
pkarashchenko commented on PR #7653: URL: https://github.com/apache/incubator-nuttx/pull/7653#issuecomment-1323228070 I see that `cibuild.sh` and `Dockerfile` still point to 14.0.0 version. Is this PR complete? Or there is some dependency? -- This is an automated message from the Apache G

[incubator-nuttx] 03/03: nuttx/sched: move reprioritize process to public function

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5c1b518314b13c1e151e7f26a65abea1f92d1534 Author: zhangyuan21 AuthorDate: Tue Nov 15 10:05:50 2022 +0800

[incubator-nuttx] 02/03: nuttx/sched: remove nxsched_remove_readytorun from up_block_task

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 08f7152d9f13aafd7270b2462572c189ea669692 Author: zhangyuan21 AuthorDate: Sun Nov 13 20:39:14 2022 +0800

[incubator-nuttx] 01/03: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e54b602208c1e4451096e327d1010512f5792ffb Author: zhangyuan21 AuthorDate: Tue Nov 1 09:52:11 2022 +0800 n

[incubator-nuttx] branch master updated (ae46cd4fa1 -> 5c1b518314)

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from ae46cd4fa1 usrsock: add REMOTE_CLOSED event handler to connect new e54b602208 nuttx/sched: remove nxsc

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread GitBox
masayuki2009 merged PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599 -- 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] [incubator-nuttx] masayuki2009 commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread GitBox
masayuki2009 commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1323162166 @zyfeier @xiaoxiang781216 I've just confirmed that all the tests have passed. Let me merge this PR. -- This is an automated message from the Apache Git Service. T

[incubator-nuttx] branch master updated: usrsock: add REMOTE_CLOSED event handler to connect

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new ae46cd4fa1 usrsock: add REMOTE_CLOSED

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7652: usrsock: add REMOTE_CLOSED event handler to connect

2022-11-21 Thread GitBox
masayuki2009 merged PR #7652: URL: https://github.com/apache/incubator-nuttx/pull/7652 -- 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] [incubator-nuttx] anchao opened a new pull request, #7653: arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2

2022-11-21 Thread GitBox
anchao opened a new pull request, #7653: URL: https://github.com/apache/incubator-nuttx/pull/7653 ## Summary arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2 Upstream: https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/rele

[incubator-nuttx-apps] branch master updated: fix issue with reading ipv6 routes. Handle space ahead of first line of route.

2022-11-21 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new fd22b6372 fix issue with readin

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423 -- 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-u

[incubator-nuttx] 01/02: Fix Error: stm32_wm8994.c:198:54: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int')

2022-11-21 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/incubator-nuttx.git commit 88649d03ba9dd7524aa219b8dff0eb3d84a028ae Author: Xiang Xiao AuthorDate: Mon Nov 21 03:19:26 2022 +0800 Fix

[incubator-nuttx] 02/02: Fix Error: board/stm32_ssd1289.c:310:12: error: converting the result of '<<' to a boolean always evaluates to true

2022-11-21 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/incubator-nuttx.git commit 12b3a1ae564c2de39f3f41fb2361d865d24725f9 Author: Xiang Xiao AuthorDate: Mon Nov 21 10:21:40 2022 +0800 Fix

[incubator-nuttx] branch master updated (af2aa13873 -> 12b3a1ae56)

2022-11-21 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/incubator-nuttx.git from af2aa13873 phtread: Change stacksize type from long to size_t new 88649d03ba Fix Error: stm32_wm8994.c:1

[GitHub] [incubator-nuttx] anchao merged pull request #7650: Fix warning find by clang

2022-11-21 Thread GitBox
anchao merged PR #7650: URL: https://github.com/apache/incubator-nuttx/pull/7650 -- 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...@nut

[incubator-nuttx-apps] branch master updated: Fix Error: nxtext_popup.c:250:20: error: unused function 'nxpu_puts'

2022-11-21 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 92d38a3bb Fix Error: nxtext_popup.

[GitHub] [incubator-nuttx-apps] anchao merged pull request #1436: Fix Error: nxtext_popup.c:250:20: error: unused function 'nxpu_puts'

2022-11-21 Thread GitBox
anchao merged PR #1436: URL: https://github.com/apache/incubator-nuttx-apps/pull/1436 -- 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] [incubator-nuttx] xiaoxiang781216 closed pull request #7624: tools/ci: Remove thttpd related config from the black list

2022-11-21 Thread GitBox
xiaoxiang781216 closed pull request #7624: tools/ci: Remove thttpd related config from the black list URL: https://github.com/apache/incubator-nuttx/pull/7624 -- 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] [incubator-nuttx] zhhyu7 opened a new pull request, #7652: usrsock: add REMOTE_CLOSED event handler to connect

2022-11-21 Thread GitBox
zhhyu7 opened a new pull request, #7652: URL: https://github.com/apache/incubator-nuttx/pull/7652 when usrsock client try to connect usrsock server local_loop socket with an invalid port, server cannot find a listener conn to handle this connet request, then it will response a TCP_RESET pac

[GitHub] [incubator-nuttx] zyfeier commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread GitBox
zyfeier commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322968945 > @xiaoxiang781216 It seems working but I'd like to try the latest PR again. So please fix the conflicts. @masayuki2009 conflicts was fixed, please check again. -- This

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #7651: net/sockif: add si_getsockopt and si_setsockopt to simply getsockopt and setsockopt

2022-11-21 Thread GitBox
Donny9 opened a new pull request, #7651: URL: https://github.com/apache/incubator-nuttx/pull/7651 ## Summary 1. net/sockif: add si_getsockopt and si_setsockopt to simply getsockopt and setsockopt 2. support SO_PEERCRED for local socket. ## Impact simply code ## Testing loca

[GitHub] [incubator-nuttx] superxyxiao commented on issue #7617: Exception generated when gdb debugging mpu protected mode on stm32f767 development board

2022-11-21 Thread GitBox
superxyxiao commented on issue #7617: URL: https://github.com/apache/incubator-nuttx/issues/7617#issuecomment-1322905885 Hi @acassis Generate the same error,The serial terminal is also unable to input. by the way ,I use 8.2 version . my opertion whether error? (gdb) target remote :4

[incubator-nuttx-website] branch asf-site updated: Publishing web: 7e21510459ba6f754fb1da76a14d643b3953b931 docs: af2aa138734eff9a1b35fc87c0685cd798f4d9be

2022-11-21 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 3f9274e0 Publishing web

[GitHub] [incubator-nuttx-apps] mlondono74 commented on pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
mlondono74 commented on PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322805488 fixed the warning regarding spaces in blanked line -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[incubator-nuttx] branch master updated: phtread: Change stacksize type from long to size_t

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new af2aa13873 phtread: Change stacksize

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7644: phtread: Change stacksize type from long to size_t

2022-11-21 Thread GitBox
masayuki2009 merged PR #7644: URL: https://github.com/apache/incubator-nuttx/pull/7644 -- 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.

[incubator-nuttx] branch master updated: boards: enter/leave critical section should in pairs

2022-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 624d69ee05 boards: enter/leave critic

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7648: boards: enter/leave critical section should in pairs

2022-11-21 Thread GitBox
masayuki2009 merged PR #7648: URL: https://github.com/apache/incubator-nuttx/pull/7648 -- 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] [incubator-nuttx] masayuki2009 commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread GitBox
masayuki2009 commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322781435 @xiaoxiang781216 It seems working but I'd like to try the latest PR again. So please fix the conflicts. -- This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx] robertalexa2000 commented on pull request #7647: Esp32 sparrow kit

2022-11-21 Thread GitBox
robertalexa2000 commented on PR #7647: URL: https://github.com/apache/incubator-nuttx/pull/7647#issuecomment-1322617468 @xiaoxiang781216 do you have any idea why the build failed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7650: Fix warning find by clang

2022-11-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7650: URL: https://github.com/apache/incubator-nuttx/pull/7650 ## Summary Report here: https://github.com/apache/incubator-nuttx/pull/7391 ## Impact Minor ## Testing Pass CI -- This is an automated message from the Apac

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7649: libc: Move the common implementation of up_testset to libc/machine

2022-11-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7649: URL: https://github.com/apache/incubator-nuttx/pull/7649 ## Summary ## Impact ## Testing -- 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] [incubator-nuttx] xiaoxiang781216 commented on pull request #7644: phtread: Change stacksize type from long to size_t

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #7644: URL: https://github.com/apache/incubator-nuttx/pull/7644#issuecomment-1322528465 Done. -- 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.

[incubator-nuttx] branch master updated: spresense/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 52235b468b spresense/wifi: icmp/arp

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7646: spresense/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #7646: URL: https://github.com/apache/incubator-nuttx/pull/7646 -- 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-unsubs

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322523693 @mlondono74 please fix this warning: Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/netutils/netlib/netlib_ipv6route.c:136:1: error: Blan

[GitHub] [incubator-nuttx-apps] mlondono74 commented on pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
mlondono74 commented on PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322484143 Squashed commits, rebased and force pushed as requested. Thanks for considering this. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7648: boards: enter/leave critical section should in pairs

2022-11-21 Thread GitBox
anchao opened a new pull request, #7648: URL: https://github.com/apache/incubator-nuttx/pull/7648 ## Summary boards: enter/leave critical section should in pairs Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This is an automated

[GitHub] [incubator-nuttx] robertalexa2000 opened a new pull request, #7647: Esp32 sparrow kit

2022-11-21 Thread GitBox
robertalexa2000 opened a new pull request, #7647: URL: https://github.com/apache/incubator-nuttx/pull/7647 These patches add support for a new custom-made board, esp32-sparrow, which is built upon esp32-wrover-kit. The purpose to esp32-sparrow-kit is to enable by default support for various

[incubator-nuttx] branch master updated: drivers/lcd/st7789: fix invalid displayed color

2022-11-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 221b098846 drivers/lcd/st7789: fix inv

[GitHub] [incubator-nuttx] acassis merged pull request #7643: drivers/lcd/st7789: fix invalid displayed color

2022-11-21 Thread GitBox
acassis merged PR #7643: URL: https://github.com/apache/incubator-nuttx/pull/7643 -- 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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7646: spresense/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 Thread GitBox
anchao opened a new pull request, #7646: URL: https://github.com/apache/incubator-nuttx/pull/7646 ## Summary spresense/wifi: icmp/arp message should talk to GS2200M through usrsock Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This i

[GitHub] [incubator-nuttx-apps] robertalexa2000 closed pull request #1389: apps/ltr308: add simple application to test ltr308 sensor

2022-11-21 Thread GitBox
robertalexa2000 closed pull request #1389: apps/ltr308: add simple application to test ltr308 sensor URL: https://github.com/apache/incubator-nuttx-apps/pull/1389 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx-apps] robertalexa2000 commented on pull request #1389: apps/ltr308: add simple application to test ltr308 sensor

2022-11-21 Thread GitBox
robertalexa2000 commented on PR #1389: URL: https://github.com/apache/incubator-nuttx-apps/pull/1389#issuecomment-1322420589 I'm closing this request and will open a new one later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322416585 please do the follow to fix style warning: ``` git remote add apache g...@github.com:apache/incubator-nuttx-apps.git git fetch apache git rebase apahce/ma

[incubator-nuttx-apps] branch master updated: CI: Update worker base OS version

2022-11-21 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 393df6762 CI: Update worker bas

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1435: CI: Update worker base OS versions

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #1435: URL: https://github.com/apache/incubator-nuttx-apps/pull/1435 -- 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-u

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7645: rptun: fix rptun don't wait issue when get tx patyload

2022-11-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7645: URL: https://github.com/apache/incubator-nuttx/pull/7645 ## Summary Lose in the last upgrade. ## Impact OpenAMP ## Testing Internal test -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1436: Fix Error: nxtext_popup.c:250:20: error: unused function 'nxpu_puts'

2022-11-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #1436: URL: https://github.com/apache/incubator-nuttx-apps/pull/1436 ## Summary Fix the compiler warning found by: https://github.com/apache/incubator-nuttx/pull/7391 ## Impact Minor ## Testing Pass CI -- This is an aut

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
xiaoxiang781216 commented on code in PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028324237 ## netutils/netlib/netlib_ipv6route.c: ## @@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream, return 0; } - /* The fir

[GitHub] [incubator-nuttx-apps] mlondono74 commented on a diff in pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
mlondono74 commented on code in PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028322280 ## netutils/netlib/netlib_ipv6route.c: ## @@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream, return 0; } - /* The first li

[GitHub] [incubator-nuttx-apps] mlondono74 commented on a diff in pull request #1423: fix issue with reading ipv6 routes.

2022-11-21 Thread GitBox
mlondono74 commented on code in PR #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028307128 ## netutils/netlib/netlib_ipv6route.c: ## @@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream, return 0; } - /* The first li

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7644: phtread: Change stacksize type from long to size_t

2022-11-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7644: URL: https://github.com/apache/incubator-nuttx/pull/7644 ## Summary follow Linux prototype: https://man7.org/linux/man-pages/man3/pthread_attr_setstack.3.html ## Impact Minor ## Testing Pass CI -- This is a

[GitHub] [incubator-nuttx] zouboan commented on pull request #7572: tools: Fix various error in Windows native build

2022-11-21 Thread GitBox
zouboan commented on PR #7572: URL: https://github.com/apache/incubator-nuttx/pull/7572#issuecomment-1322295566 > @zouboan please rebase your change to remove the merging patch and the conflict. it seems the conflict was resolved? -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322278197 @masayuki2009 do you have the result? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-nuttx] zouboan commented on a diff in pull request #7572: tools: Fix various error in Windows native build

2022-11-21 Thread GitBox
zouboan commented on code in PR #7572: URL: https://github.com/apache/incubator-nuttx/pull/7572#discussion_r1028219229 ## libs/libc/Makefile: ## @@ -115,7 +115,7 @@ endif BINDIR ?= bin AOBJS = $(patsubst %.S, $(BINDIR)$(DELIM)%$(OBJEXT), $(ASRCS)) -COBJS = $(patsubst %.c, $(

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7572: tools: Fix various error in Windows native build

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #7572: URL: https://github.com/apache/incubator-nuttx/pull/7572#issuecomment-1322277013 @zouboan please rebase your change to remove the merging patch and the conflict. -- This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx] branch master updated: drivers/sensors: add LTR308 ambient light sensor

2022-11-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 039262484a drivers/sensors: add LTR3

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7466: drivers/sensors: add LTR308 ambient light sensor

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #7466: URL: https://github.com/apache/incubator-nuttx/pull/7466 -- 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-unsubs

[incubator-nuttx] 01/02: esp32s2/i2s: implement I2S receiver module

2022-11-21 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/incubator-nuttx.git commit d492a5b09269449f6bfff762f1e62194222eef60 Author: Tiago Medicci Serrano AuthorDate: Tue Nov 15 11:58:51 2022

[incubator-nuttx] 02/02: documentation: update ESP32-S2's docs about the I2S RX mode

2022-11-21 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/incubator-nuttx.git commit 5f82e2aeac2a951e05cde5898bb6f1a58a56fbb0 Author: Tiago Medicci Serrano AuthorDate: Tue Nov 15 12:41:24 2022

[incubator-nuttx] branch master updated (f0321d6bae -> 5f82e2aeac)

2022-11-21 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/incubator-nuttx.git from f0321d6bae arch/arm/src/samv7: fix missing sam_pendsv new d492a5b092 esp32s2/i2s: implement I2S recei

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7641: esp32s2/i2s: implement I2S receiver module

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #7641: URL: https://github.com/apache/incubator-nuttx/pull/7641 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7640: arch/arm/src/samv7: fix missing sam_pendsv

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #7640: URL: https://github.com/apache/incubator-nuttx/pull/7640 -- 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-unsubs

[incubator-nuttx] branch master updated (01ec02380d -> f0321d6bae)

2022-11-21 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/incubator-nuttx.git from 01ec02380d stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through usrsock add f0321d

[GitHub] [incubator-nuttx] Cynerd opened a new pull request, #7643: drivers/lcd/st7789: fix invalid displayed color

2022-11-21 Thread GitBox
Cynerd opened a new pull request, #7643: URL: https://github.com/apache/incubator-nuttx/pull/7643 ## Summary The write has to be in number of bytes per pixel as single SPI exchange is used to identify single pixel write by the ST7789 driver. By issuing only byte writes the displa

[GitHub] [incubator-nuttx] CV-Bowen opened a new pull request, #7642: fs_epoll: support extend the epoll dynamicly.

2022-11-21 Thread GitBox
CV-Bowen opened a new pull request, #7642: URL: https://github.com/apache/incubator-nuttx/pull/7642 ## Summary 1. epoll_ctl(EPOLL_CTL_ADD) support extend the epoll events dynamicly; 2. enhance the epoll performance by moving some poll setup and teardown process to the EPOLL_CTL_ADD/DEL

[incubator-nuttx] branch master updated: stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 01ec02380d stm32f4discovery/wifi: ic

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7639: stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 Thread GitBox
xiaoxiang781216 merged PR #7639: URL: https://github.com/apache/incubator-nuttx/pull/7639 -- 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-unsubs

[incubator-nuttx] branch master updated (f420b4dce7 -> 6596f0e99a)

2022-11-21 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/incubator-nuttx.git from f420b4dce7 esp32c3:fix i2c bug of timout add 6596f0e99a risc-v/mpfs: fix compile warning No new

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7638: risc-v/mpfs: fix compile warning

2022-11-21 Thread GitBox
pkarashchenko merged PR #7638: URL: https://github.com/apache/incubator-nuttx/pull/7638 -- 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] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028049547 ## mm/mm_gran/mm_granreserve.c: ## @@ -54,13 +54,15 @@ * size - The size of the region to be reserved * * Returned Value: - * None + * On success,

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028049353 ## mm/mm_gran/mm_pgalloc.c: ## @@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size) void mm_pgreserve(uintptr_t start, size_t size

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028044982 ## mm/mm_gran/mm_pgalloc.c: ## @@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size) void mm_pgreserve(uintptr_t start, size_t size

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028041268 ## mm/shm/shmdt.c: ## @@ -116,8 +115,7 @@ int shmdt(FAR const void *shmaddr) /* Free the virtual address space */ - gran_free(group->tg_shm.gs_handle, (F

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028040679 ## mm/mm_gran/mm_pgalloc.c: ## @@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size) void mm_pgreserve(uintptr_t start, size_t size

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028040094 ## mm/mm_gran/mm_granreserve.c: ## @@ -54,13 +54,15 @@ * size - The size of the region to be reserved * * Returned Value: - * None + * On success,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
xiaoxiang781216 commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028032609 ## mm/mm_gran/mm_granreserve.c: ## @@ -54,13 +54,15 @@ * size - The size of the region to be reserved * * Returned Value: - * None + * On

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
pussuw commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028011637 ## mm/mm_gran/mm_pgalloc.c: ## @@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size) void mm_pgreserve(uintptr_t start, size_t size

[GitHub] [incubator-nuttx] Gary-Hobson commented on pull request #7554: drivers/segger: add rtt console support

2022-11-21 Thread GitBox
Gary-Hobson commented on PR #7554: URL: https://github.com/apache/incubator-nuttx/pull/7554#issuecomment-1322035099 The console does not share serial code because the rtt channel has its own independent buffer Using the serial driver will require additional buffers, and the performance w

[GitHub] [incubator-nuttx] tmedicci opened a new pull request, #7641: esp32s2/i2s: implement I2S receiver module

2022-11-21 Thread GitBox
tmedicci opened a new pull request, #7641: URL: https://github.com/apache/incubator-nuttx/pull/7641 ## Summary Very similar to https://github.com/apache/incubator-nuttx/pull/7596 * Add ioctl method to enable allocating the apb buffer. * Add RX methods to set data width, sampl

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-21 Thread GitBox
Gary-Hobson commented on code in PR #7554: URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1028005751 ## drivers/segger/console_rtt.c: ## @@ -0,0 +1,552 @@ +/ + * drivers/segger/cons

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-21 Thread GitBox
Gary-Hobson commented on code in PR #7554: URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1028005202 ## drivers/segger/console_rtt.c: ## @@ -0,0 +1,552 @@ +/ + * drivers/segger/cons

[GitHub] [incubator-nuttx] TimJTi commented on a diff in pull request #7614: SAMA5D2 pio errors

2022-11-21 Thread GitBox
TimJTi commented on code in PR #7614: URL: https://github.com/apache/incubator-nuttx/pull/7614#discussion_r1028003622 ## arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h: ## @@ -517,9 +520,10 @@ #define SAM_SFRBU_VBASE (SAM_PERIPHC_VSECTION+SAM_SFRBU_OFFSET) #define

[GitHub] [incubator-nuttx] Cynerd opened a new pull request, #7640: arch/arm/src/samv7: fix missing sam_pendsv

2022-11-21 Thread GitBox
Cynerd opened a new pull request, #7640: URL: https://github.com/apache/incubator-nuttx/pull/7640 ## Summary The commit d1a3f5e47f752142251c30b188c8d1b47ef59941 invalidly removed `sam_pendsv` instead of `sam_busfault`. ## Impact Fix of build. ## Testing Build for `

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7639: stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through usrsock

2022-11-21 Thread GitBox
anchao opened a new pull request, #7639: URL: https://github.com/apache/incubator-nuttx/pull/7639 ## Summary stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through usrsock Signed-off-by: chao an ## Impact N/A ## Testing ci-check --

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #7638: risc-v/mpfs: fix compile warning

2022-11-21 Thread GitBox
eenurkka opened a new pull request, #7638: URL: https://github.com/apache/incubator-nuttx/pull/7638 After commit b7d2b38, the system suffers from -Warray-bounds warning with -Wall: chip/mpfs_opensbi.c: In function 'mpfs_hart_to_scratch': chip/mpfs_opensbi.c:251:26: warning: array sub

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7618: mm/shm: Implement a generic utility API for creating / destroying shm mappings

2022-11-21 Thread GitBox
xiaoxiang781216 commented on code in PR #7618: URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1027919234 ## mm/shm/shmat.c: ## @@ -129,11 +129,10 @@ FAR void *shmat(int shmid, FAR const void *shmaddr, int shmflg) /* Set aside a virtual address space t

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1389: apps/ltr308: add simple application to test ltr308 sensor

2022-11-21 Thread GitBox
xiaoxiang781216 commented on PR #1389: URL: https://github.com/apache/incubator-nuttx-apps/pull/1389#issuecomment-1321932209 > @xiaoxiang781216 I will update this with a new example that I used for testing and you can decide if we merge it or not. I think it might be useful to exemplify ho

  1   2   >