juniskane commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-708995071
Calling fclose() on any of the standard text streams is not undefined
behavior, just any use of the stream afterwards (including second fclose() and
things like pe
juniskane commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-708997593
fflush(stdin) is in comp.lang.c FAQ:
http://c-faq.com/stdio/stdinflush.html
Chapter and verse is ISO/IEC 9899:1999 section 7.19.5.2 The fflush function,
c
xiaoxiang781216 merged pull request #421:
URL: https://github.com/apache/incubator-nuttx-apps/pull/421
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
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-apps.git.
from 46650ff interpreters/wamr: This requires CLOCK_MONOTONIC to build
add 71ce72a Add trace comma
juniskane commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-709038345
> There might be difficulties with setbuf() and setvbuf(), however, if
application sets a buffer in stack and relied on fclose() disassociating it
from the stream
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-709052915
stdin/stdout/stderr are still freed when the task exit, only fclose skip
these special handlers.
---
cwespressif commented on a change in pull request #1978:
URL: https://github.com/apache/incubator-nuttx/pull/1978#discussion_r505489388
##
File path: arch/xtensa/src/esp32/esp32_pm.c
##
@@ -180,8 +215,28 @@ static struct esp32_sleep_config_t s_config =
* Private Functions
*
YuuichiNakamura commented on pull request #421:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/421#issuecomment-709308221
@xiaoxiang781216 Thank you for your great support for my kernel and app PRs!
I'll work on the maintenance of the documents in
https://github.com/apache/inc
patacongo commented on a change in pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505547525
##
File path: graphics/nxwm/src/cnxterm.cxx
##
@@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[])
// console). (2) Don't
patacongo commented on a change in pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505547525
##
File path: graphics/nxwm/src/cnxterm.cxx
##
@@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[])
// console). (2) Don't
xiaoxiang781216 commented on a change in pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#discussion_r505564741
##
File path: graphics/nxwm/src/cnxterm.cxx
##
@@ -500,27 +500,18 @@ int CNxTerm::nxterm(int argc, char *argv[])
// console). (2)
xiaoxiang781216 opened a new pull request #1993:
URL: https://github.com/apache/incubator-nuttx/pull/1993
## Summary
See the disscussion here:
https://github.com/apache/incubator-nuttx-apps/pull/425
## Impact
## Testing
xiaoxiang781216 opened a new pull request #1994:
URL: https://github.com/apache/incubator-nuttx/pull/1994
## Summary
to avoid FILE pointer change after this commit:
commit b0797263ca2817cf536be8b843ac5b5aac5d4d9c
Author: Xiang Xiao
Date: Thu Aug 13 18:17:29 2020 +0800
liuguo09 opened a new pull request #1995:
URL: https://github.com/apache/incubator-nuttx/pull/1995
## Summary
Just like custom board build support, add custom arch chip build support.
## Impact
## Testing
Local test with custom chip build well. Update more info later.
Ouss4 commented on a change in pull request #1995:
URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r505595071
##
File path: boards/Makefile
##
@@ -110,19 +111,24 @@ endif
depend: .depend
-$(DUMMY_KCONFIG): $(BOARD_KCONFIG)
- $(call DELFILE, $(DUMM
YuuichiNakamura commented on pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955#issuecomment-709381142
@v01d I have updated the commit to incorporate all contents in
https://github.com/YuuichiNakamura/nuttx-task-tracer-doc
Currently apps/system/trace/README.md
davids5 opened a new issue #426:
URL: https://github.com/apache/incubator-nuttx-apps/issues/426
Find a link time typo
https://github.com/apache/incubator-nuttx-apps/blob/71ce72a3415f9e54bf6d7fdb75025910500c9940/netutils/netinit/netinit.c#L373
---
davids5 opened a new pull request #427:
URL: https://github.com/apache/incubator-nuttx-apps/pull/427
## Summary
Fix compiler warning in ipcfg_binary.c
Fix typo in net init.
## Impact
will not link
## Testing
built with px4_fmu-v5x
-
xiaoxiang781216 closed pull request #1986:
URL: https://github.com/apache/incubator-nuttx/pull/1986
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 opened a new pull request #1996:
URL: https://github.com/apache/incubator-nuttx/pull/1996
## Summary
Fix issue report here: #1985
## Impact
## Testing
The follow command should work without error:
```
./tools/configure.sh -u nucleo-h743zi:nsh
mak
xiaoxiang781216 closed pull request #1979:
URL: https://github.com/apache/incubator-nuttx/pull/1979
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #1997:
URL: https://github.com/apache/incubator-nuttx/pull/1997#issuecomment-709429850
Here is the similar fix in apps: apache/incubator-nuttx-apps#425
This is an automated message fr
xiaoxiang781216 opened a new pull request #1997:
URL: https://github.com/apache/incubator-nuttx/pull/1997
## 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
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.
discard 772f68a Remove all fclose with stdin, stdout and stderr
add 46650ff interpreters/wamr: This r
xiaoxiang781216 commented on a change in pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955#discussion_r505672142
##
File path: Documentation/guides/tasktraceuser.rst
##
@@ -0,0 +1,348 @@
+=
+Task Trace User Guide
+=
hartmannathan opened a new pull request #1998:
URL: https://github.com/apache/incubator-nuttx/pull/1998
## Summary
arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c:
- Fix nxstyle errors.
- No functional changes; however modified one function,
trim_wakeup_fromshutdown(), to avoid block
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
commit d1f0c71d2cd5b3bb0645951fddcb234fe65f5073
Author: saramonteiro
AuthorDate: Wed Oct 14 15:52:27 2020 -0300
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
commit b0416202f635ed21f1e7110559364d521c3691e8
Author: saramonteiro
AuthorDate: Wed Oct 14 15:24:09 2020 -0300
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 35fa8bd freedom-k64f: Add I2C initial support
new 8c455369 Documentation for the Timer Driver
ne
acassis merged pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959
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 t
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
commit 8c4553693bb481ce8e8c8d49157e845b51094cf9
Author: saramonteiro
AuthorDate: Thu Oct 8 12:36:47 2020 -0300
D
davids5 commented on pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709624179
Nice! Where is this published too?
This is an automated message from the Apache Git Service.
To respond
v01d commented on pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709624735
Docs are at: https://nuttx.apache.org/docs/latest/
However they are only updated daily for now, as we lack the proper setup to
rebuild the website on pushes to this repo.
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/master by this push:
new feb2499 fix deploy not worki
btashton merged pull request #35:
URL: https://github.com/apache/incubator-nuttx-website/pull/35
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
davids5 commented on pull request #1959:
URL: https://github.com/apache/incubator-nuttx/pull/1959#issuecomment-709625583
@v01d - Thank you!
This is an automated message from the Apache Git Service.
To respond to the message
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 66abfa1 Publishing web
YuuichiNakamura commented on a change in pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955#discussion_r505931387
##
File path: Documentation/guides/tasktraceuser.rst
##
@@ -0,0 +1,348 @@
+=
+Task Trace User Guide
+=
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 2780834 Publishing web
xiaoxiang781216 merged pull request #1998:
URL: https://github.com/apache/incubator-nuttx/pull/1998
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d1f0c71 Update timer.rst
add 5c258f5 tiva/cc13xx: Fix nxstyle errors
No new revisions were added
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 d1f0c71 Update timer.rst
add 5c258f5 tiva/cc13xx: Fix nxstyle errors
No new revisions were added
xiaoxiang781216 merged pull request #1989:
URL: https://github.com/apache/incubator-nuttx/pull/1989
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 merged pull request #427:
URL: https://github.com/apache/incubator-nuttx-apps/pull/427
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
xiaoxiang781216 closed issue #426:
URL: https://github.com/apache/incubator-nuttx-apps/issues/426
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
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 cafe245 sensors: Support fxos8700cq
xiaoxiang781216 merged pull request #1955:
URL: https://github.com/apache/incubator-nuttx/pull/1955
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-apps.git
commit 9f9fed323217dfbe638cba2a001ae9d62580e713
Author: David Sidrane
AuthorDate: Thu Oct 15 08:46:28 2020 -07
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
commit cb111c0ee8a52c2c33e42759d1a5a4178d64a64e
Author: David Sidrane
AuthorDate: Thu Oct 15 08:50:00 2020 -07
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-apps.git.
from 71ce72a Add trace command for task trace
new 9f9fed3 ipcfg_binary: Fix compiler warning
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-apps.git.
from 71ce72a Add trace command for task trace
new 9f9fed3 ipcfg_binary: Fix compiler warning
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
commit 9f9fed323217dfbe638cba2a001ae9d62580e713
Author: David Sidrane
AuthorDate: Thu Oct 15 08:46:28 2020 -07
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
commit cb111c0ee8a52c2c33e42759d1a5a4178d64a64e
Author: David Sidrane
AuthorDate: Thu Oct 15 08:50:00 2020 -07
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 cafe245 sensors: Support fxos8700cq motion I2C sensor
add 1472a91 Add documentation for note filte
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 cafe245 sensors: Support fxos8700cq motion I2C sensor
add 1472a91 Add documentation for note filte
liuguo09 commented on a change in pull request #1995:
URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r506031850
##
File path: boards/Makefile
##
@@ -110,19 +111,24 @@ endif
depend: .depend
-$(DUMMY_KCONFIG): $(BOARD_KCONFIG)
- $(call DELFILE, $(D
liuguo09 commented on a change in pull request #1995:
URL: https://github.com/apache/incubator-nuttx/pull/1995#discussion_r506070155
##
File path: boards/Makefile
##
@@ -110,19 +111,24 @@ endif
depend: .depend
-$(DUMMY_KCONFIG): $(BOARD_KCONFIG)
- $(call DELFILE, $(D
YuuichiNakamura commented on issue #1882:
URL:
https://github.com/apache/incubator-nuttx/issues/1882#issuecomment-709844658
The documentation was added in #1955
This is an automated message from the Apache Git Service.
To re
YuuichiNakamura closed issue #1882:
URL: https://github.com/apache/incubator-nuttx/issues/1882
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
59 matches
Mail list logo