[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request, #6637: mtd/smartfs: Fix uninitialized variable

2022-07-18 Thread GitBox
SPRESENSE opened a new pull request, #6637: URL: https://github.com/apache/incubator-nuttx/pull/6637 ## Summary If CONFIG_SMARTFS_MULTI_ROOT_DIRS is enabled and dev->partname is not empty, dev->rwbuffer is an uninitialized variable and register_blockdriver is called. ## Impact

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6636: wireless/ieee802154: Don't set IFF_DOWN in mac802154netdev_register

2022-07-18 Thread GitBox
xiaoxiang781216 opened a new pull request, #6636: URL: https://github.com/apache/incubator-nuttx/pull/6636 ## Summary since IFF_DOWN is only used for request, not for status. Instead, IFF_UP should be used to query the netdev status. The IFF_DOWN related macros are also removed to av

[incubator-nuttx] branch master updated: arch: arm64: Fix warnings in arm64_cpstart.c

2022-07-18 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 06b158a490 arch: arm64: Fix warnings

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6635: arch: arm64: Fix warnings in arm64_cpstart.c

2022-07-18 Thread GitBox
xiaoxiang781216 merged PR #6635: URL: https://github.com/apache/incubator-nuttx/pull/6635 -- 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-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: c9ec91a5b568cabdd32291799994d82fa709050f

2022-07-18 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 aa172fe Publishing web

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6635: arch: arm64: Fix warnings in arm64_cpstart.c

2022-07-18 Thread GitBox
masayuki2009 opened a new pull request, #6635: URL: https://github.com/apache/incubator-nuttx/pull/6635 ## Summary - Fix warnings in arm64_cpstart.c if CONFIG_DEBUG_INFO=n ## Impact - None ## Testing - Tested with qemu-a53:nsh_smp (not merged yet)

[GitHub] [incubator-nuttx] onegray commented on pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1188241535 Yes, I am concerning about multiple copying and then parsing back from bytes stream to a packet. But probably it is a reasonable fee for a such universal interface. Telling the tr

[GitHub] [incubator-nuttx] mlyszczek commented on pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1188088408 @onegray could you please elaborate more about these performance issues? Is this because of multiple copying? cpu2 wifi buffer -> ipcc memory -> cpu1 circ buffer -> cpu1 u

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923677177 ## drivers/ipcc/ipcc_unlink.c: ## @@ -0,0 +1,94 @@ +/ + * drivers/ipcc/ipcc_unlink.

[GitHub] [incubator-nuttx] onegray commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923661724 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/st

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923646642 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923641395 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923627203 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/

[GitHub] [incubator-nuttx] onegray commented on pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1187760977 Great to see the working way how the IPCC communication could be done! This is definitely can be useful in some cases, especially if we need to transfer some meaning amount of dat

[GitHub] [incubator-nuttx] onegray commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923544998 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/st

[GitHub] [incubator-nuttx] onegray commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923529376 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/st

[GitHub] [incubator-nuttx] onegray commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
onegray commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923527130 ## arch/arm/src/stm32wl5/stm32wl5_ipcc.c: ## @@ -0,0 +1,801 @@ +/ + * arch/arm/src/st

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6634: drivers/lcd: Add support to use APA102 LED Matrix as LCD Display

2022-07-18 Thread GitBox
acassis commented on code in PR #6634: URL: https://github.com/apache/incubator-nuttx/pull/6634#discussion_r923348597 ## drivers/lcd/apa102.c: ## @@ -0,0 +1,667 @@ +/ + * drivers/lcd/apa102.c + * + * Lic

[incubator-nuttx] branch master updated: stm32g071b-disco: add OLED support

2022-07-18 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 c9ec91a5b5 stm32g071b-disco: add

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6627: stm32g071b-disco: add OLED support

2022-07-18 Thread GitBox
pkarashchenko merged PR #6627: URL: https://github.com/apache/incubator-nuttx/pull/6627 -- 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: Add printflike and scanflike to all printf/scanf like functions

2022-07-18 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 2166c98809 Add printflike and sc

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6632: Add printflike and scanflike to all printf/scanf like functions

2022-07-18 Thread GitBox
pkarashchenko merged PR #6632: URL: https://github.com/apache/incubator-nuttx/pull/6632 -- 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-apps] branch master updated: Add printflike to all printf like functions

2022-07-18 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 c252ec148 Add printflike to

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
pkarashchenko merged PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220 -- 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

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923188088 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,188 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923176443 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,188 @@ +/ + * include/nuttx/ipcc.h + *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923175056 ## drivers/ipcc/ipcc_unlink.c: ## @@ -0,0 +1,94 @@ +/ + * drivers/ipcc/ipcc_u

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923173997 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923173997 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923172915 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923171794 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,188 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923169301 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,188 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923169219 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipc

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923165355 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,188 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923165348 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipc

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923164475 ## drivers/ipcc/ipcc_unlink.c: ## @@ -0,0 +1,94 @@ +/ + * drivers/ipcc/ipcc_unlink.

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923160607 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923159342 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6631: Added memory health checks.

2022-07-18 Thread GitBox
xiaoxiang781216 commented on PR #6631: URL: https://github.com/apache/incubator-nuttx/pull/6631#issuecomment-1186994432 > > We can refine how to trigger the check. But irq_dispatch is the best place to get the reliable result since if kmm_checkforcorruption report the error, we can ascertai

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r923156225 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,208 @@ +/ + * drivers/ipcc/ipcc_regi

[GitHub] [incubator-nuttx] ALTracer commented on pull request #6631: Added memory health checks.

2022-07-18 Thread GitBox
ALTracer commented on PR #6631: URL: https://github.com/apache/incubator-nuttx/pull/6631#issuecomment-1186977386 > We can refine how to trigger the check. But irq_dispatch is the best place to get the reliable result since if kmm_checkforcorruption report the error, we can ascertain that th

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r922983914 ## drivers/ipcc/Make.defs: ## @@ -0,0 +1,41 @@ + +# drivers/ipcc/Make.defs +#

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
xiaoxiang781216 commented on PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#issuecomment-1186963942 > @xiaoxiang781216 do you have any guess about reason of check error at examples/sotest/lib/sotest/sotest.c#L58 ? that's because nxstyle consider `,` in the st

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
pkarashchenko commented on PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#issuecomment-1186940288 @xiaoxiang781216 do you have any guess about reason of check error at examples/sotest/lib/sotest/sotest.c#L58 ? -- This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923097119 ## interpreters/bas/bas_statement.c: ## @@ -1241,7 +1241,7 @@ struct Value *stmt_EDIT(struct Value *value) return (struct Value *)0; #else -

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
pkarashchenko commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923080748 ## interpreters/bas/bas_statement.c: ## @@ -1241,7 +1241,7 @@ struct Value *stmt_EDIT(struct Value *value) return (struct Value *)0; #else - r

[GitHub] [incubator-nuttx] raiden00pl commented on a diff in pull request #6627: stm32g071b-disco: add OLED support

2022-07-18 Thread GitBox
raiden00pl commented on code in PR #6627: URL: https://github.com/apache/incubator-nuttx/pull/6627#discussion_r923066010 ## boards/arm/stm32f0l0g0/stm32g071b-disco/src/stm32g071b-disco.h: ## @@ -57,6 +57,17 @@ #define GPIO_JOY_UP (GPIO_INPUT | GPIO_PULLDOWN | GPIO_EXTI | \

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923065479 ## nshlib/nsh_netcmds.c: ## @@ -377,8 +377,8 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t callback, if (dir == NULL) { ns

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
xiaoxiang781216 commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923051896 ## nshlib/nsh_netcmds.c: ## @@ -377,8 +377,8 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t callback, if (dir == NULL) { ns

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1220: Add printflike to all printf like functions

2022-07-18 Thread GitBox
pkarashchenko commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923040660 ## nshlib/nsh_netcmds.c: ## @@ -377,8 +377,8 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t callback, if (dir == NULL) { nsh_