[incubator-nuttx] branch master updated (c7865dd -> cb6dd70)

2020-10-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c7865dd sim: Fix make export add bebc2d2 arch: cxd56xx: Fix IRQ request handling in cxd56_cpupause.

[GitHub] [incubator-nuttx] jerpelea merged pull request #1950: Fix spresense smp

2020-10-08 Thread GitBox
jerpelea merged pull request #1950: URL: https://github.com/apache/incubator-nuttx/pull/1950 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] masayuki2009 commented on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-08 Thread GitBox
masayuki2009 commented on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705377635 @xiaoxiang781216 Thaks for your detailed explanation. @jerpelea I think it looks good to me but do you have any other comments. -

[GitHub] [incubator-nuttx] jerpelea commented on pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-08 Thread GitBox
jerpelea commented on pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922#issuecomment-705379477 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-nuttx] branch master updated (cb6dd70 -> c59fcd3)

2020-10-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from cb6dd70 boards: cxd56xx: Fix a deadlock in cxd56_gs2200m.c add c59fcd3 sched: nxtask_start should c

[GitHub] [incubator-nuttx] jerpelea merged pull request #1922: sched: nxtask_start should call entry point directly for kernel thread

2020-10-08 Thread GitBox
jerpelea merged pull request #1922: URL: https://github.com/apache/incubator-nuttx/pull/1922 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-apps] YuuichiNakamura commented on pull request #421: Add task trace support

2020-10-08 Thread GitBox
YuuichiNakamura commented on pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-705383757 @patacongo I have fixed the implementation as the built-in apps and moved into apps/system/trace. @xiaoxiang781216 Some of your comments were solved by cha

[GitHub] [incubator-nuttx-apps] YuuichiNakamura commented on a change in pull request #421: Add task trace support

2020-10-08 Thread GitBox
YuuichiNakamura commented on a change in pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r501507319 ## File path: nshlib/nsh_command.c ## @@ -518,6 +518,18 @@ static const struct cmdmap_s g_cmdmap[] = { "time", cmd_time, 2,

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #421: Add task trace support

2020-10-08 Thread GitBox
xiaoxiang781216 commented on a change in pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r501524860 ## File path: nshlib/nsh_command.c ## @@ -518,6 +518,18 @@ static const struct cmdmap_s g_cmdmap[] = { "time", cmd_time, 2,

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-08 Thread GitBox
ghn-certi commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r501662502 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -0,0 +1,1589 @@ +/***

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-08 Thread GitBox
ghn-certi commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r501658341 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -0,0 +1,1589 @@ +/***

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-08 Thread GitBox
ghn-certi commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r501662502 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -0,0 +1,1589 @@ +/***

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-08 Thread GitBox
ghn-certi commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r501662502 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -0,0 +1,1589 @@ +/***

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #1893: xtensa/esp32: Add ESP32 WiFi adapter and driver

2020-10-08 Thread GitBox
ghn-certi commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r501662502 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -0,0 +1,1589 @@ +/***

[GitHub] [incubator-nuttx] saramonteiro opened a new issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
saramonteiro opened a new issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952 When running the `make html` the result is: ``` shell /bin/sh: 1: sphinx-build: not found Makefile:42: recipe for target 'clean' failed make: *** [clean] Error 127 ```

[GitHub] [incubator-nuttx] v01d commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
v01d commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705589272 Hi, sara, did you follow the steps outlined here? https://nuttx.apache.org/docs/latest/contributing/documentation.html#building If so, did you see sphinx being inst

[GitHub] [incubator-nuttx] acassis opened a new pull request #1953: Add PSRAM board config test and update README

2020-10-08 Thread GitBox
acassis opened a new pull request #1953: URL: https://github.com/apache/incubator-nuttx/pull/1953 ## Summary Add PSRAM board config test and update README ## Impact Make it easy for user willing to test ESP32 with PSRAM ## Testing ESP-WROVER-KIT -

[GitHub] [incubator-nuttx] saramonteiro commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
saramonteiro commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705703354 Hi Matias, Yes, I followed the steps from the contributing doc. Well, when I run `pipenv install` is said it installed the dependencies from Pipfile.lock succe

[GitHub] [incubator-nuttx] v01d commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
v01d commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705710262 If you go to the Documentation directory and run this, can you display the output: ``` $ pipenv clean $ pipenv sync ``` ---

[GitHub] [incubator-nuttx] saramonteiro commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
saramonteiro commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705756365 Output: `Installing dependencies from Pipfile.lock (f6636c)… 🐍 28/28 — 00:01:28 All dependencies are now up-to-date!`

[GitHub] [incubator-nuttx] saramonteiro edited a comment on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
saramonteiro edited a comment on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705756365 Output: ``` shell Installing dependencies from Pipfile.lock (f6636c)… 🐍 28/28 — 00:01:28 All dependencies are now

[GitHub] [incubator-nuttx] btashton commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
btashton commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705759996 Did you do `pipenv shell` or use `pipenv run` to run the make command? This is an automated message from th

[GitHub] [incubator-nuttx] saramonteiro commented on issue #1952: Documentation: sphinx-build not found

2020-10-08 Thread GitBox
saramonteiro commented on issue #1952: URL: https://github.com/apache/incubator-nuttx/issues/1952#issuecomment-705870455 `pipenv shell` This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-nuttx-apps] ttnie commented on pull request #410: Add LTP support

2020-10-08 Thread GitBox
ttnie commented on pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410#issuecomment-705908365 > @ttnie is it ready to merge? @acassis back from holiday. This is an automated message from t

[GitHub] [incubator-nuttx-apps] ttnie closed pull request #410: Add LTP support

2020-10-08 Thread GitBox
ttnie closed pull request #410: URL: https://github.com/apache/incubator-nuttx-apps/pull/410 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-apps] masayuki2009 opened a new pull request #422: wireless: gs2200m: Fix recvfrom_reques() in gs2200m_main.c

2020-10-08 Thread GitBox
masayuki2009 opened a new pull request #422: URL: https://github.com/apache/incubator-nuttx-apps/pull/422 ## Summary - During Wi-Fi stress test, I noticed ASSERT happens in gs2200m_main.c - Actually, req->max_buflen was 0 but the case was not handled correctly - This commit fixe

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on pull request #422: wireless: gs2200m: Fix recvfrom_reques() in gs2200m_main.c

2020-10-08 Thread GitBox
masayuki2009 commented on pull request #422: URL: https://github.com/apache/incubator-nuttx-apps/pull/422#issuecomment-705929872 @jerpelea This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] v01d opened a new issue #1954: IP clearance checks via CI

2020-10-08 Thread GitBox
v01d opened a new issue #1954: URL: https://github.com/apache/incubator-nuttx/issues/1954 The idea would be to run the CI clearance scripts (#1834) as part of the "check" step of CI in a similar vein to how nxstyle is used: - analize all files touched by the PR - if the file does

[GitHub] [incubator-nuttx] YuuichiNakamura opened a new pull request #1955: Add note filters documentation

2020-10-08 Thread GitBox
YuuichiNakamura opened a new pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955 ## Summary This PR adds the documentation of note filters which is introduced in #1936 ## Impact ## Testing ---

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1955: Add note filters documentation

2020-10-08 Thread GitBox
YuuichiNakamura commented on pull request #1955: URL: https://github.com/apache/incubator-nuttx/pull/1955#issuecomment-705978566 @v01d @xiaoxiang781216 I have added the document for note filters. This is an introduction of only filter device. The application command introduction will be

[GitHub] [incubator-nuttx-apps] YuuichiNakamura commented on a change in pull request #421: Add task trace support

2020-10-08 Thread GitBox
YuuichiNakamura commented on a change in pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r502208254 ## File path: nshlib/nsh_command.c ## @@ -518,6 +518,18 @@ static const struct cmdmap_s g_cmdmap[] = { "time", cmd_time, 2,

[GitHub] [incubator-nuttx-apps] YuuichiNakamura commented on pull request #421: Add task trace support

2020-10-08 Thread GitBox
YuuichiNakamura commented on pull request #421: URL: https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-705990528 The last commit 7e3a54a is a very trivial changes. Only README.md was changed. This is an a

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1956: Update spresense configs

2020-10-08 Thread GitBox
masayuki2009 opened a new pull request #1956: URL: https://github.com/apache/incubator-nuttx/pull/1956 ## Summary - Add CONFIG_ARCH_INTERRUPTSTACK=2048 to wifi and wifi_smp - Add graphics demos to wifi and wifi_smp ## Impact - Affects wifi and wifi_smp configurations

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #422: wireless: gs2200m: Fix recvfrom_reques() in gs2200m_main.c

2020-10-08 Thread GitBox
jerpelea merged pull request #422: URL: https://github.com/apache/incubator-nuttx-apps/pull/422 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[incubator-nuttx-apps] branch master updated: wireless: gs2200m: Fix recvfrom_reques() in gs2200m_main.c

2020-10-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 f4b0f9e wireless: gs2200m: Fix