[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1057: apps: graphics: update licenses to Apache

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #1057: URL: https://github.com/apache/incubator-nuttx-apps/pull/1057#discussion_r823392267 ## File path: graphics/pdcurs34/pdcurses/pdc_util.c ## @@ -1,41 +1,27 @@ /*

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5707: arch/risc-v: Implement SYS_save_context in swint

2022-03-09 Thread GitBox
no1wudi opened a new pull request #5707: URL: https://github.com/apache/incubator-nuttx/pull/5707 ## Summary * Correct FPU register save area in riscv_copystate * Implement SYS_save_context to support riscv_saveusercontext ## Impact New syscall ## Testing rv-virt:ostest wit

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on pull request #929: MCUboot move apps to examples

2022-03-09 Thread GitBox
xiaoxiang781216 edited a comment on pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1063617630 -- 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 sp

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #929: MCUboot move apps to examples

2022-03-09 Thread GitBox
xiaoxiang781216 commented on pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1063617630 Look like no more objection, @nandojve could you run refresh.sh --silent for the follow config to fix the CI fail: modified: boards/arm/samv7/same

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1057: apps: graphics: update licenses to Apache

2022-03-09 Thread GitBox
xiaoxiang781216 commented on pull request #1057: URL: https://github.com/apache/incubator-nuttx-apps/pull/1057#issuecomment-1063616188 @jerpelea there is compiler error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] zhuyanlinzyl closed pull request #5706: armv7-r/armv7-a:syscall:fix fpu error

2022-03-09 Thread GitBox
zhuyanlinzyl closed pull request #5706: URL: https://github.com/apache/incubator-nuttx/pull/5706 -- 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 #5706: armv7-r/armv7-a:syscall:fix fpu error

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5706: URL: https://github.com/apache/incubator-nuttx/pull/5706#discussion_r823292475 ## File path: arch/arm/src/armv7-a/arm_syscall.c ## @@ -238,7 +238,9 @@ uint32_t *arm_syscall(uint32_t *regs) * set will deter

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

2022-03-09 Thread GitBox
xiaoxiang781216 commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1063602647 @masayuki2009 @minabeoki could you take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] zhuyanlinzyl opened a new pull request #5706: armv7-r/armv7-a:syscall:fix fpu error

2022-03-09 Thread GitBox
zhuyanlinzyl opened a new pull request #5706: URL: https://github.com/apache/incubator-nuttx/pull/5706 fix fpu error in syscall ## Summary ## Impact ## Testing sabre-6quad:smp ostest -- This is an automated message from the Apache Git Service. To respond to th

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

2022-03-09 Thread GitBox
xiaoxiang781216 commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1063596709 > Does this PR need to be marked with "breaking change" label (requiring manual changes for out-of-tree boards)? Since the same gcc option can be specifie

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

2022-03-09 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 beb3827 Publishing web

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
hartmannathan commented on pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#issuecomment-1063346619 I can't actually test this right now, but I like the idea that users can disable the common directory for out-of-tree boards. -- This is an automated message fr

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

2022-03-09 Thread GitBox
anchao commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1063278365 @masayuki2009 , About crash of getprime: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1055101966 It seems to be a regression issue cau

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822941672 ## File path: tools/Config.mk ## @@ -149,10 +149,10 @@ ifeq (,$(wildcard $(CUSTOM_BOARD_KPATH))) else BOARD_KCONFIG = $(CUSTOM_BOARD_K

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
pkarashchenko commented on pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#issuecomment-1063189793 > How are the other options going to be used now? I mean those chip specific like STM32_COMMON etc. > Can they be replaced by this new option? > No.

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822908566 ## File path: boards/Kconfig ## @@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH ---help--- Specifies tha

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
gustavonihei commented on a change in pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822906144 ## File path: boards/Kconfig ## @@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH ---help--- Specifies that

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko merged pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686 -- 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] pkarashchenko opened a new pull request #5705: tools: add option to use in-tree board-level common code

2022-03-09 Thread GitBox
pkarashchenko opened a new pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705 ## Summary This PR fix the failure reported by users after https://github.com/apache/incubator-nuttx/pull/5274 ## Impact Custom boards users ## Testing Pass CI --

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5697: boards/arm/stm32[f7|l4]: fix SPI chip select GPIO access

2022-03-09 Thread GitBox
xiaoxiang781216 merged pull request #5697: URL: https://github.com/apache/incubator-nuttx/pull/5697 -- 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 (5ce181e -> 700e091)

2022-03-09 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 5ce181e power:govorner: add govorner to per domain. add 700e091 boards/arm/stm32[f7|l4]: fix SPI c

[incubator-nuttx] branch master updated (69cfe8d -> 5ce181e)

2022-03-09 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 69cfe8d arch/arm: Support setjmp/longjmp for all socs add 5ce181e power:govorner: add govorner to pe

[GitHub] [incubator-nuttx] acassis merged pull request #5701: power:govorner: add govorner to per domain.

2022-03-09 Thread GitBox
acassis merged pull request #5701: URL: https://github.com/apache/incubator-nuttx/pull/5701 -- 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] pkarashchenko commented on a change in pull request #5697: boards/arm/stm32[f7|l4]: fix SPI chip select GPIO access

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5697: URL: https://github.com/apache/incubator-nuttx/pull/5697#discussion_r822811715 ## File path: boards/arm/stm32/nucleo-f429zi/src/stm32_spi.c ## @@ -217,35 +248,41 @@ uint8_t stm32_spi1status(FAR struct spi_dev_s *dev, u

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko commented on pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#issuecomment-1063038447 @acassis I approve this PR to move forward, but please create a follow-up PR to equip newly added files with ``` /***

[incubator-nuttx] branch esp32s3_spiram updated (eecb15c -> 98475b4)

2022-03-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch esp32s3_spiram in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. discard eecb15c xtensa/esp32s3: Add SPI RAM/PSRAM Support add 98475b4 xtensa/esp32s3: Add SPI RAM/PS

[GitHub] [incubator-nuttx-apps] jerpelea commented on pull request #1057: apps: graphics: update licenses to Apache

2022-03-09 Thread GitBox
jerpelea commented on pull request #1057: URL: https://github.com/apache/incubator-nuttx-apps/pull/1057#issuecomment-1063036849 please ignore all nxstyle errors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #1057: apps: graphics: update licenses to Apache

2022-03-09 Thread GitBox
jerpelea opened a new pull request #1057: URL: https://github.com/apache/incubator-nuttx-apps/pull/1057 ## Summary Gregory Nutt is the copyright holder for those files and he has submitted the SGA as a result we can migrate the licenses to Apache. ## Impact LICENSE ##

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
acassis commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822764398 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/*

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
pkarashchenko merged pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703 -- 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: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 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 69cfe8d arch/arm: Support setjm

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822753995 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/***

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822753645 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/***

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822750103 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/***

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822750103 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5689: segger/sysview: add syscall support

2022-03-09 Thread GitBox
xiaoxiang781216 merged pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689 -- 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: sim/segger: enable CONFIG_SCHED_INSTRUMENTATION_SYSCALL

2022-03-09 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 88d59f4d584935cfdc3f7fa33f98f3f1c78a6d2c Author: chao.an AuthorDate: Tue Mar 8 10:59:06 2022 +0800 sim/

[incubator-nuttx] 01/03: segger/sysview: add syscall support

2022-03-09 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 d6bbe4f6a5fe1bd5bb6516ca685cf3dc82fc45cf Author: chao.an AuthorDate: Tue Mar 8 10:58:44 2022 +0800 segg

[incubator-nuttx] branch master updated (8712914 -> 8cead9e)

2022-03-09 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 8712914 AUTHORS: small typo fixes new d6bbe4f segger/sysview: add syscall support new 88d59f4

[incubator-nuttx] 03/03: tools/ci: remove sim:segger from macOS build

2022-03-09 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 8cead9ec25289516d87dc8ce55cb1351b5f76cd6 Author: chao.an AuthorDate: Wed Mar 9 11:50:36 2022 +0800 tool

[incubator-nuttx] 03/03: AUTHORS: small typo fixes

2022-03-09 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 871291477a0cd54e15ef4bd3e1720df18ea6ffec Author: Alin Jerpelea AuthorDate: Wed Mar 9 12:06:37 2022 +

[incubator-nuttx] 02/03: AUTHORS: add Gustavo Henrique Nihei

2022-03-09 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 6570804baac4ea35fa1cd14d2c983a746027d057 Author: Alin Jerpelea AuthorDate: Wed Mar 9 11:31:58 2022 +

[incubator-nuttx] 01/03: AUTHORS: add Brennan Ashton

2022-03-09 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 3476fd61d40f12421a8b3463de6af5283f3848bb Author: Alin Jerpelea AuthorDate: Wed Mar 9 09:04:23 2022 +

[incubator-nuttx] branch master updated (a21a396 -> 8712914)

2022-03-09 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 a21a396 risc-v/mpfs: usb: apply review fixes new 3476fd6 AUTHORS: add Brennan Ashton new 6570

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5704: AUTHORS: add Brennan Ashton

2022-03-09 Thread GitBox
xiaoxiang781216 merged pull request #5704: URL: https://github.com/apache/incubator-nuttx/pull/5704 -- 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 edited a comment on pull request #5701: power:govorner: add govorner to per domain.

2022-03-09 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5701: URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009 > Is it possible to have governor by domain and still be able to define PM_GOVERNOR_CUSTOM on board level ? Yes, user can implement the custom doma

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5701: power:govorner: add govorner to per domain.

2022-03-09 Thread GitBox
xiaoxiang781216 commented on pull request #5701: URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009 > Is it possible to have governor by domain and still be able to define PM_GOVERNOR_CUSTOM on board level ? Yes, user can implement the custom domain and

[incubator-nuttx] branch esp32s3_spiram updated (d913bb9 -> eecb15c)

2022-03-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch esp32s3_spiram in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. omit d913bb9 xtensa/esp32s3: Add SPI RAM/PSRAM Support add eecb15c xtensa/esp32s3: Add SPI RAM/PS

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
acassis commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822671084 ## File path: arch/xtensa/src/esp32s3/esp32s3_spiram.h ## @@ -0,0 +1,209 @@ +/

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-09 Thread GitBox
acassis commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822666471 ## File path: arch/xtensa/src/esp32s3/esp32s3_psram.c ## @@ -0,0 +1,559 @@ +/*

[GitHub] [incubator-nuttx] acassis commented on pull request #5701: power:govorner: add govorner to per domain.

2022-03-09 Thread GitBox
acassis commented on pull request #5701: URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062919008 Is it possible to have governor by domain and still be able to define PM_GOVERNOR_CUSTOM on board level ? -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
no1wudi commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822633145 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,9 @@ * *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822631750 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,9 @@ * *

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1056: examples: migrate licenses to Apache

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

[incubator-nuttx-apps] 02/05: examples: ft80x: update licenses to Apache

2022-03-09 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 commit 6084fdb8ea73ec600b47fb75bbe6f4fad199440e Author: Alin Jerpelea AuthorDate: Wed Mar 9 08:47:20 2022 +000

[incubator-nuttx-apps] 05/05: apps: examples: ft80x: nxstyle fixes

2022-03-09 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 commit a0f9b7d33fbe85b6e55062405eaaf046e89b4b5a Author: Alin Jerpelea AuthorDate: Wed Mar 9 11:15:35 2022 +000

[incubator-nuttx-apps] 03/05: examples: pdcurses: update licenses to Apache

2022-03-09 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 commit bd1444300aabc7731d10de9123dbc957790289bc Author: Alin Jerpelea AuthorDate: Wed Mar 9 09:02:22 2022 +000

[incubator-nuttx-apps] 04/05: LICENSE: document licenses for code found in apps/examples

2022-03-09 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 commit 3cdaa8a14687c4ad09e5db7743abc7d40e06b658 Author: Alin Jerpelea AuthorDate: Wed Mar 9 09:21:28 2022 +000

[incubator-nuttx-apps] 01/05: apps: examples: lis3dsh_reader: fix nxstyle errors

2022-03-09 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 commit 4f0a18c9bb92d5fbcd5c739f1a82f170b9f2cf79 Author: Alin Jerpelea AuthorDate: Wed Mar 9 08:43:28 2022 +000

[incubator-nuttx-apps] branch master updated (f9baa42 -> a0f9b7d)

2022-03-09 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-apps.git. from f9baa42 style: unify path to files in comment section new 4f0a18c apps: examples: lis3dsh_rea

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
no1wudi commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822625488 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,10 @@ *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822622398 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,10 @@ *

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
no1wudi commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822604853 ## File path: arch/Kconfig ## @@ -15,6 +15,7 @@ config ARCH_ARM select ARCH_HAVE_STACKCHECK select ARCH_HAVE_CUSTOMOPT sel

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
no1wudi commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822603578 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,10 @@ *

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #5704: AUTHORS: add Brennan Ashton

2022-03-09 Thread GitBox
gustavonihei commented on pull request #5704: URL: https://github.com/apache/incubator-nuttx/pull/5704#issuecomment-1062864066 There is another typo on the first line of the file: `tha` -> `that`. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx] acassis commented on pull request #5704: AUTHORS: add Brennan Ashton

2022-03-09 Thread GitBox
acassis commented on pull request #5704: URL: https://github.com/apache/incubator-nuttx/pull/5704#issuecomment-1062848799 @jerpelea I found a typo in the list: Falker Atomação Agrícola Ltda -> Falker Automação Agrícola Ltda -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx-apps] jerpelea commented on pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
jerpelea commented on pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#issuecomment-1062843247 please ignore pdcourses nxstyle warnings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822520975 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -64,7 +59,10 @@ * **

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822521490 ## File path: examples/lis3dsh_reader/lis3dsh_reader_main.c ## @@ -49,7 +53,7 @@ #include /

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822515099 ## File path: examples/lis3dsh_reader/lis3dsh_reader_main.c ## @@ -49,7 +53,7 @@ #include /**

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822442597 ## File path: examples/lis3dsh_reader/lis3dsh_reader_main.c ## @@ -49,7 +53,7 @@ #include /

[GitHub] [incubator-nuttx-apps] jerpelea commented on a change in pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
jerpelea commented on a change in pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822435714 ## File path: examples/lis3dsh_reader/lis3dsh_reader_main.c ## @@ -49,7 +53,7 @@ #include /***

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #5704: AUTHORS: add Brennan Ashton

2022-03-09 Thread GitBox
jerpelea opened a new pull request #5704: URL: https://github.com/apache/incubator-nuttx/pull/5704 ## Summary Brennan Ashton has submitted the ICLA and we are adding his name to the AUTHORS list. ## Impact AUTHORS ## Testing NONE -- This is an automated message

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822425999 ## File path: libs/libc/machine/arm/gnu/arch_setjmp.S ## @@ -24,10 +24,6 @@ #include -/*

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
pkarashchenko commented on a change in pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822423530 ## File path: examples/lis3dsh_reader/lis3dsh_reader_main.c ## @@ -49,7 +53,7 @@ #include /**

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5703: arch/arm: Support setjmp/longjmp for all socs

2022-03-09 Thread GitBox
no1wudi opened a new pull request #5703: URL: https://github.com/apache/incubator-nuttx/pull/5703 ## Summary After check the official specification of ARM ISA and Thumb ISA, the arch_setjmp_thumb.S are written by arm unified assembly language, so it easy to make it works for ARM and

[GitHub] [incubator-nuttx-apps] jerpelea opened a new pull request #1056: examples: migrate licenses to Apache

2022-03-09 Thread GitBox
jerpelea opened a new pull request #1056: URL: https://github.com/apache/incubator-nuttx-apps/pull/1056 ## Summary Gregory Nutt is the copyright holder for those files and he has submitted the SGA as a result we can migrate the licenses to Apache. ## Impact LICENSE ##

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5702: risc-v/mpfs: usb: apply review fixes

2022-03-09 Thread GitBox
pkarashchenko merged pull request #5702: URL: https://github.com/apache/incubator-nuttx/pull/5702 -- 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: risc-v/mpfs: usb: apply review fixes

2022-03-09 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 a21a396 risc-v/mpfs: usb: apply

[incubator-nuttx] 02/03: tools/mkallsyms: add support to generate the symbol table without const

2022-03-09 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 commit 99ba405535adea6327bf1e326ab1733649e1f85d Author: chao.an AuthorDate: Wed Mar 9 00:50:52 2022 +0800

[incubator-nuttx] 03/03: arch/sim: add all symbols support

2022-03-09 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 commit ba2cb65a9197b0517ace1eada3347d25b10e5d73 Author: chao.an AuthorDate: Tue Mar 8 22:33:50 2022 +0800

[incubator-nuttx] branch master updated (c6e636a -> ba2cb65)

2022-03-09 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.git. from c6e636a arch/risc-v: Save/Load float register in setjmp new 82f90e4 libs/vsprintf: fix the typ

[incubator-nuttx] 01/03: libs/vsprintf: fix the type issue

2022-03-09 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 commit 82f90e4c330b114aa3519e09c9eff0e32f9767a5 Author: chao.an AuthorDate: Tue Mar 8 22:28:44 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5696: arch/sim: add all symbols support

2022-03-09 Thread GitBox
pkarashchenko merged pull request #5696: URL: https://github.com/apache/incubator-nuttx/pull/5696 -- 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] pkarashchenko merged pull request #5695: arch/risc-v: Save/Load float register in setjmp

2022-03-09 Thread GitBox
pkarashchenko merged pull request #5695: URL: https://github.com/apache/incubator-nuttx/pull/5695 -- 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/02: arch/risc-v: Save/Load float register in setjmp

2022-03-09 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 commit c6e636a871132df375c8fb9e8dec82a80a4b16eb Author: Huang Qi AuthorDate: Tue Mar 8 21:17:58 2022 +0800

[incubator-nuttx] 01/02: arch/risc-v: Correct handling of QPFPU and DPFPU

2022-03-09 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 commit 8dedf1d9afe90214dc521c92eddd7403d827bdff Author: Huang Qi AuthorDate: Wed Mar 9 09:10:44 2022 +0800

[incubator-nuttx] branch master updated (b690262 -> c6e636a)

2022-03-09 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.git. from b690262 input/buttons: Always protect the resource by critical section new 8dedf1d arch/risc-v

[incubator-nuttx] 01/03: input/ajoystck: Always protect the resource by critical section

2022-03-09 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 commit a924d7a17ed1b421f9f1a817c611851c5a946929 Author: Xiang Xiao AuthorDate: Tue Jan 11 17:36:09 2022 +0800

[incubator-nuttx] 02/03: input/djoystck: Always protect the resource by critical section

2022-03-09 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 commit f884e647ec78930042f9d4d7df27ee1066078a9e Author: Xiang Xiao AuthorDate: Sun Feb 27 04:36:30 2022 +0800

[incubator-nuttx] 03/03: input/buttons: Always protect the resource by critical section

2022-03-09 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 commit b690262aac1b459d3e380531ff11c0c3432e862a Author: Xiang Xiao AuthorDate: Sun Feb 27 15:52:59 2022 +0800

[incubator-nuttx] branch master updated (4a29fa9 -> b690262)

2022-03-09 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.git. from 4a29fa9 xtensa/esp32s3: Enable SMP support new a924d7a input/ajoystck: Always protect the reso

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5204: joystck/buttons: Always protect the open list by critical section

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