[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
pkarashchenko merged pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038 -- 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-m

[incubator-nuttx-apps] branch master updated (997379d -> 02a095b)

2022-03-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from 997379d netutils/webserver: Fix the compiler error when -no-builtin is removed new 77382e

[incubator-nuttx-apps] 01/03: process-spawn.c: switch uv_socketpair to uv_pipe

2022-03-03 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 commit 77382e7209f62a1837a4781b55f95e11389a1229 Author: Xiang Xiao AuthorDate: Fri Mar 4 10:53:59 2022 +08

[incubator-nuttx-apps] 03/03: system/adb: Download the last version of microADB

2022-03-03 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 commit 02a095bb76b05aa7898aad012a9f7679092b4ace Author: Xiang Xiao AuthorDate: Thu Mar 3 02:39:11 2022 +08

[incubator-nuttx-apps] 02/03: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 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 commit 29374c96c35162861eab99bf88e667198a31aef7 Author: Xiang Xiao AuthorDate: Sun Jan 23 16:04:06 2022 +0

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058867394 @minabeoki do you think this patch is ready for merge? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-nuttx] branch master updated (a50d87d -> 779665c)

2022-03-03 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 a50d87d sched/group: Simplify the allocation and deallocation logic add 779665c arch/arm/src/stm32

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5666: arch/arm/src/stm32l4: STM32L4+ might need flash data cache corruption workaround

2022-03-03 Thread GitBox
xiaoxiang781216 merged pull request #5666: URL: https://github.com/apache/incubator-nuttx/pull/5666 -- 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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
masayuki2009 commented on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1058809953 @anchao I remember that https://github.com/apache/incubator-nuttx/pull/2960 changed sigdeliver handling for SMP. Do you think that this issue relates to

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
minabeoki commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058799505 @no1wudi Now, I don't have Cortex-A5 device/board. It seems certain that Cortex-A5 has vfpv4. https://developer.arm.com/documentation/ddi0450/b/Introduction/

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058785037 > @minabeoki @no1wudi which spec should we follow? @minabeoki do you have Cortex-A5 device to do some smoke test? https://developer.arm.com/documentation/100302/

[incubator-nuttx] branch master updated: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 a50d87d sched/group: Simplify the al

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
masayuki2009 merged pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658 -- 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: c

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
masayuki2009 commented on pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#issuecomment-1058783503 @xiaoxiang781216 @anchao I confirmed the issue is fixed. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058779561 @minabeoki @no1wudi which spec should we follow? @minabeoki do you have Cortex-A5 device to do some smoke test? -- This is an automated message from the Apach

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058777273 > ``` > arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libapps.a(process-spawn.c.github.workspace.sources.apps.system.libuv.o): in function

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819220046 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instruc

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819206165 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instructions fo

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819217930 ## File path: arch/arm/Kconfig ## @@ -13,7 +13,7 @@ choice config ARCH_CHIP_A1X bool "Allwinner A1X" select ARCH_CORTEXA8

[GitHub] [incubator-nuttx] no1wudi edited a comment on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi edited a comment on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058739415 @pkarashchenko @minabeoki Emm , the VFPv3 for A5 is from DEN0018A_neon_programmers_guide.pdf P2-24: https://developer.arm.com/documentation/den0018/a/ htt

[GitHub] [incubator-nuttx] no1wudi edited a comment on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi edited a comment on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058739415 @pkarashchenko @minabeoki Emm , the VFPv3 for A5 is from DEN0018A_neon_programmers_guide.pdf P2-24: https://developer.arm.com/documentation/den0018/a/ --

[GitHub] [incubator-nuttx] no1wudi edited a comment on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi edited a comment on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058739415 @pkarashchenko @minabeoki Emm , the VFPv3 is from DEN0018A_neon_programmers_guide.pdf P2-24: https://developer.arm.com/documentation/den0018/a/ -- This is

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819207374 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instructions fo

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819206912 ## File path: arch/arm/Kconfig ## @@ -82,7 +82,7 @@ config ARCH_CHIP_IMX6 select ARCH_CORTEXA9 select ARM_THUMB select ARM

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819206165 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instructions fo

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819206165 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instructions fo

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819204694 ## File path: arch/arm/Kconfig ## @@ -13,7 +13,7 @@ choice config ARCH_CHIP_A1X bool "Allwinner A1X" select ARCH_CORTEXA8 -

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819203470 ## File path: arch/arm/Kconfig ## @@ -249,7 +249,6 @@ config ARCH_CHIP_S32K1XX config ARCH_CHIP_SAMA5 bool "Atmel SAMA5" select A

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r819201729 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instructions fo

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058739415 Emm , the VFPv3 is from DEN0018A_neon_programmers_guide.pdf P2-24: https://developer.arm.com/documentation/den0018/a/ -- This is an automated message from the Apac

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

2022-03-03 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 4b1f0a9 Publishing web

[GitHub] [incubator-nuttx-apps] pkarashchenko edited a comment on pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
pkarashchenko edited a comment on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058561896 ``` arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libapps.a(process-spawn.c.github.workspace.sources.apps.system.libuv.o): in function

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058561896 ``` arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libapps.a(process-spawn.c.github.workspace.sources.apps.system.libuv.o): in function `uv__p

[GitHub] [incubator-nuttx] acassis commented on pull request #5679: xtensa/xtensa_user_handler.S: Store EXCCAUSE and EXCVADDR into the user frame.

2022-03-03 Thread GitBox
acassis commented on pull request #5679: URL: https://github.com/apache/incubator-nuttx/pull/5679#issuecomment-1058400180 @Ouss4 this file is with strange formatting, it uses TAB in most part of and but the block under #ifdef CONFIG_XTENSA_INTBACKTRACE uses two spaces, like normally we use

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5679: xtensa/xtensa_user_handler.S: Store EXCCAUSE and EXCVADDR into the user frame.

2022-03-03 Thread GitBox
Ouss4 opened a new pull request #5679: URL: https://github.com/apache/incubator-nuttx/pull/5679 ## Summary The user frame is passed to `xtensa_user` that actually uses EXCVADDR. It ended up with wrong values and eventually panic'ing. ## Impact Xtensa chips. ## Testing

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058375702 > Cortex-A5 has VFPv4 > https://developer.arm.com/Processors/Cortex-A5 Yes. That seems to be true. VFPv4 is an optional extension -- This is an automa

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5675: boards/stm32f4discovery: Remove CONFIG_LIBC_EXECFUNCS from adb defconfig

2022-03-03 Thread GitBox
pkarashchenko merged pull request #5675: URL: https://github.com/apache/incubator-nuttx/pull/5675 -- 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:

[incubator-nuttx] branch master updated: boards/stm32f4discovery: Remove CONFIG_LIBC_EXECFUNCS from adb defconfig

2022-03-03 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 4910879 boards/stm32f4discovery

[incubator-nuttx] branch master updated (9caf4fc -> 625d230)

2022-03-03 Thread acassis
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 9caf4fc boards/arm/samv7: default BOARD_SAMV7_COMMON to n add 625d230 arch/arm/src/stm32f7/stm32_can

[GitHub] [incubator-nuttx] acassis merged pull request #5677: arch/arm/src/stm32f7/stm32_can.c: fix CAN3 receiving

2022-03-03 Thread GitBox
acassis merged pull request #5677: URL: https://github.com/apache/incubator-nuttx/pull/5677 -- 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: commit

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
minabeoki commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1058267076 Cortex-A5 has VFPv4 https://developer.arm.com/Processors/Cortex-A5 -- This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-nuttx] branch master updated (c820085 -> 9caf4fc)

2022-03-03 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 c820085 arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. add 9caf4fc boards/arm/samv7: de

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5676: boards/arm/samv7: default BOARD_SAMV7_COMMON to n

2022-03-03 Thread GitBox
xiaoxiang781216 merged pull request #5676: URL: https://github.com/apache/incubator-nuttx/pull/5676 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818855335 ## File path: arch/arm/Kconfig ## @@ -887,20 +886,38 @@ config ARM_HAVE_WFE_SEV ---help--- Use WFE and SEV instruc

[GitHub] [incubator-nuttx] minabeoki closed pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
minabeoki closed pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678 -- 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: comm

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
minabeoki commented on pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678#issuecomment-1058249955 ok, I check #5662 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678#issuecomment-1058246071 Please participate in a review and make sure that all needed flags are selected compiler n Kconfig for imx6 -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678#issuecomment-1058245203 Yes. I think we should follow-up with a more generic change. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
minabeoki commented on pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678#issuecomment-1058238827 @pkarashchenko Hmm... Should I close this PR once? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678#issuecomment-1058222933 I think it goes in conflict with https://github.com/apache/incubator-nuttx/pull/5662 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] minabeoki opened a new pull request #5678: imx6: fix fpu compile option

2022-03-03 Thread GitBox
minabeoki opened a new pull request #5678: URL: https://github.com/apache/incubator-nuttx/pull/5678 ## Summary - imx6 fpu is vfpv3 - imx6 fpu has 32 registers (CONFIG_ARM_HAVE_FPU_D32=y) - With this fix, "getprime" now succeeds by gcc-10.3.1. In the following page, there

[GitHub] [incubator-nuttx] lukegluke opened a new pull request #5677: arch/arm/src/stm32f7/stm32_can.c: fix CAN3 receiving

2022-03-03 Thread GitBox
lukegluke opened a new pull request #5677: URL: https://github.com/apache/incubator-nuttx/pull/5677 by fixing filter initialization. STM32F7 CAN3 works in single peripheral configuration and there is only 14 filter banks: 0-13. Previously not available 14 indexed filter (CAN_NFILTERS

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818631764 ## File path: arch/arm/src/armv7-r/Toolchain.defs ## @@ -67,6 +67,29 @@ else MAXOPTIMIZATION += -fomit-frame-pointer endif +ifeq ($(

[GitHub] [incubator-nuttx] davids5 edited a comment on pull request #5523: dp83848c ethernet phy interrupt support

2022-03-03 Thread GitBox
davids5 edited a comment on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1058139741 CONFIG_ETH0_PHY_DP83848C=y now implies the pin is wired to the SoC as an interrupt, whenever the DP83848C PHY is used. This may not be the case, hence the commen

[GitHub] [incubator-nuttx] davids5 commented on pull request #5523: dp83848c ethernet phy interrupt support

2022-03-03 Thread GitBox
davids5 commented on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1058139741 CONFIG_ETH0_PHY_DP83848C=y now implies the pin is wired to the SoC as an interrupt, whenever the DP83848C PHY is used. This may not be the case, hence the comment about

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818743164 ## File path: arch/arm/src/armv7-a/Toolchain.defs ## @@ -56,21 +56,52 @@ endif # ifeq ($(CONFIG_ARM_THUMB),y) -ARCHCPUFLAGS += -mthumb -endif

[GitHub] [incubator-nuttx] acassis closed issue #5626: Redirects doesn't work with programs like pwm

2022-03-03 Thread GitBox
acassis closed issue #5626: URL: https://github.com/apache/incubator-nuttx/issues/5626 -- 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] acassis commented on issue #5626: Redirects doesn't work with programs like pwm

2022-03-03 Thread GitBox
acassis commented on issue #5626: URL: https://github.com/apache/incubator-nuttx/issues/5626#issuecomment-1058095972 Hi Petro, CONFIG_FILE_STREAM as set correctly, seem to problem is fixed on current mainline, I was using an old version: NuttX: 19beb307dd5023c2bf414dc54c3141bfc95c725

[GitHub] [incubator-nuttx-apps] acassis closed pull request #1032: pwm: Fix issue with directing to "> /dev/null"

2022-03-03 Thread GitBox
acassis closed pull request #1032: URL: https://github.com/apache/incubator-nuttx-apps/pull/1032 -- 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: c

[GitHub] [incubator-nuttx-apps] acassis commented on a change in pull request #1032: pwm: Fix issue with directing to "> /dev/null"

2022-03-03 Thread GitBox
acassis commented on a change in pull request #1032: URL: https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r818703749 ## File path: examples/pwm/pwm_main.c ## @@ -307,6 +307,13 @@ static void parse_args(FAR struct pwm_state_s *pwm, int argc, for (index =

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058083274 > Seems like those 2 PRs are coupled and CI can't handle it. Let's merge manually. @xiaoxiang781216 are these 2 changes ready to be merged? I update

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818691838 ## File path: arch/arm/src/armv7-a/Toolchain.defs ## @@ -56,21 +56,52 @@ endif # ifeq ($(CONFIG_ARM_THUMB),y) -ARCHCPUFLAGS += -mthumb -

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1038: system/adb: Replace NuttX special shell service with microADB builtin one

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058070218 Seems like those 2 PRs are coupled and CI can't handle it. Let's merge manually. @xiaoxiang781216 are these 2 changes ready to be merged? -- This is an

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5676: boards/arm/samv7: default BOARD_SAMV7_COMMON to n

2022-03-03 Thread GitBox
pkarashchenko opened a new pull request #5676: URL: https://github.com/apache/incubator-nuttx/pull/5676 ## Summary default BOARD_SAMV7_COMMON to n ## Impact Custom board users ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5675: boards/stm32f4discovery: Remove CONFIG_LIBC_EXECFUNCS from adb defconfig

2022-03-03 Thread GitBox
xiaoxiang781216 opened a new pull request #5675: URL: https://github.com/apache/incubator-nuttx/pull/5675 ## Summary since libuv select it automatically now, found by: https://github.com/apache/incubator-nuttx-apps/pull/1038 ## Impact No ## Testing Pass CI -- T

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5645: arch/arm: optimize context switch speed

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r818593763 ## File path: arch/arm/src/common/arm_vfork.c ## @@ -136,8 +138,9 @@ pid_t up_vfork(const struct vfork_s *context) * effort is overkil

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5645: arch/arm: optimize context switch speed

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r818593684 ## File path: arch/arm/src/common/arm_vfork.c ## @@ -122,8 +123,9 @@ pid_t up_vfork(const struct vfork_s *context) * stack usage shoul

[incubator-nuttx] branch master updated (d69cf37 -> c820085)

2022-03-03 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 d69cf37 boards/arm/samv7: fix typos left after file renaming add 9d5b13c xtensa/esp32s3: Add SPI-F

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5665: Add ESP32-S3 SPI-Flash support

2022-03-03 Thread GitBox
xiaoxiang781216 merged pull request #5665: URL: https://github.com/apache/incubator-nuttx/pull/5665 -- 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

[incubator-nuttx] branch master updated (e383439 -> d69cf37)

2022-03-03 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 e383439 risc-v: Replace all inline assembly with macro add d69cf37 boards/arm/samv7: fix typos lef

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5673: boards/arm/samv7: fix typos left after file renaming

2022-03-03 Thread GitBox
xiaoxiang781216 merged pull request #5673: URL: https://github.com/apache/incubator-nuttx/pull/5673 -- 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

[incubator-nuttx] branch master updated (b953296 -> e383439)

2022-03-03 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 b953296 input/buttons: Fix the event lose between the invocation of poll add 35330a7 risc-v: Impl

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5674: risc-v: Replace all inline assembly with macro

2022-03-03 Thread GitBox
xiaoxiang781216 merged pull request #5674: URL: https://github.com/apache/incubator-nuttx/pull/5674 -- 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

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5645: arch/arm: optimize context switch speed

2022-03-03 Thread GitBox
anchao commented on a change in pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r818573153 ## File path: arch/arm/src/armv8-m/arm_svcall.c ## @@ -175,7 +175,7 @@ int arm_svcall(int irq, FAR void *context, FAR void *arg) {

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
anchao commented on a change in pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#discussion_r818570334 ## File path: sched/group/group_leave.c ## @@ -241,6 +233,28 @@ static inline void group_release(FAR struct task_group_s *group) } #endif

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1039: netutils/webserver: Fix the compiler error when -no-builtin is removed

2022-03-03 Thread GitBox
pkarashchenko merged pull request #1039: URL: https://github.com/apache/incubator-nuttx-apps/pull/1039 -- 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-m

[incubator-nuttx-apps] branch master updated: netutils/webserver: Fix the compiler error when -no-builtin is removed

2022-03-03 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 997379d netutils/webserver

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#discussion_r818532621 ## File path: sched/group/group_leave.c ## @@ -241,6 +233,28 @@ static inline void group_release(FAR struct task_group_s *group) }

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#discussion_r818531924 ## File path: sched/group/group_leave.c ## @@ -241,6 +233,28 @@ static inline void group_release(FAR struct task_group_s *group) }

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057905238 > I think we should update `config ARCH_CHIP_A1X` and other `ARCH`s that select `select ARCH_CORTEXA` family and add `ARM_HAVE_NEON` and similar where it is relevant

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057904545 > I think we should update `config ARCH_CHIP_A1X` and other `ARCH`s that select `select ARCH_CORTEXA` family and add `ARM_HAVE_NEON` and similar where it is relev

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818518400 ## File path: arch/arm/Kconfig ## @@ -889,18 +889,31 @@ config ARM_HAVE_WFE_SEV config ARM_HAVE_FPU_D32 bool - select ARCH_

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057902847 I think we should update `config ARCH_CHIP_A1X` and other `ARCH`s that select `select ARCH_CORTEXA` family and add `ARM_HAVE_NEON` and similar where it is relevan

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057900939 @pkarashchenko There is a little change in dependency chain, please review: * ARM_NEON * ARM_HAVE_NEON * ARM_HAVE_FPU_D32 * ARCH_DPFPU

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057895411 > @no1wudi look like that ARM_HAVE_FPU_D32 and ARCH_HAVE_DPFPU is same, should we merge into one? D32 means the chip have 32 double-precision FPU register and DPF

[GitHub] [incubator-nuttx] anchao edited a comment on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
anchao edited a comment on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1057894235 > Is it possible to reproduce the assertion with sabre-6quad:smp on QEMU? Yes, this issue only occurred once during ostest for a long time( 5+ qemu process,

[GitHub] [incubator-nuttx] anchao commented on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
anchao commented on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1057894235 > Is it possible to reproduce the assertion with sabre-6quad:smp on QEMU? Yes, this issue only occurred once during ostest for a long time( 5+ qemu process, about

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057885521 @no1wudi look like that ARM_HAVE_FPU_D32 and ARCH_HAVE_DPFPU is same, should we merge into one? -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5674: risc-v: Replace all inline assembly with macro

2022-03-03 Thread GitBox
no1wudi opened a new pull request #5674: URL: https://github.com/apache/incubator-nuttx/pull/5674 ## Summary * Implement a new macro READ_AND_SET_CSR (csrrs) * Replace all inline assembly in xxx_irq.c ## Impact Refactor only. ## Testing CI -- This is an automated mes

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818498061 ## File path: arch/arm/Kconfig ## @@ -901,6 +901,18 @@ config ARM_HAVE_NEON ---help--- Decide whether support NEON

[GitHub] [incubator-nuttx] anchao commented on pull request #5658: sched/group: Simplify the allocation and deallocation logic

2022-03-03 Thread GitBox
anchao commented on pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#issuecomment-1057882339 @masayuki2009 , Could you please try the latest patch set? I have fix this issue. -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
masayuki2009 edited a comment on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1057879597 Hmm, something is wrong with the CI. Let me restart the CI. ``` Current runner version: '2.287.1' Operating System Virtual Environment V

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
masayuki2009 commented on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1057879597 Hmm, something is wrong with the CI. ``` Current runner version: '2.287.1' Operating System Virtual Environment Virtual Environment Provisioner

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5672: sigdeliver/smp: restored registers should be protected by critical section

2022-03-03 Thread GitBox
masayuki2009 commented on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1057878082 @anchao I've never seen the following DEBUGASSERTION which you described above. ``` [CPU1] [24] up_assert: Assertion failed CPU1 at file:armv7-a/a

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057877759 @no1wudi please squash the change into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5645: arch/arm: optimize context switch speed

2022-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r818479461 ## File path: arch/arm/src/armv7-m/arm_svcall.c ## @@ -176,7 +176,7 @@ int arm_svcall(int irq, FAR void *context, FAR void *arg)

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5665: Add ESP32-S3 SPI-Flash support

2022-03-03 Thread GitBox
Ouss4 commented on a change in pull request #5665: URL: https://github.com/apache/incubator-nuttx/pull/5665#discussion_r818463863 ## File path: arch/xtensa/src/esp32s3/esp32s3_spiflash_mtd.c ## @@ -0,0 +1,807 @@ +/

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818446101 ## File path: arch/arm/src/armv7-a/Toolchain.defs ## @@ -56,21 +56,51 @@ endif # ifeq ($(CONFIG_ARM_THUMB),y) -ARCHCPUFLAGS += -mthumb -endif

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
no1wudi commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818445340 ## File path: arch/arm/src/armv7-a/Toolchain.defs ## @@ -56,21 +56,51 @@ endif # ifeq ($(CONFIG_ARM_THUMB),y) -ARCHCPUFLAGS += -mthumb -endif

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5662: arch/arm: Move ARCHCPUFLAGS to Toolchain.defs

2022-03-03 Thread GitBox
pkarashchenko commented on a change in pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#discussion_r818439706 ## File path: arch/arm/src/armv7-a/Toolchain.defs ## @@ -56,21 +56,51 @@ endif # ifeq ($(CONFIG_ARM_THUMB),y) -ARCHCPUFLAGS += -mthumb -

  1   2   >