[GitHub] [incubator-nuttx] no1wudi edited a comment on pull request #5566: Introduce HAVE_RUST config.

2022-02-24 Thread GitBox
no1wudi edited a comment on pull request #5566: URL: https://github.com/apache/incubator-nuttx/pull/5566#issuecomment-1049585330 It seems cargo is not a problem for "control over what's going into the system" since both the package and its version was controlled by user, if you don't chang

[incubator-nuttx] 01/02: board/esp32: Update esp-wireless-drivers-3rdparty

2022-02-24 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 67cda6ce1e4ed512de611c70a3760c08ece582c7 Author: Xiang Xiao AuthorDate: Sun Feb 20 17:39:35 2022 +0800

[incubator-nuttx] branch master updated (a6eff3b -> 6fa5885)

2022-02-24 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a6eff3b boards: lm3s6965-ek: Fix qemu-kostest new 67cda6c board/esp32: Update esp-wireless-drive

[incubator-nuttx] 02/02: arch/esp32: Update esp-wireless-drivers-3rdparty to verion 45701c0

2022-02-24 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6fa5885d2d4f8930ea95b7331a41c148dc2e6441 Author: Xiang Xiao AuthorDate: Thu Feb 24 14:30:13 2022 +0800

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5596: board/esp32: Update esp-wireless-drivers-3rdparty

2022-02-24 Thread GitBox
Ouss4 merged pull request #5596: URL: https://github.com/apache/incubator-nuttx/pull/5596 -- 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-

[GitHub] [incubator-nuttx] zhuyanlinzyl opened a new pull request #5599: Fix libc:machine:xtensa: fix warning

2022-02-24 Thread GitBox
zhuyanlinzyl opened a new pull request #5599: URL: https://github.com/apache/incubator-nuttx/pull/5599 ## Summary patch1 :xtensa: fix `XTHAL_REL_LE` not find patch2:libc:machine:xtensa: fix warning ## Impact ## Testing -- This is an automated message from t

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #5600: Imx6 thumb

2022-02-24 Thread GitBox
masayuki2009 opened a new pull request #5600: URL: https://github.com/apache/incubator-nuttx/pull/5600 ## Summary - This PR contains the following 2 commits - commit1: libs: armv7-a: Add thumb support to arch_elf.c - commit2: arch, board: Add thumb support to i.MX6 ## Imp

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on pull request #1022: import: Make.defs: Do not link thumb-based libraries for BUILD_KERNEL

2022-02-24 Thread GitBox
masayuki2009 commented on pull request #1022: URL: https://github.com/apache/incubator-nuttx-apps/pull/1022#issuecomment-1049745111 @pkarashchenko @xiaoxiang781216 Finally, I found the root cause of the issue. See https://github.com/apache/incubator-nuttx/pull/5600 -- Thi

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5501: boards/sim: Add adb config for test

2022-02-24 Thread GitBox
masayuki2009 commented on pull request #5501: URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049802385 @xiaoxiang781216 ``` Configuration/Tool: sim/adb

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #5571: drivers: exclude BSD components from build

2022-02-24 Thread GitBox
masayuki2009 commented on a change in pull request #5571: URL: https://github.com/apache/incubator-nuttx/pull/5571#discussion_r813828132 ## File path: boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig ## @@ -93,8 +93,6 @@ CONFIG_NET_ROUTE=y CONFIG_NET_STATISTICS=y CONFI

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #5571: drivers: exclude BSD components from build

2022-02-24 Thread GitBox
jerpelea commented on a change in pull request #5571: URL: https://github.com/apache/incubator-nuttx/pull/5571#discussion_r813831975 ## File path: boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig ## @@ -93,8 +93,6 @@ CONFIG_NET_ROUTE=y CONFIG_NET_STATISTICS=y CONFIG_NE

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #1030: mlearning: cmsis: enable FPU support

2022-02-24 Thread GitBox
jerpelea opened a new pull request #1030: URL: https://github.com/apache/incubator-nuttx-apps/pull/1030 ## Summary In case of HW with FPU we can benefit from the FPU support. # Impact CMSIS ## Testing Spresense -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #5571: drivers: exclude BSD components from build

2022-02-24 Thread GitBox
masayuki2009 commented on a change in pull request #5571: URL: https://github.com/apache/incubator-nuttx/pull/5571#discussion_r813851214 ## File path: boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig ## @@ -93,8 +93,6 @@ CONFIG_NET_ROUTE=y CONFIG_NET_STATISTICS=y CONFI

[GitHub] [incubator-nuttx-apps] acassis opened a new pull request #1031: apps: Modify oneshot example to let users see it working

2022-02-24 Thread GitBox
acassis opened a new pull request #1031: URL: https://github.com/apache/incubator-nuttx-apps/pull/1031 ## Summary Modify oneshot example to let users see it working ## Impact Users will see oneshot example waiting for ## Testing ESP32-Devkitc -- This is an automated mes

[incubator-nuttx-apps] branch master updated: cmd_dd:if read nbyte less than bs, must write nbyte if a file size is 10 use dd if=a of=b bs = 8 b file size will 16, is a error Signed-off-by: anjiahao

2022-02-24 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 4680a25 cmd_dd:if read nbyte les

[GitHub] [incubator-nuttx-apps] acassis merged pull request #1028: cmd_dd:if read nbyte less than bs,must write nbyte

2022-02-24 Thread GitBox
acassis merged pull request #1028: URL: https://github.com/apache/incubator-nuttx-apps/pull/1028 -- 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] pkarashchenko commented on a change in pull request #5600: Imx6 thumb

2022-02-24 Thread GitBox
pkarashchenko commented on a change in pull request #5600: URL: https://github.com/apache/incubator-nuttx/pull/5600#discussion_r813873454 ## File path: libs/libc/machine/arm/armv7-a/arch_elf.c ## @@ -163,7 +172,12 @@ int up_relocate(FAR const Elf32_Rel *rel, FAR const Elf32_Sy

[incubator-nuttx-apps] branch master updated: apps/trace: add switch and dump instrumentation

2022-02-24 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 18b5902 apps/trace: add switch a

[GitHub] [incubator-nuttx-apps] acassis merged pull request #1023: apps/trace: add switch and dump instrumentation

2022-02-24 Thread GitBox
acassis merged pull request #1023: URL: https://github.com/apache/incubator-nuttx-apps/pull/1023 -- 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] zhuyanlinzyl commented on pull request #5336: xtensa: use swint to swith context

2022-02-24 Thread GitBox
zhuyanlinzyl commented on pull request #5336: URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1049868090 @Ouss4 : Could you please review again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5501: boards/sim: Add adb config for test

2022-02-24 Thread GitBox
xiaoxiang781216 commented on pull request #5501: URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049892157 @masayuki2009 we need new libuv to pass the build. @no1wudi will provide the patch soon. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5501: boards/sim: Add adb config for test

2022-02-24 Thread GitBox
no1wudi commented on pull request #5501: URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049894844 Yes, I'll update https://github.com/apache/incubator-nuttx-apps/pull/854 tomorrow. -- This is an automated message from the Apache Git Service. To respond to the mess

[incubator-nuttx] 01/02: xtensa: fix `XTHAL_REL_LE` not find

2022-02-24 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 commit 7d350204f0f9c212df5a413c886bfbb05da47355 Author: zhuyanlin AuthorDate: Wed Feb 16 18:24:52 2022 +0800 x

[incubator-nuttx] 02/02: libc:machine:xtensa: fix warning

2022-02-24 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 commit 1aedf30f38bdb02b68b79e7f50bf7db133847b27 Author: zhuyanlin AuthorDate: Wed Feb 16 18:36:11 2022 +0800 l

[incubator-nuttx] branch master updated (6fa5885 -> 1aedf30)

2022-02-24 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 6fa5885 arch/esp32: Update esp-wireless-drivers-3rdparty to verion 45701c0 new 7d35020 xtensa: fi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5599: Fix libc:machine:xtensa: fix warning

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5599: URL: https://github.com/apache/incubator-nuttx/pull/5599 -- 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] gustavonihei opened a new pull request #5601: xtensa/esp32s3: Add support for Main System Watchdog Timers

2022-02-24 Thread GitBox
gustavonihei opened a new pull request #5601: URL: https://github.com/apache/incubator-nuttx/pull/5601 ## Summary This PR intends to add support for the Main System Watchdog Timers 0 and 1 of ESP32-S3. Support for RTC Watchdog Timer is currently in place, but not yet functional due t

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5602: xtensa/esp32s3: Add support for Timer Groups 0 and 1

2022-02-24 Thread GitBox
gustavonihei opened a new pull request #5602: URL: https://github.com/apache/incubator-nuttx/pull/5602 ## Summary This PR intends to add support for the Timers 0 and 1 from Timer Groups 0 and 1 of ESP32-S3. ## Impact New feature for ESP32-S3 chip. ## Testing `esp32s3-

[incubator-nuttx-apps] branch master updated: mlearning: cmsis: enable FPU support

2022-02-24 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 18609ab mlearning: cmsis: enable

[GitHub] [incubator-nuttx-apps] acassis merged pull request #1030: mlearning: cmsis: enable FPU support

2022-02-24 Thread GitBox
acassis merged pull request #1030: URL: https://github.com/apache/incubator-nuttx-apps/pull/1030 -- 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] xiaoxiang781216 commented on a change in pull request #5585: mm: Add memory dump function when enable CONFIG_DEBUG_MM

2022-02-24 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5585: URL: https://github.com/apache/incubator-nuttx/pull/5585#discussion_r813945987 ## File path: fs/procfs/fs_procfsmeminfo.c ## @@ -382,6 +391,88 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1031: apps: Modify oneshot example to let users see it working

2022-02-24 Thread GitBox
xiaoxiang781216 commented on pull request #1031: URL: https://github.com/apache/incubator-nuttx-apps/pull/1031#issuecomment-1049930686 the config need refresh @acassis -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] acassis opened a new pull request #5603: example/oneshot: Update defconfig to use default 2s

2022-02-24 Thread GitBox
acassis opened a new pull request #5603: URL: https://github.com/apache/incubator-nuttx/pull/5603 ## Summary Update defconfig to use default 2s ## Impact Now 200 us is default, so we don't need to set this symbol ## Testing esp32-devkit This PR is needed to fix https:/

[GitHub] [incubator-nuttx-apps] acassis commented on pull request #1031: apps: Modify oneshot example to let users see it working

2022-02-24 Thread GitBox
acassis commented on pull request #1031: URL: https://github.com/apache/incubator-nuttx-apps/pull/1031#issuecomment-1049933617 Thank you @xiaoxiang781216 I fixed it here: https://github.com/apache/incubator-nuttx/pull/5603 -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1022: import: Make.defs: Do not link thumb-based libraries for BUILD_KERNEL

2022-02-24 Thread GitBox
xiaoxiang781216 commented on pull request #1022: URL: https://github.com/apache/incubator-nuttx-apps/pull/1022#issuecomment-1049934507 Nice! -- 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] xiaoxiang781216 merged pull request #5571: drivers: exclude BSD components from build

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5571: URL: https://github.com/apache/incubator-nuttx/pull/5571 -- 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 (1aedf30 -> 66e58e4)

2022-02-24 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 1aedf30 libc:machine:xtensa: fix warning add fe06e51 drivers: lcd: exclude BSD components from bui

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5604: xtensa/esp32s3: Use the running CPU ID for enabling internal interrupts

2022-02-24 Thread GitBox
gustavonihei opened a new pull request #5604: URL: https://github.com/apache/incubator-nuttx/pull/5604 ## Summary This PR intends to fix a regression on the `esp32s3-devkit` platform, which fails to boot after https://github.com/apache/incubator-nuttx/pull/5542. It contains a port

[GitHub] [incubator-nuttx] toshbi4 opened a new pull request #5605: Add DAC2 configuration for stm32f405.

2022-02-24 Thread GitBox
toshbi4 opened a new pull request #5605: URL: https://github.com/apache/incubator-nuttx/pull/5605 ## Summary Small fix. Add config parameter STM32_HAVE_DAC2 for stm32f405 boards. Evidence: https://www.st.com/en/microcontrollers-microprocessors/stm32f405-415.html ## Im

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5603: example/oneshot: Update defconfig to use default 2s

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5603: URL: https://github.com/apache/incubator-nuttx/pull/5603 -- 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-apps] xiaoxiang781216 closed pull request #1031: apps: Modify oneshot example to let users see it working

2022-02-24 Thread GitBox
xiaoxiang781216 closed pull request #1031: URL: https://github.com/apache/incubator-nuttx-apps/pull/1031 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5602: xtensa/esp32s3: Add support for Timer Groups 0 and 1

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5602: URL: https://github.com/apache/incubator-nuttx/pull/5602 -- 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 merged pull request #5591: power/PM: add domain inner update power state feature

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5591: URL: https://github.com/apache/incubator-nuttx/pull/5591 -- 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 (66e58e4 -> 73098e2)

2022-02-24 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 66e58e4 boards: olimex-stm32-p407: defconfig: remove BSD components add 73098e2 example/oneshot: U

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5519: Fix -Werror=nonnull-compare and -Werror=format-truncation=

2022-02-24 Thread GitBox
xiaoxiang781216 commented on pull request #5519: URL: https://github.com/apache/incubator-nuttx/pull/5519#issuecomment-1050024579 ping @hartmannathan -- 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 g

[incubator-nuttx] branch master updated (73098e2 -> 16132c3)

2022-02-24 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 73098e2 example/oneshot: Update defconfig to use default 2s add 83f3ba6 xtensa/esp32s3: Add suppor

[incubator-nuttx] branch master updated (16132c3 -> f7a7eb9)

2022-02-24 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 16132c3 esp32s3-devkit: Initialize general purpose timers on bringup add f7a7eb9 power/PM: add dom

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5336: xtensa: use swint to swith context

2022-02-24 Thread GitBox
Ouss4 commented on a change in pull request #5336: URL: https://github.com/apache/incubator-nuttx/pull/5336#discussion_r814053542 ## File path: arch/xtensa/src/common/xtensa_context.S ## @@ -541,55 +544,13 @@ _xtensa_context_restore: xtensa_context_restore: ENTRY(16)

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5604: xtensa/esp32s3: Use the running CPU ID for enabling internal interrupts

2022-02-24 Thread GitBox
Ouss4 merged pull request #5604: URL: https://github.com/apache/incubator-nuttx/pull/5604 -- 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-

[incubator-nuttx] branch master updated (f7a7eb9 -> 3400b42)

2022-02-24 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from f7a7eb9 power/PM: add domain inner update power state feature add a5024a7 xtensa/esp32s3: Use th

[incubator-nuttx] branch master updated: Add DAC2 configuration for stm32f405.

2022-02-24 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan 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 9603b8f Add DAC2 configuration

[GitHub] [incubator-nuttx] hartmannathan merged pull request #5605: Add DAC2 configuration for stm32f405.

2022-02-24 Thread GitBox
hartmannathan merged pull request #5605: URL: https://github.com/apache/incubator-nuttx/pull/5605 -- 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 merged pull request #5601: xtensa/esp32s3: Add support for Main System Watchdog Timers

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5601: URL: https://github.com/apache/incubator-nuttx/pull/5601 -- 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 (9603b8f -> 3511ec8)

2022-02-24 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 9603b8f Add DAC2 configuration for stm32f405. new b49ee3d xtensa/esp32s3: Add support for Main Sys

[incubator-nuttx] 02/02: esp32s3-devkit: Initialize Watchdog Timers on bringup

2022-02-24 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 commit 3511ec823ce8115da53ecd44630424ab0f5ac7e1 Author: Gustavo Henrique Nihei AuthorDate: Tue Feb 22 10:33:04 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5606: arch/arm: Remove the empty spinlock.h file

2022-02-24 Thread GitBox
xiaoxiang781216 opened a new pull request #5606: URL: https://github.com/apache/incubator-nuttx/pull/5606 ## Summary Code refactor ## Impact No ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5607: arch: Remove the duplicated syscall.h in each arch

2022-02-24 Thread GitBox
xiaoxiang781216 opened a new pull request #5607: URL: https://github.com/apache/incubator-nuttx/pull/5607 ## Summary Code refactor ## Impact No ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5608: Feature/esp32s3 oneshot

2022-02-24 Thread GitBox
gustavonihei opened a new pull request #5608: URL: https://github.com/apache/incubator-nuttx/pull/5608 ## Summary This PR intends to add support for the Oneshot timer for **ESP32-S3**. ![image](https://user-images.githubusercontent.com/38959758/155589133-d3d55b6d-2e9a-40be-8292-e9

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5609: arch/xtensa/esp32s2_irq.c: Correctly enable the software interrupt.

2022-02-24 Thread GitBox
Ouss4 opened a new pull request #5609: URL: https://github.com/apache/incubator-nuttx/pull/5609 ## Summary IRQ number was used to enable the interrupt while ESP32-S2 API use the CPU interrupt. ## Impact ESP32-S2 ## Testing Tested with https://github.com/apache/incubator-n

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5610: arch/xtensa: Remove the unused SYS_pthread_exit

2022-02-24 Thread GitBox
xiaoxiang781216 opened a new pull request #5610: URL: https://github.com/apache/incubator-nuttx/pull/5610 ## Summary ## Impact No ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5611: docker_linux.yml: Use docker actions to build docker.

2022-02-24 Thread GitBox
Ouss4 opened a new pull request #5611: URL: https://github.com/apache/incubator-nuttx/pull/5611 ## Summary Use docker actions to build docker. ## Impact Docker image ## Testing Tested the same steps in another workflow, CI will build again. -- This is an automated messa

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #5600: Imx6 thumb

2022-02-24 Thread GitBox
masayuki2009 commented on a change in pull request #5600: URL: https://github.com/apache/incubator-nuttx/pull/5600#discussion_r814332158 ## File path: libs/libc/machine/arm/armv7-a/arch_elf.c ## @@ -163,7 +172,12 @@ int up_relocate(FAR const Elf32_Rel *rel, FAR const Elf32_Sym

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #5611: docker_linux.yml: Use docker actions to build docker image.

2022-02-24 Thread GitBox
btashton commented on a change in pull request #5611: URL: https://github.com/apache/incubator-nuttx/pull/5611#discussion_r814357067 ## File path: .github/workflows/docker_linux.yml ## @@ -39,25 +39,33 @@ jobs: push: runs-on: ubuntu-latest env: - DOCKER_BUILDK

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5609: arch/xtensa/esp32s2_irq.c: Correctly enable the software interrupt.

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

[incubator-nuttx] branch master updated: arch/xtensa/esp32s2_irq.c: Correctly enable the software interrupt.

2022-02-24 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 dc130b4 arch/xtensa/esp32s2_irq.c: C

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

2022-02-24 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 d625e67 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5606: arch/arm: Remove the empty spinlock.h file

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

[incubator-nuttx] branch master updated: arch/arm: Remove the empty spinlock.h file

2022-02-24 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 25213c4 arch/arm: Remove the empty s

[incubator-nuttx] branch master updated (25213c4 -> de95a85)

2022-02-24 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 25213c4 arch/arm: Remove the empty spinlock.h file add 1173112 libs: armv7-a: Add thumb support to

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5600: Imx6 thumb

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5600: URL: https://github.com/apache/incubator-nuttx/pull/5600 -- 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 (de95a85 -> ea1b491)

2022-02-24 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 de95a85 arch, board: Add thumb support to i.MX6 new add99fe xtensa/esp32s3: Add support for Onesho

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5608: xtensa/esp32s3: Add support for Oneshot timer

2022-02-24 Thread GitBox
xiaoxiang781216 merged pull request #5608: URL: https://github.com/apache/incubator-nuttx/pull/5608 -- 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] 02/03: esp32s3-devkit: Initialize Oneshot timer on bringup

2022-02-24 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 commit 71e872739769b87b3409d3a19ab358a7bb414be0 Author: Gustavo Henrique Nihei AuthorDate: Wed Feb 23 14:44:07 2022

[incubator-nuttx] 01/03: xtensa/esp32s3: Add support for Oneshot timer

2022-02-24 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 commit add99fead3605c366cc57b88b385b0bb07d72359 Author: Gustavo Henrique Nihei AuthorDate: Wed Feb 23 14:42:49 2022

[incubator-nuttx] 03/03: xtensa/esp32s3: Apply minor fixes to documentation and code style

2022-02-24 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 commit ea1b49119ae928ac455c753a7e51d4f88fe8022d Author: Gustavo Henrique Nihei AuthorDate: Thu Feb 24 15:57:24 2022

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #5336: xtensa: use swint to swith context

2022-02-24 Thread GitBox
zhuyanlinzyl commented on pull request #5336: URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1050475357 @Ouss4 Yes, `isync` is enough. I have test on qemu esp32 and our board. -- This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx-apps] branch master updated: apps: Modify oneshot example to let users see it working

2022-02-24 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 0baf524 apps: Modify oneshot e

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1031: apps: Modify oneshot example to let users see it working

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

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5612: boards/arm/stm32: Update adb configs

2022-02-24 Thread GitBox
no1wudi opened a new pull request #5612: URL: https://github.com/apache/incubator-nuttx/pull/5612 ## Summary Works with https://github.com/apache/incubator-nuttx-apps/pull/854, and see #5501 ## Impact adb ## Testing stm32f4 -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5612: boards/arm/stm32: Update adb configs

2022-02-24 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5612: URL: https://github.com/apache/incubator-nuttx/pull/5612#discussion_r814518549 ## File path: boards/arm/stm32/stm32f103-minimum/configs/adb/defconfig ## @@ -40,13 +40,11 @@ CONFIG_FS_PROCFS_EXCLUDE_MOUNTS=y CONFIG_IN

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5612: boards/arm/stm32: Update adb configs

2022-02-24 Thread GitBox
no1wudi commented on a change in pull request #5612: URL: https://github.com/apache/incubator-nuttx/pull/5612#discussion_r814519437 ## File path: boards/arm/stm32/stm32f103-minimum/configs/adb/defconfig ## @@ -40,13 +40,11 @@ CONFIG_FS_PROCFS_EXCLUDE_MOUNTS=y CONFIG_INIT_ENTRY

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5612: boards/arm/stm32: Update adb configs

2022-02-24 Thread GitBox
no1wudi commented on a change in pull request #5612: URL: https://github.com/apache/incubator-nuttx/pull/5612#discussion_r814520295 ## File path: boards/arm/stm32/stm32f4discovery/configs/adb/defconfig ## @@ -44,21 +44,25 @@ CONFIG_INTELHEX_BINARY=y CONFIG_LIBC_ENVPATH=y CONF

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5612: boards/arm/stm32: Update adb configs

2022-02-24 Thread GitBox
no1wudi commented on a change in pull request #5612: URL: https://github.com/apache/incubator-nuttx/pull/5612#discussion_r814520295 ## File path: boards/arm/stm32/stm32f4discovery/configs/adb/defconfig ## @@ -44,21 +44,25 @@ CONFIG_INTELHEX_BINARY=y CONFIG_LIBC_ENVPATH=y CONF

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #5611: docker_linux.yml: Use docker actions to build docker image.

2022-02-24 Thread GitBox
Ouss4 commented on a change in pull request #5611: URL: https://github.com/apache/incubator-nuttx/pull/5611#discussion_r814524540 ## File path: .github/workflows/docker_linux.yml ## @@ -39,25 +39,33 @@ jobs: push: runs-on: ubuntu-latest env: - DOCKER_BUILDKIT:

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5613: arch/risc-v: Update outdated comments

2022-02-24 Thread GitBox
no1wudi opened a new pull request #5613: URL: https://github.com/apache/incubator-nuttx/pull/5613 ## Summary Update some comments ## Impact Comments only ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5610: arch/xtensa: Remove the unused SYS_pthread_exit

2022-02-24 Thread GitBox
xiaoxiang781216 commented on pull request #5610: URL: https://github.com/apache/incubator-nuttx/pull/5610#issuecomment-1050615781 close merge to https://github.com/apache/incubator-nuttx/pull/5607 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #5610: arch/xtensa: Remove the unused SYS_pthread_exit

2022-02-24 Thread GitBox
xiaoxiang781216 closed pull request #5610: URL: https://github.com/apache/incubator-nuttx/pull/5610 -- 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