[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-10-01 Thread GitBox
hartmannathan commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1264517958 > @hartmannathan @acassis here is a fix of the crash [apache/incubator-nuttx-apps#1333](https://github.com/apache/incubator-nuttx-apps/pull/1333) > Actually log from Alan

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 2a574427c6b97e3309aeadf6a4374420121f8f7b

2022-10-01 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 39e2a6f Publishing web

[GitHub] [incubator-nuttx] acassis commented on issue #7193: Missing SoftAP documentation or feature for ESP32

2022-10-01 Thread GitBox
acassis commented on issue #7193: URL: https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1264458922 Did you try this way? ``` nsh> ifup wlan1 ifup wlan1...OK nsh> dhcpd_start wlan1 nsh> wapi psk wlan0 mypasswd 1 nsh> wapi essid wlan1 nuttxap 1 nsh> ifcon

[incubator-nuttx] 02/02: boards: Remove CONFIG_NETDEVICES=y from board defconfig

2022-10-01 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 2a574427c6b97e3309aeadf6a4374420121f8f7b Author: Xiang Xiao AuthorDate: Fri Sep 30 16:34:47 2022 +0800

[incubator-nuttx] branch master updated (fc9b9f70ac -> 2a574427c6)

2022-10-01 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 fc9b9f70ac xtensa/esp32: add documentation of the I2S/audio support on ESP32 new 486a6f81d1 driv

[incubator-nuttx] 01/02: drivers/net: Enable NETDEVICES by default

2022-10-01 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 486a6f81d1dd3895c180628d61107c67b0eaeff8 Author: Xiang Xiao AuthorDate: Fri Sep 30 12:19:11 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7218: drivers/net: Enable NETDEVICES by default

2022-10-01 Thread GitBox
pkarashchenko merged PR #7218: URL: https://github.com/apache/incubator-nuttx/pull/7218 -- 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] W-Mai commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-01 Thread GitBox
W-Mai commented on code in PR #7114: URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r985120476 ## tools/ci/runcodechecker.sh: ## @@ -0,0 +1,164 @@ +#!/usr/bin/env bash +# tools/ci/runcodechecker.sh Review Comment: https://github.com/apache/incubator-nut

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-01 Thread GitBox
xiaoxiang781216 commented on code in PR #7114: URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r985119576 ## tools/ci/runcodechecker.sh: ## @@ -0,0 +1,164 @@ +#!/usr/bin/env bash +# tools/ci/runcodechecker.sh Review Comment: I don't see any place invoke t

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7207: fs/poll: using callback mechanism to implement poll notification

2022-10-01 Thread GitBox
pkarashchenko commented on code in PR #7207: URL: https://github.com/apache/incubator-nuttx/pull/7207#discussion_r985109444 ## include/sys/poll.h: ## @@ -117,7 +122,8 @@ struct pollfd /* Non-standard fields used internally by NuttX. */ FAR void*ptr; /* The psock

[GitHub] [incubator-nuttx-apps] crafcat7 opened a new pull request, #1334: system/ramspeed: Add system interrupt switch.

2022-10-01 Thread GitBox
crafcat7 opened a new pull request, #1334: URL: https://github.com/apache/incubator-nuttx-apps/pull/1334 ## Summary system/ramspeed: Add system interrupt switch. ## Impact None ## Testing None -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7109: add ci run on sim

2022-10-01 Thread GitBox
xiaoxiang781216 commented on code in PR #7109: URL: https://github.com/apache/incubator-nuttx/pull/7109#discussion_r985102090 ## .github/workflows/build.yml: ## @@ -161,6 +161,7 @@ jobs: git config --global --add safe.directory /github/workspace/sources/apps

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-01 Thread GitBox
xiaoxiang781216 commented on PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1264354902 @pkarashchenko the patch is ready for review again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us