[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6184: libc/assert: let CONFIG_NDEBUG default to !CONFIG_DEBUG_ASSERTIONS

2022-05-04 Thread GitBox
pkarashchenko merged PR #6184: URL: https://github.com/apache/incubator-nuttx/pull/6184 -- 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/assert: let CONFIG_NDEBUG default to !CONFIG_DEBUG_ASSERTIONS

2022-05-04 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 bbdbca00c1 libc/assert: let CONF

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6205: binfmt/libelf: Fix function description field

2022-05-04 Thread GitBox
pkarashchenko merged PR #6205: URL: https://github.com/apache/incubator-nuttx/pull/6205 -- 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: binfmt/libelf: Fix function description field

2022-05-04 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 fdef3a7b92 binfmt/libelf: Fix fu

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5896: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-05-04 Thread GitBox
masayuki2009 commented on PR #5896: URL: https://github.com/apache/incubator-nuttx/pull/5896#issuecomment-1117028795 >@masayuki2009 should we merge this PR without waiting fix the cache issue? The cache issue was resolved by https://github.com/apache/incubator-nuttx/pull/6107 --

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5896: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-05-04 Thread GitBox
masayuki2009 commented on PR #5896: URL: https://github.com/apache/incubator-nuttx/pull/5896#issuecomment-1117033118 @jerpelea Could you backport this PR to the 10.3 branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6107: armv7/r:cp15_cache_all: fix error in LineSize 'r5' mask

2022-05-04 Thread GitBox
masayuki2009 commented on PR #6107: URL: https://github.com/apache/incubator-nuttx/pull/6107#issuecomment-1117045253 @jerpelea Please backport this PR to the 10.3 branch as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] jerpelea opened a new pull request, #6206: BACKPORT: cortex-[a|r]/armv7/r: fixes

2022-05-04 Thread GitBox
jerpelea opened a new pull request, #6206: URL: https://github.com/apache/incubator-nuttx/pull/6206 ## Summary patches added: https://github.com/apache/incubator-nuttx/pull/6107 https://github.com/apache/incubator-nuttx/pull/5896 ## Impact NuttX 10.3 RELEASE ## Testi

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
takayoshi-k commented on PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#issuecomment-1117120335 @pkarashchenko I modified them. Please check them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6206: BACKPORT: cortex-[a|r]/armv7/r: fixes

2022-05-04 Thread GitBox
masayuki2009 merged PR #6206: URL: https://github.com/apache/incubator-nuttx/pull/6206 -- 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 releases/10.3 updated (2e3c217d10 -> ec8fa7d2bf)

2022-05-04 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch releases/10.3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 2e3c217d10 libc/string:add LICENSE info new 6ad2e7f5de arm/cortex-[a|r]: IRQ Switch return shou

[incubator-nuttx] 02/02: armv7/r:cp15_cache_all: fix error in LineSize 'r5' mask

2022-05-04 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ec8fa7d2bfd649d8848448243744e30c96467ff2 Author: zhuyanlin AuthorDate: Tue Apr 19 20:55:32 2022 +0800

[incubator-nuttx] 01/02: arm/cortex-[a|r]: IRQ Switch return should with shadow SPSR

2022-05-04 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6ad2e7f5def7650682f9416e75ed52da133bd814 Author: chao.an AuthorDate: Tue Mar 29 00:36:22 2022 +0800

[GitHub] [incubator-nuttx] pussuw commented on a diff in pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on code in PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r864681160 ## sched/task/exit.c: ## @@ -53,24 +53,24 @@ void _exit(int status) { - up_exit(status); + up_exit(status & 0xff); } /**

[GitHub] [incubator-nuttx] pussuw commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117248426 I cannot produce the build error locally: Configuration/Tool: qemu-intel64/nsh ---

[GitHub] [incubator-nuttx] Ouss4 commented on issue #6172: RISC-V:the FPU case in ostest failed due to "lazy" FPU save/restore?

2022-05-04 Thread GitBox
Ouss4 commented on issue #6172: URL: https://github.com/apache/incubator-nuttx/issues/6172#issuecomment-1117346153 Since the FPU state is stored in the interrupt stack frame, isn't the issue more generic with lazy context switching? -- This is an automated message from the Apache Git Ser

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
Ouss4 commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117407107 @pussuw there seem to be some warnings: ``` stdlib/lib_cxa_atexit.c:83:13: error: '__cxa_callback' defined but not used [-Werror=unused-function] ``` CI turns war

[GitHub] [incubator-nuttx] pussuw commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117420539 > @pussuw there seem to be some warnings: > > ``` > stdlib/lib_cxa_atexit.c:83:13: error: '__cxa_callback' defined but not used [-Werror=unused-function] > ``` >

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
Ouss4 commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117432648 > The other build error which I listed above is way beyond my understanding. The make recipe works locally for the targets that fail in CI. It could be a parallel make issue a

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1160: system: Add gcov command

2022-05-04 Thread GitBox
pkarashchenko merged PR #1160: URL: https://github.com/apache/incubator-nuttx-apps/pull/1160 -- 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: Add gcov command

2022-05-04 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 385603666 system: Add gcov

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6200: arch: Add gcov related config for arm/risc-v/xtensa

2022-05-04 Thread GitBox
pkarashchenko commented on PR #6200: URL: https://github.com/apache/incubator-nuttx/pull/6200#issuecomment-1117451681 @xiaoxiang781216 please rebase -- 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 t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6200: arch: Add gcov related config for arm/risc-v/xtensa

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6200: URL: https://github.com/apache/incubator-nuttx/pull/6200#issuecomment-1117527283 Done. -- 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.

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6025: Add vm map

2022-05-04 Thread GitBox
pkarashchenko commented on PR #6025: URL: https://github.com/apache/incubator-nuttx/pull/6025#issuecomment-1117530313 I will start a review tomorrow. Quite a complex change and I was too busy current and last weeks to make a proper analysis. -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request, #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
Ouss4 opened a new pull request, #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207 ## Summary This reverts commit 05ff19d17bed7ff8a9ac8d38ae7ad81cf84ee70d because now we are having a bunch of `make: arm-nuttx-eabi-gcc: Command not found` for some configs. I'v

[GitHub] [incubator-nuttx] JacobCrabill commented on pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-05-04 Thread GitBox
JacobCrabill commented on PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#issuecomment-1117534853 Ok, one lest bench test for the Tx completion changes and this should be good for review. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
Ouss4 commented on PR #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207#issuecomment-1117536261 @xiaoxiang781216 the comment says: > Don't skip configure and distclean to improve the test coverage I'm not sure how does this improve test coverage. Can you please explai

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
Ouss4 commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117544274 @pussuw Apparently we have a name collision with https://github.com/apache/incubator-nuttx/blob/master/libs/libc/stdlib/lib_Exit.c and your newly created file `lib_exit.c`. I won't

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207#issuecomment-1117564061 > @xiaoxiang781216 the comment says: > > > Don't skip configure and distclean to improve the test coverage > > I'm not sure how does this improve test coverage

[GitHub] [incubator-nuttx] pussuw commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117570558 > @pussuw Apparently we have a name collision with https://github.com/apache/incubator-nuttx/blob/master/libs/libc/stdlib/lib_Exit.c and your newly created file `lib_exit.c`. I won

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207#issuecomment-1117609268 From the ci log, it look like that make try to invoke arm-nuttx-eabi-gcc in preconfig and distclean phase, but it shouldn't. -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
Ouss4 commented on PR #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207#issuecomment-1117610441 > > @xiaoxiang781216 the comment says: > > > Don't skip configure and distclean to improve the test coverage > > > > > > I'm not sure how does this improve test coverage

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6208: arm: Refine the common Make.defs

2022-05-04 Thread GitBox
xiaoxiang781216 opened a new pull request, #6208: URL: https://github.com/apache/incubator-nuttx/pull/6208 ## Summary - arm/common: Skip compile arm_[m|u]delay.c if CONFIG_[ALARM|TIMER]_ARCH is true - arch/arm: Remove arm_etherstub.c ## Impact Minor, code refactor

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6186: Stm32f746 audio

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6186: URL: https://github.com/apache/incubator-nuttx/pull/6186#issuecomment-1117676027 @okayserh please use `git rebase' instead 'git merge' next time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] okayserh commented on a diff in pull request #6186: Stm32f746 audio

2022-05-04 Thread GitBox
okayserh commented on code in PR #6186: URL: https://github.com/apache/incubator-nuttx/pull/6186#discussion_r865153394 ## drivers/audio/wm8994.c: ## @@ -373,16 +450,9 @@ static void wm8994_writereg(FAR struct wm8994_dev_s *priv, uint16_t regaddr, * */ -static void wm8994_

[GitHub] [incubator-nuttx] JacobCrabill commented on pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-05-04 Thread GitBox
JacobCrabill commented on PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#issuecomment-1117688149 @xiaoxiang781216 do you want me to do a rebase on top of `master`, or just squash the last few commits but leave the base the same? -- This is an automated message from the

[GitHub] [incubator-nuttx] okayserh commented on pull request #6186: Stm32f746 audio

2022-05-04 Thread GitBox
okayserh commented on PR #6186: URL: https://github.com/apache/incubator-nuttx/pull/6186#issuecomment-1117692848 Ok, next time I'll directly do the rebase without a prior merge. Still following the steps in https://nuttx.apache.org/docs/latest/contributing/making-changes.html#submitting-

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6057: arch/stm32h7: Add SocketCAN FDCAN driver

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6057: URL: https://github.com/apache/incubator-nuttx/pull/6057#issuecomment-1117707678 > @xiaoxiang781216 do you want me to do a rebase on top of `master`, or just squash the last few commits but leave the base the same? either is fine. -- This is a

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6186: Stm32f746 audio

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #6186: URL: https://github.com/apache/incubator-nuttx/pull/6186#discussion_r865187718 ## drivers/audio/wm8994.c: ## @@ -373,16 +450,9 @@ static void wm8994_writereg(FAR struct wm8994_dev_s *priv, uint16_t regaddr, * */ -static void wm

[GitHub] [incubator-nuttx] pussuw commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117956401 Should have looked more carefully into the syscall table and syscall.csv: `SYSCALL_LOOKUP(exit, 1)` and `"exit","stdlib.h","","noreturn","int"` This means the pro

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6208: arm: Refine the common Make.defs

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #6208: URL: https://github.com/apache/incubator-nuttx/pull/6208#discussion_r865410862 ## arch/arm/src/common/Make.defs: ## @@ -23,12 +23,18 @@ CMN_CSRCS += arm_allocateheap.c arm_assert.c arm_blocktask.c CMN_CSRCS += arm_createstack.c arm_

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#discussion_r865413317 ## audioutils/.gitignore: ## @@ -0,0 +1 @@ +/Kconfig Review Comment: why gitignore is needed? -- This is an automated message from the Apache

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on a diff in pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
takayoshi-k commented on code in PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#discussion_r865452826 ## audioutils/.gitignore: ## @@ -0,0 +1 @@ +/Kconfig Review Comment: It is because of nuttx build system. The build system makes Kconfig automat

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on a diff in pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
takayoshi-k commented on code in PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#discussion_r865452826 ## audioutils/.gitignore: ## @@ -0,0 +1 @@ +/Kconfig Review Comment: It is because of nuttx build system. The build system makes Kconfig automat

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

2022-05-04 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 1e620f1 Publishing web

[GitHub] [incubator-nuttx] CV-Bowen opened a new pull request, #6209: ci/arm-13.dat: do not check board tlsr8278adk80d

2022-05-04 Thread GitBox
CV-Bowen opened a new pull request, #6209: URL: https://github.com/apache/incubator-nuttx/pull/6209 ## Summary Telink toolchain is special and not added to the CI yet. ## Impact Telink boards CI. ## Testing CI. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6208: arm: Refine the common Make.defs

2022-05-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6208: URL: https://github.com/apache/incubator-nuttx/pull/6208#discussion_r865530154 ## arch/arm/src/common/Make.defs: ## @@ -23,12 +23,18 @@ CMN_CSRCS += arm_allocateheap.c arm_assert.c arm_blocktask.c CMN_CSRCS += arm_createstack.c ar

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6209: ci/arm-13.dat: do not check board tlsr8278adk80d

2022-05-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6209: URL: https://github.com/apache/incubator-nuttx/pull/6209#discussion_r865532928 ## tools/ci/testlist/arm-13.dat: ## @@ -9,3 +9,5 @@ -launchxl-tms57004:nsh -lm3s6965-ek:qemu-nxflat -tms570ls31x-usb-kit:nsh +-tlsr8278adk80d:ostest +

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #6209: ci/arm-13.dat: do not check board tlsr8278adk80d

2022-05-04 Thread GitBox
CV-Bowen commented on code in PR #6209: URL: https://github.com/apache/incubator-nuttx/pull/6209#discussion_r865534057 ## tools/ci/testlist/arm-13.dat: ## @@ -9,3 +9,5 @@ -launchxl-tms57004:nsh -lm3s6965-ek:qemu-nxflat -tms570ls31x-usb-kit:nsh +-tlsr8278adk80d:ostest +-tlsr82

[GitHub] [incubator-nuttx] CV-Bowen commented on pull request #6179: tlsr82: first commit of telink tlsr82xx chip port.

2022-05-04 Thread GitBox
CV-Bowen commented on PR #6179: URL: https://github.com/apache/incubator-nuttx/pull/6179#issuecomment-1118134931 CI failed, because mixed case identifier found in arch/arm/src/phy62xx/* and boards/arm/stm32l4/nucleo-l476rg/*, it seems unrelated to this pr. -- This is an automated message

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6209: ci/arm-13.dat: do not check board tlsr8278adk80d

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6209: URL: https://github.com/apache/incubator-nuttx/pull/6209#issuecomment-1118175796 Close, let's track by https://github.com/apache/incubator-nuttx/pull/6179 instead. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #6209: ci/arm-13.dat: do not check board tlsr8278adk80d

2022-05-04 Thread GitBox
xiaoxiang781216 closed pull request #6209: ci/arm-13.dat: do not check board tlsr8278adk80d URL: https://github.com/apache/incubator-nuttx/pull/6209 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6208: arm: Refine the common Make.defs

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #6208: URL: https://github.com/apache/incubator-nuttx/pull/6208#discussion_r865556885 ## arch/arm/src/common/Make.defs: ## @@ -23,12 +23,18 @@ CMN_CSRCS += arm_allocateheap.c arm_assert.c arm_blocktask.c CMN_CSRCS += arm_createstack.c arm_

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#discussion_r865557574 ## audioutils/.gitignore: ## @@ -0,0 +1 @@ +/Kconfig Review Comment: Ok, so this is for autogenerated Kconfig. That's fine. -- This is an aut

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1158: audioutils/mml_parser: Add mml_parser library

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #1158: URL: https://github.com/apache/incubator-nuttx-apps/pull/1158#discussion_r865584992 ## examples/mml_parser/mml_parser_main.c: ## @@ -0,0 +1,197 @@ +/ + * app

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6200: arch: Add gcov related config for arm/risc-v/xtensa

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #6200: URL: https://github.com/apache/incubator-nuttx/pull/6200#discussion_r865588496 ## libs/libc/misc/lib_impure.c: ## @@ -0,0 +1,71 @@ +/ + * libs/libc/misc/lib_i

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6207: Revert "tools/testbuild.sh: Don't skip configure and distclean"

2022-05-04 Thread GitBox
xiaoxiang781216 commented on PR #6207: URL: https://github.com/apache/incubator-nuttx/pull/6207#issuecomment-1118219574 > > > @xiaoxiang781216 the comment says: > > > > Don't skip configure and distclean to improve the test coverage > > > > > > > > > I'm not sure how does this i

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6179: tlsr82: first commit of telink tlsr82xx chip port.

2022-05-04 Thread GitBox
pkarashchenko commented on code in PR #6179: URL: https://github.com/apache/incubator-nuttx/pull/6179#discussion_r865591251 ## arch/arm/src/tlsr82/Make.defs: ## @@ -0,0 +1,87 @@ + +# arch/tc32/src/tlsr82

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6200: arch: Add gcov related config for arm/risc-v/xtensa

2022-05-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6200: URL: https://github.com/apache/incubator-nuttx/pull/6200#discussion_r865600022 ## libs/libc/misc/lib_impure.c: ## @@ -0,0 +1,71 @@ +/ + * libs/libc/misc/lib

[GitHub] [incubator-nuttx] pussuw commented on pull request #6197: libc: Implement userland implementations of exit functions

2022-05-04 Thread GitBox
pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1118233193 I noticed one oddity with nxtask_exit() -> nxtask_terminate() and its call to nxtask_exithook(). The call to nxtask_exithook() will fail every time if the task itself is asking to

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6179: tlsr82: first commit of telink tlsr82xx chip port.

2022-05-04 Thread GitBox
xiaoxiang781216 commented on code in PR #6179: URL: https://github.com/apache/incubator-nuttx/pull/6179#discussion_r865603512 ## arch/arm/src/tlsr82/Make.defs: ## @@ -0,0 +1,87 @@ + +# arch/tc32/src/tlsr