minabeoki opened a new pull request, #6138:
URL: https://github.com/apache/incubator-nuttx/pull/6138
## Summary
- Correct boardctl function's return value
- In case of BOARDIOC_TESTSET, `ret` has 0 or 1 or an error,
but `ret` is ignored except error.
## Impact
- boardctl
minabeoki opened a new pull request, #6139:
URL: https://github.com/apache/incubator-nuttx/pull/6139
## Summary
- Cast to unsigned char for strcmp and strncmp
- strcmp and strncmp are described following by opengroup.org
> The sign of a non-zero return value shall be determined
xiaoxiang781216 merged PR #6138:
URL: https://github.com/apache/incubator-nuttx/pull/6138
--
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-unsubs
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 54508a3798 boards/boardctl: correct
xiaoxiang781216 commented on issue #1153:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1153#issuecomment-1107445241
> Here is the background: I have a dev-board which has limited number of
pins. So I have to disable CONFIG_NSH_CONSOLE and use all the pins for other
purposes.
pkarashchenko commented on issue #1153:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1153#issuecomment-1107467274
I think for telnet log it should be enough just to
"syslog_file_channel(session->ts_devpath)", but you will need to configure
"CONFIG_SYSLOG_FILE_ROTATIONS=0"
pkarashchenko merged PR #6139:
URL: https://github.com/apache/incubator-nuttx/pull/6139
--
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
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
The following commit(s) were added to refs/heads/master by this push:
new 185b1cb1b7 libc/string: strcmp/s
pkarashchenko opened a new pull request, #6140:
URL: https://github.com/apache/incubator-nuttx/pull/6140
## Summary
1. Add missing `FAR`
2. Detect end of string using compare with `'\0'`
3. Remove redundant cast
4. Add `register` to compare return value
5. Remove `NULL` check i
pkarashchenko commented on code in PR #6092:
URL: https://github.com/apache/incubator-nuttx/pull/6092#discussion_r856893416
##
arch/arm/src/imxrt/imxrt_adc.h:
##
@@ -67,8 +67,8 @@ extern "C"
/
#ifde
xiaoxiang781216 merged PR #6132:
URL: https://github.com/apache/incubator-nuttx/pull/6132
--
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-unsubs
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 185b1cb1b7 libc/string: strcmp/strncmp cast unsigned char
add b9827f7ede compiler.h: optimization opt
xiaoxiang781216 commented on PR #6092:
URL: https://github.com/apache/incubator-nuttx/pull/6092#issuecomment-1107525024
@pkarashchenko All fixed.
--
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 t
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 8f7af29d74 libs/libc/string: unify i
xiaoxiang781216 merged PR #6140:
URL: https://github.com/apache/incubator-nuttx/pull/6140
--
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-unsubs
xiaoxiang781216 merged PR #6128:
URL: https://github.com/apache/incubator-nuttx/pull/6128
--
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-unsubs
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 cbdd39b6c9 tools:fix parsememdump.py
xiaoxiang781216 opened a new pull request, #6141:
URL: https://github.com/apache/incubator-nuttx/pull/6141
## Summary
since it is already defined in Toolchain.defs
## Impact
Code refactor only
## Testing
Pass CI
--
This is an automated message from the Apache Git
pkarashchenko commented on PR #6092:
URL: https://github.com/apache/incubator-nuttx/pull/6092#issuecomment-1107531506
I'm able to process nearly 400 files per day. So it will take a few more
days.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
pkarashchenko merged PR #6124:
URL: https://github.com/apache/incubator-nuttx/pull/6124
--
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
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
The following commit(s) were added to refs/heads/master by this push:
new f4d5a23571 libc/fixedmatch: Avoi
pkarashchenko merged PR #1151:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1151
--
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-uns
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 473611d51 system/ping: Guar
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 cca1950 Publishing web
xiaoxiang781216 merged PR #1152:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1152
--
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-u
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
The following commit(s) were added to refs/heads/master by this push:
new 7eda43768 interpreters/ficl: ad
XinStellaris commented on issue #1153:
URL:
https://github.com/apache/incubator-nuttx-apps/issues/1153#issuecomment-1107694383
Yes, ramlog is an alternative.
If my solution cant deal with interrupt or panic log. Then ramlog is better.
--
This is an automated message from the Apache Gi
XinStellaris closed issue #1153: The right way to redirect syslog to telnet?
URL: https://github.com/apache/incubator-nuttx-apps/issues/1153
--
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 specif
28 matches
Mail list logo