[GitHub] [incubator-nuttx] minabeoki opened a new pull request, #6138: boards/boardctl: correct boarctl return value

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] minabeoki opened a new pull request, #6139: libc/string: strcmp/strncmp cast unsigned char

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6138: boards/boardctl: correct boarctl return value

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated: boards/boardctl: correct boarctl return value

2022-04-23 Thread xiaoxiang
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #1153: The right way to redirect syslog to telnet?

2022-04-23 Thread GitBox
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.

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on issue #1153: The right way to redirect syslog to telnet?

2022-04-23 Thread GitBox
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"

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6139: libc/string: strcmp/strncmp cast unsigned char

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated: libc/string: strcmp/strncmp cast unsigned char

2022-04-23 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request, #6140: libs/libc/string: unify implementation across the functions

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6092: arch/arm: Remove FAR and CODE from chip and board folder

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6132: compiler.h: optimization option is not supported before GCC 4.6

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated (185b1cb1b7 -> b9827f7ede)

2022-04-23 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6092: arch/arm: Remove FAR and CODE from chip and board folder

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated: libs/libc/string: unify implementation across the functions

2022-04-23 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6140: libs/libc/string: unify implementation across the functions

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6128: tools:fix parsememdump.py match error

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated: tools:fix parsememdump.py match error

2022-04-23 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6141: boards/risc-v: Remove "MAXOPTIMIZATION = -Os" from Make.defs

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6092: arch/arm: Remove FAR and CODE from chip and board folder

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6124: libc/fixedmatch: Avoid "divide by zero" error

2022-04-23 Thread GitBox
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

[incubator-nuttx] branch master updated: libc/fixedmatch: Avoid "divide by zero" error

2022-04-23 Thread pkarashchenko
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

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1151: system/ping: Guard against division by zero when calculating the RTT.

2022-04-23 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: system/ping: Guard against division by zero when calculating the RTT.

2022-04-23 Thread pkarashchenko
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: f4d5a235717a67bd7ff7443d39846004d3b7cbce

2022-04-23 Thread github-bot
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1152: interpreters/ficl: add double include guard to nuttx.h

2022-04-23 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: interpreters/ficl: add double include guard to nuttx.h

2022-04-23 Thread xiaoxiang
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

[GitHub] [incubator-nuttx-apps] XinStellaris commented on issue #1153: The right way to redirect syslog to telnet?

2022-04-23 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] XinStellaris closed issue #1153: The right way to redirect syslog to telnet?

2022-04-23 Thread GitBox
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