YuuichiNakamura commented on pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955#issuecomment-707543267
> The docs look fine, albeit there should also be some explanation inside
the first section of _what_ the note driver does. Keep in mind that not
everyone (as me
xiaoxiang781216 merged pull request #1977:
URL: https://github.com/apache/incubator-nuttx/pull/1977
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 fff15f1 freedom-k64f: Support raw b
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503733788
##
File path: system/trace/trace.h
##
@@ -0,0 +1,59 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503733998
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503734423
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503734494
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503734715
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503734916
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735096
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735462
##
File path: system/trace/trace_dump.c
##
@@ -0,0 +1,570 @@
+/***
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735633
##
File path: system/trace/trace_dump.c
##
@@ -0,0 +1,570 @@
+/***
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735944
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735944
##
File path: system/trace/trace.c
##
@@ -0,0 +1,812 @@
+/
yamt commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503727146
##
File path: arch/xtensa/Kconfig
##
@@ -81,6 +81,21 @@ config XTENSA_CP_INITSET
is provided by CONFIG_XTENSA_CP_INITSET. Each bit c
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 772f68a16bb8f93dfc2ace380bb5c36c12dda3f9
Author: Xiang Xiao
AuthorDate: Tue Oct 13 15:53:19 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
at 772f68a Remove all fclose with stdin, stdout and stderr
This branch includes the following new com
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 7ecd501a0d1a6ae7316c3c97b272f6faa40091e0
Author: Xiang Xiao
AuthorDate: Tue Oct 13 16:08:01 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 7ecd501 Remove all fclose with stdin, stdout and stderr
This branch includes the following new commits:
xiaoxiang781216 opened a new pull request #425:
URL: https://github.com/apache/incubator-nuttx-apps/pull/425
## Summary
since it is wrong to close the builtin stream and specially note
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html:
Since after the call t
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-707576241
@juniskane could you try whether this patch can fix your issue?
This is an automated message
jerpelea commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-707576924
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please lo
xiaoxiang781216 opened a new pull request #1979:
URL: https://github.com/apache/incubator-nuttx/pull/1979
## Summary
since it is wrong to close the builtin stream and specially note
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html:
Since after the call to f
Ouss4 commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503759404
##
File path: arch/xtensa/src/esp32/esp32_spi.c
##
@@ -924,6 +955,21 @@ static void esp32_spi_dma_exchange(FAR struct
esp32_spi_priv_s *priv,
xiaoxiang781216 commented on pull request #1979:
URL: https://github.com/apache/incubator-nuttx/pull/1979#issuecomment-707578194
Here is the similar fix in apps:
https://github.com/apache/incubator-nuttx-apps/pull/425
This i
Ouss4 commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503762198
##
File path: arch/xtensa/Kconfig
##
@@ -81,6 +81,21 @@ config XTENSA_CP_INITSET
is provided by CONFIG_XTENSA_CP_INITSET. Each bit
Ouss4 commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503764904
##
File path: arch/xtensa/Kconfig
##
@@ -81,6 +81,21 @@ config XTENSA_CP_INITSET
is provided by CONFIG_XTENSA_CP_INITSET. Each bit
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503735462
##
File path: system/trace/trace_dump.c
##
@@ -0,0 +1,570 @@
+/***
davids5 commented on pull request #1979:
URL: https://github.com/apache/incubator-nuttx/pull/1979#issuecomment-707653661
@patacongo Are there any negative ramification of these changes that are
specific to the NuttX implementations?
rzr opened a new pull request #1980:
URL: https://github.com/apache/incubator-nuttx/pull/1980
Also enable ifup, use USB console and create raw image.
Windows is not mandatory, I use linux as host
so defconfig can rely on defaults.
Change-Id: Ic0e5f79f28facb6eff1d9831bcb31e1f
jerpelea commented on pull request #1980:
URL: https://github.com/apache/incubator-nuttx/pull/1980#issuecomment-707660279
@rzr You have 3 unreleated changes in 1 commit
Do you want to split them for clarity or do you want them together?
-
rzr commented on pull request #1980:
URL: https://github.com/apache/incubator-nuttx/pull/1980#issuecomment-707670996
I can split them but since they were trivial on a single file i squashed
them into a single PR
This is an a
v01d commented on pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955#issuecomment-707694122
> > The docs look fine, albeit there should also be some explanation inside
the first section of _what_ the note driver does. Keep in mind that not
everyone (as me) is awar
v01d commented on issue #1954:
URL:
https://github.com/apache/incubator-nuttx/issues/1954#issuecomment-707708672
hi @yy-gu , great that you and Peter can take on this task. Regarding the
workflow, I have a few comments:
* the checks you mention are already in place in the script I w
v01d commented on a change in pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#discussion_r503922645
##
File path: Documentation/components/drivers/character/timer.rst
##
@@ -16,3 +16,274 @@ locations:
reside in ``arch/``\ **\ ``/src/``\ **
d
v01d commented on a change in pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#discussion_r503922436
##
File path: Documentation/components/drivers/character/timer.rst
##
@@ -16,3 +16,274 @@ locations:
reside in ``arch/``\ **\ ``/src/``\ **
d
v01d commented on pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-707716387
Changes look good. I added a few comments. Also, I'm not sure if it is good
idea to mention internal functions such as `start`/`stop`. Or do are you
refering to the lower-h
Ouss4 commented on a change in pull request #1978:
URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r503947296
##
File path: arch/xtensa/src/esp32/esp32_pm.c
##
@@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config =
* Private Functions
***
patacongo commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503965858
##
File path: arch/xtensa/include/arch.h
##
@@ -91,6 +91,18 @@ extern "C"
#define EXTERN extern
#endif
+#ifdef CONFIG_XTENSA_USE_SEPERATE_IM
patacongo commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r503966963
##
File path: arch/xtensa/include/arch.h
##
@@ -91,6 +91,18 @@ extern "C"
#define EXTERN extern
#endif
+#ifdef CONFIG_XTENSA_USE_SEPERATE_IM
YuuichiNakamura commented on a change in pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#discussion_r503970834
##
File path: system/trace/trace_dump.c
##
@@ -0,0 +1,570 @@
+/***
hartmannathan opened a new pull request #1981:
URL: https://github.com/apache/incubator-nuttx/pull/1981
## Summary
arch/arm/src/tiva/cc13xx/cc13xx_prcm.c:
* Fix nxstyle warnings. No functional changes.
## Impact
Removes nxstyle errors.
## Testing
rzr opened a new pull request #1982:
URL: https://github.com/apache/incubator-nuttx/pull/1982
It was checked using i2c tool and onboard sensor:
nsh> i2c bus
Bus 0: YES
nsh> i2c dev 1 0x7F
10: -- -- -- -- -- -- -- -- -- -- -- -- -- 1d -- --
nsh>
Ouss4 commented on a change in pull request #1958:
URL: https://github.com/apache/incubator-nuttx/pull/1958#discussion_r504024420
##
File path: arch/xtensa/include/arch.h
##
@@ -91,6 +91,18 @@ extern "C"
#define EXTERN extern
#endif
+#ifdef CONFIG_XTENSA_USE_SEPERATE_IMEM
+
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 9e70e35 tiva: Fix nxstyle warning
Ouss4 merged pull request #1981:
URL: https://github.com/apache/incubator-nuttx/pull/1981
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
v01d opened a new pull request #35:
URL: https://github.com/apache/incubator-nuttx-website/pull/35
## Summary
the deploy step was not considering the schedule event
## Impact
Fixes scheduled deploy
## Testing
CI
---
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 28fa40e Publishing web
Ouss4 opened a new pull request #1983:
URL: https://github.com/apache/incubator-nuttx/pull/1983
## Summary
This backports #1950
## Impact
N/A
## Testing
N/A
This is an automated message from the Apache
Ouss4 opened a new pull request #1984:
URL: https://github.com/apache/incubator-nuttx/pull/1984
## Summary
This backports #1951
## Impact
N/A
## Testing
N/A
This is an automated message from the Apache Git
patacongo opened a new issue #1985:
URL: https://github.com/apache/incubator-nuttx/issues/1985
Eduard Niesner reported this problem: When building for Ubuntu on Windows,
the build fails because all of the host tools are build with the .exe
extension, in particulare, tools/mkconfig.exe. T
yy-gu commented on issue #1954:
URL:
https://github.com/apache/incubator-nuttx/issues/1954#issuecomment-708092071
@v01d Agree with all your comments. We will give it a first try and report
back our progress.
This is an aut
cwespressif commented on a change in pull request #1978:
URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r504354776
##
File path: arch/xtensa/src/esp32/esp32_pm.c
##
@@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config =
* Private Functions
*
cwespressif commented on a change in pull request #1978:
URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r504357332
##
File path: arch/xtensa/src/esp32/esp32_pm.c
##
@@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config =
* Private Functions
*
cwespressif commented on a change in pull request #1978:
URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r504357332
##
File path: arch/xtensa/src/esp32/esp32_pm.c
##
@@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config =
* Private Functions
*
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch wsl
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 86c6afe tools/Config.mk: Don't set HOSTEXEEXT to .exe for Ubuntu on
Windows
This branch includes the foll
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch wsl
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 86c6afe9a5998e2eba98fa0944e5e29de7027171
Author: Xiang Xiao
AuthorDate: Wed Oct 14 11:01:39 2020 +0800
too
xiaoxiang781216 opened a new pull request #1986:
URL: https://github.com/apache/incubator-nuttx/pull/1986
## Summary
Fix issue report here: https://github.com/apache/incubator-nuttx/issues/1985
## Impact
WSL user
## Testing
The follow command should work without error:
RB-tel opened a new pull request #1987:
URL: https://github.com/apache/incubator-nuttx/pull/1987
## Summary
BACKPORT to Release 10.0
## Impact
NA
## Testing
NA
This is an automated message from the Apache G
jerpelea merged pull request #1980:
URL: https://github.com/apache/incubator-nuttx/pull/1980
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
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 9e70e35 tiva: Fix nxstyle warnings
add 8f9cd88 freedom-k64f: Add renew DHCP client for netnsh
No n
61 matches
Mail list logo