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.
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
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.
-
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
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
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
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
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,
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,
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 @@
+/***
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 @@
+/***
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 @@
+/***
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 @@
+/***
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 @@
+/***
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
```
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
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
-
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
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
```
---
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!`
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
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
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
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
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
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
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
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
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
---
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
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,
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
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
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
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
35 matches
Mail list logo