[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5690: libc/gettext: Support the plural format

2022-03-07 Thread GitBox
xiaoxiang781216 opened a new pull request #5690: URL: https://github.com/apache/incubator-nuttx/pull/5690 ## Summary ## Impact New feature ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5476: boards: Remove -fno-builtin

2022-03-07 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5476: URL: https://github.com/apache/incubator-nuttx/pull/5476#issuecomment-1057071027 After removing -no-builtin, the compiler can catch more coding error: #5519 https://github.com/apache/incubator-nuttx/pull/5476/commits/98a361c3461c

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #1052: system/hexed: fix error: 'memset' used with length equal to number of elements without multiplication by element size

2022-03-07 Thread GitBox
xiaoxiang781216 opened a new pull request #1052: URL: https://github.com/apache/incubator-nuttx-apps/pull/1052 ## Summary Report here: https://github.com/apache/incubator-nuttx/runs/5458719278?check_suite_focus=true ## Impact Minor ## Testing Pass CI -- This is

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3488: stm32h7: Adds tickless support.

2022-03-07 Thread GitBox
xiaoxiang781216 commented on pull request #3488: URL: https://github.com/apache/incubator-nuttx/pull/3488#issuecomment-1061421802 @antmerlino please fix the style warning: ``` Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/arch/arm/src/stm32h7/stm32_tim.h:142:27: erro

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1050: webclient: Remove a duplicated "Connection:" header

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #1050: URL: https://github.com/apache/incubator-nuttx-apps/pull/1050 -- 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] branch master updated: webclient: Remove a duplicated "Connection:" header

2022-03-07 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 f2737a2 webclient: Remove a du

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1051: webclient: Remove an inappropriate comment (a copy-and-paste botch)

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #1051: URL: https://github.com/apache/incubator-nuttx-apps/pull/1051 -- 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] branch master updated: webclient: Remove an inappropriate comment (a copy-and-paste botch)

2022-03-07 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 8a5dc04 webclient: Remove an i

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821284011 ## File path: drivers/segger/note_sysview.c ## @@ -40,12 +40,17 @@ struct sysview_s { - unsigned int irq[CONFIG_SMP_NCPUS]; + un

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821283908 ## File path: drivers/segger/note_sysview.c ## @@ -40,12 +40,17 @@ struct sysview_s { - unsigned int irq[CONFIG_SMP_NCPUS]; + un

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821283332 ## File path: drivers/segger/note_sysview.c ## @@ -310,6 +399,42 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool enter) } #endif

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821283125 ## File path: drivers/segger/note_sysview.c ## @@ -189,6 +202,82 @@ static bool sysview_isenabled_irq(int irq, bool enter) if ((g_sysview.mode.f

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821282912 ## File path: drivers/segger/note_sysview.c ## @@ -310,6 +399,42 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool enter) } #endif

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821282854 ## File path: drivers/segger/note_sysview.c ## @@ -310,6 +399,42 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool enter) } #endif

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821282635 ## File path: drivers/segger/note_sysview.c ## @@ -40,12 +40,17 @@ struct sysview_s { - unsigned int irq[CONFIG_SMP_NCPUS]; + un

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

2022-03-07 Thread GitBox
lipan118 edited a comment on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1061343686 > 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 com

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

2022-03-07 Thread GitBox
lipan118 edited a comment on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1061343686 > 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 com

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

2022-03-07 Thread GitBox
lipan118 edited a comment on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1061343686 > 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 com

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

2022-03-07 Thread GitBox
lipan118 commented on pull request #5523: URL: https://github.com/apache/incubator-nuttx/pull/5523#issuecomment-1061343686 > 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 ab

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #1051: webclient: Remove an inappropriate comment (a copy-and-paste botch)

2022-03-07 Thread GitBox
yamt opened a new pull request #1051: URL: https://github.com/apache/incubator-nuttx-apps/pull/1051 ## Summary webclient: Remove an inappropriate comment (a copy-and-paste botch) ## Impact ## Testing compile and nxstyle -- This is an automated message from the Apac

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #1050: webclient: Remove a duplicated "Connection:" header

2022-03-07 Thread GitBox
yamt opened a new pull request #1050: URL: https://github.com/apache/incubator-nuttx-apps/pull/1050 ## Summary When making the following change, I haven't noticed that g_httpuseragentfields contains a "Connection" header. ``` commit 092ce815a9b287554e59e3150bab3d67bed

[incubator-nuttx-apps] branch master updated (81b9be5 -> 44e80ac)

2022-03-07 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 81b9be5 examples/serialrx: implement option to print string characters new 3759da3 webclient:

[incubator-nuttx-apps] 03/04: webclient: Always use "connection: close" for HTTP 1.1 for now

2022-03-07 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 092ce815a9b287554e59e3150bab3d67bedb Author: YAMAMOTO Takashi AuthorDate: Mon Mar 7 09:30:23 2022 +

[incubator-nuttx-apps] 04/04: webclient: Implement chunked transfer (receiving side)

2022-03-07 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 44e80ac972cdff22456993b220d7832215751f31 Author: YAMAMOTO Takashi AuthorDate: Mon Mar 7 12:48:59 2022 +

[incubator-nuttx-apps] 01/04: webclient: Add a parameter to specifiy protocol version

2022-03-07 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 3759da3d00697cd80c4e1d90790063b867379710 Author: YAMAMOTO Takashi AuthorDate: Mon Mar 7 09:29:17 2022 +

[incubator-nuttx-apps] 02/04: webclient: Send HTTP 1.1 request if enabled

2022-03-07 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 7949059ec2891f65e2db398158a9a244f1faea8c Author: YAMAMOTO Takashi AuthorDate: Mon Mar 7 09:29:55 2022 +

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1046: webclient: minimum HTTP 1.1 support

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #1046: URL: https://github.com/apache/incubator-nuttx-apps/pull/1046 -- 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] branch master updated: examples/serialrx: implement option to print string characters

2022-03-07 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 81b9be5 examples/serialrx: imp

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1049: examples/serialrx: implement option to print string characters

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #1049: URL: https://github.com/apache/incubator-nuttx-apps/pull/1049 -- 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-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: a14ed025718949c487635b92558016d4954b6048

2022-03-07 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 b0cf8b3 Publishing web

[incubator-nuttx] branch esp32s3_spiram updated (b314b92 -> d31aa08)

2022-03-07 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 b314b92 xtensa/esp32s3: Add SPI RAM/PSRAM Support add d31aa08 xtensa/esp32s3: Add SPI RAM/PS

[incubator-nuttx] branch esp32s3_spiram updated (08310a1 -> b314b92)

2022-03-07 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 08310a1 xtensa/esp32s3: Add SPI RAM/PSRAM Support add b314b92 xtensa/esp32s3: Add SPI RAM/PS

[GitHub] [incubator-nuttx-apps] michallenc commented on a change in pull request #1049: examples/serialrx: implement option to print string characters

2022-03-07 Thread GitBox
michallenc commented on a change in pull request #1049: URL: https://github.com/apache/incubator-nuttx-apps/pull/1049#discussion_r821025289 ## File path: examples/serialrx/serialrx_main.c ## @@ -175,7 +175,14 @@ int main(int argc, FAR char *argv[]) }

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

2022-03-07 Thread GitBox
gustavonihei commented on a change in pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r821017452 ## File path: arch/xtensa/src/esp32s3/esp32s3_allocateheap.c ## @@ -80,5 +83,11 @@ void up_allocate_heap(void **heap_start, size_t *heap_size

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r820950224 ## File path: drivers/segger/note_sysview.c ## @@ -40,12 +40,17 @@ struct sysview_s { - unsigned int irq[CONFIG_SMP_NCPU

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1048: apps: update licenses to Apache

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048 -- 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] 13/14: apps: wireless: ieee802154: nxstyle fixes

2022-03-07 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 73258b3b39c1b297391c7f00ac20c85d8353a4e8 Author: Alin Jerpelea AuthorDate: Mon Mar 7 15:11:14 2022 +000

[incubator-nuttx-apps] 09/14: Makefile: update licenses to Apache

2022-03-07 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 cd79a79d000f380af47e5acd97885e3d4d0a5539 Author: Alin Jerpelea AuthorDate: Mon Mar 7 14:13:45 2022 +000

[incubator-nuttx-apps] 14/14: apps: examples: fboverlay: update licenses to Apache

2022-03-07 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 5b4c891b7b23923ca9ee0d610003b6fcd312bcd4 Author: Alin Jerpelea AuthorDate: Mon Mar 7 15:17:30 2022 +000

[incubator-nuttx-apps] 08/14: apps: wireless: ieee802154: update licenses to Apache

2022-03-07 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 c7c556ebae0528fd5dc0daf2d0fc4b2d2553a097 Author: Alin Jerpelea AuthorDate: Mon Mar 7 14:05:57 2022 +000

[incubator-nuttx-apps] 10/14: apps: examples: powermonitor: update licenses to Apache

2022-03-07 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 db53ca66b64fa9e3b527f8a0a5ca2c2bcabaf248 Author: Alin Jerpelea AuthorDate: Mon Mar 7 14:22:16 2022 +000

[incubator-nuttx-apps] 11/14: apps: graphics: Jose Pablo Carballo: update licenses to Apache

2022-03-07 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 c6ed25aa162b22987e49e20f9a9ab6c6de9af376 Author: Alin Jerpelea AuthorDate: Mon Mar 7 14:30:18 2022 +000

[incubator-nuttx-apps] 04/14: apps: examples: calib_udelay: update licenses to Apache

2022-03-07 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 7dfbedf9616a1c50192772666fd1d55d28d8caf1 Author: Alin Jerpelea AuthorDate: Mon Mar 7 12:40:29 2022 +000

[incubator-nuttx-apps] 12/14: apps: examples: powermonitor: nxstyle fixes

2022-03-07 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 6ccf6db2739ecaa4a521189f34fab527feb85454 Author: Alin Jerpelea AuthorDate: Mon Mar 7 14:45:34 2022 +000

[incubator-nuttx-apps] 02/14: LICENSE: document licenses for apps/gpsutils/minmea

2022-03-07 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 b91b97be38f89577c85343ad56d3452115f02414 Author: Alin Jerpelea AuthorDate: Mon Mar 7 12:32:07 2022 +000

[incubator-nuttx-apps] 03/14: apps: testing: ostest: update licenses to Apache

2022-03-07 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 f57c59ff547a41c034270ce09cdb2c8ae3b2b4d0 Author: Alin Jerpelea AuthorDate: Mon Mar 7 12:38:24 2022 +000

[incubator-nuttx-apps] 06/14: apps: examples: calib_udelay: nxstyle fixes

2022-03-07 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 7f0c835edfe232569a5530eaacd88c90bbfcb71f Author: Alin Jerpelea AuthorDate: Mon Mar 7 13:44:25 2022 +000

[incubator-nuttx-apps] branch master updated (b5f14a2 -> 5b4c891)

2022-03-07 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 b5f14a2 examples/chrono: Fix the compiler warning when -fno-builtin isn't set new 5886bf2 ap

[incubator-nuttx-apps] 05/14: apps: examples: usrsocktest: update licenses to Apache

2022-03-07 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 59a62a91ab6f2bd20f24e003938b7d6e746f371c Author: Alin Jerpelea AuthorDate: Mon Mar 7 12:58:25 2022 +000

[incubator-nuttx-apps] 01/14: apps: canutils: Makefiles: update licenses to Apache

2022-03-07 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 5886bf29a16856dc53d2de5c8484f053be17bda6 Author: Alin Jerpelea AuthorDate: Mon Mar 7 12:27:53 2022 +000

[incubator-nuttx-apps] 07/14: apps: testing: ostest: nxstyle fixes

2022-03-07 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 e0499fea49df1197df5f0cde5e97402e9c9bafed Author: Alin Jerpelea AuthorDate: Mon Mar 7 13:33:53 2022 +000

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1049: examples/serialrx: implement option to print string characters

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1049: URL: https://github.com/apache/incubator-nuttx-apps/pull/1049#discussion_r820949279 ## File path: examples/serialrx/serialrx_main.c ## @@ -175,7 +175,14 @@ int main(int argc, FAR char *argv[]) }

[GitHub] [incubator-nuttx-apps] michallenc opened a new pull request #1049: examples/serialrx: implement option to print string characters

2022-03-07 Thread GitBox
michallenc opened a new pull request #1049: URL: https://github.com/apache/incubator-nuttx-apps/pull/1049 ## Summary The option CONFIG_EXAMPLES_SERIALRX_PRINTSTR was available in the configuration but was not implemented in the source code. This commit implements the option. ## I

[incubator-nuttx] branch master updated: sim/syscall: add syscall note support in the flat build

2022-03-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new a14ed02 sim/syscall: add syscall no

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5685: sim/syscall: add syscall note support in the flat build

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #5685: URL: https://github.com/apache/incubator-nuttx/pull/5685 -- 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 opened a new pull request #5689: segger/sysview: add syscall support

2022-03-07 Thread GitBox
anchao opened a new pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689 ## Summary segger/sysview: add syscall support ## Impact N/A ## Testing ci check -- This is an automated message from the Apache Git Service. To respond to t

[incubator-nuttx] branch master updated (9812826 -> 1e7e1ca)

2022-03-07 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 9812826 xtensa:backtrace: fix backtrace last buffer error in some scene add 1e7e1ca Update instal

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5687: Update install.rst

2022-03-07 Thread GitBox
xiaoxiang781216 merged pull request #5687: URL: https://github.com/apache/incubator-nuttx/pull/5687 -- 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-apps] branch master updated: examples/chrono: Fix the compiler warning when -fno-builtin isn't set

2022-03-07 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 b5f14a2 examples/chrono: F

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1047: examples/chrono: Fix the compiler warning when -fno-builtin isn't set

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

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #5688: MPFS USB driver

2022-03-07 Thread GitBox
eenurkka opened a new pull request #5688: URL: https://github.com/apache/incubator-nuttx/pull/5688 ## Summary This adds a simple USB device driver for the MPFS boards. This is a preliminary feature: it's not tested very thoroughly, but will get fixes later. This is something we will

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

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048#discussion_r820744203 ## File path: examples/calib_udelay/calib_udelay_main.c ## @@ -260,11 +260,11 @@ int main(int argc, FAR char *argv[]) loop_c

[GitHub] [incubator-nuttx] simbit18 opened a new pull request #5687: Update install.rst

2022-03-07 Thread GitBox
simbit18 opened a new pull request #5687: URL: https://github.com/apache/incubator-nuttx/pull/5687 ## Summary update tip incorrect link Apache NuttX CI helper and Docker container ## Impact documentation only. ## Testing N/A -- This is an automated message from

[GitHub] [incubator-nuttx-apps] jerpelea edited a comment on pull request #1048: apps: update licenses to Apache

2022-03-07 Thread GitBox
jerpelea edited a comment on pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048#issuecomment-1060700622 @xiaoxiang781216 I always do it, when it makes sense. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2022-03-07 Thread GitBox
jerpelea commented on pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048#issuecomment-1060700622 @xiaoxiang781216 I always do it in, when it makes sense, a separate patch -- This is an automated message from the Apache Git Service. To respond to the message

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

2022-03-07 Thread GitBox
xiaoxiang781216 commented on pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048#issuecomment-1060675598 @jerpelea should we fix the style too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-nuttx] acassis opened a new pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

2022-03-07 Thread GitBox
acassis opened a new pull request #5686: URL: https://github.com/apache/incubator-nuttx/pull/5686 ## Summary ## Impact ## Testing -- 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

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

2022-03-07 Thread GitBox
jerpelea opened a new pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048 ## Summary Gregory Nutt has submitted the SGA and Haltian Ltd has submitted the SGA as a result we can migrate the licenses to Apache. ## Impact LICENSE ## Test

[incubator-nuttx] branch master updated (08310a1 -> 9812826)

2022-03-07 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. omit 08310a1 xtensa/esp32s3: Add SPI RAM/PSRAM Support This update removed existing revisions from the referen

[incubator-nuttx] branch master updated (9812826 -> 08310a1)

2022-03-07 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 9812826 xtensa:backtrace: fix backtrace last buffer error in some scene add 08310a1 xtensa/esp32s3:

[incubator-nuttx] branch esp32s3_spiram created (now 08310a1)

2022-03-07 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. at 08310a1 xtensa/esp32s3: Add SPI RAM/PSRAM Support This branch includes the following new commits:

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5476: boards: Remove -fno-builtin

2022-03-07 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5476: URL: https://github.com/apache/incubator-nuttx/pull/5476#issuecomment-1057071027 After removing -no-builtin, the compiler can catch more coding error: #5519 https://github.com/apache/incubator-nuttx/pull/5476/commits/98a361c3461c

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

2022-03-07 Thread GitBox
anchao commented on pull request #5672: URL: https://github.com/apache/incubator-nuttx/pull/5672#issuecomment-1060649173 > I remember that https://github.com/apache/incubator-nuttx/pull/2960 changed sigdeliver handling for SMP. Do you think that this issue relates to the above PR?

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #1047: examples/chrono: Fix the compiler warning when -fno-builtin isn't set

2022-03-07 Thread GitBox
xiaoxiang781216 opened a new pull request #1047: URL: https://github.com/apache/incubator-nuttx-apps/pull/1047 ## Summary ``` Error: chrono_main.c:434:51: error: '%01ld' directive output may be truncated writing between 1 and 3 bytes into a region of size between 2 and 10 [-Werror=fo

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5685: sim/syscall: add syscall note support in the flat build

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5685: URL: https://github.com/apache/incubator-nuttx/pull/5685#discussion_r820657592 ## File path: arch/sim/include/syscall.h ## @@ -33,6 +33,8 @@ * Pre-processor Definitions

[GitHub] [incubator-nuttx] anchao opened a new pull request #5685: sim/syscall: add syscall support in the flat build

2022-03-07 Thread GitBox
anchao opened a new pull request #5685: URL: https://github.com/apache/incubator-nuttx/pull/5685 ## Summary sim/syscall: add syscall support in the flat build ## Impact N/A ## Testing build sim with CONFIG_SCHED_INSTRUMENTATION_SYSCALL ci check -- Thi

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #1046: webclient: minimum HTTP 1.1 support

2022-03-07 Thread GitBox
yamt commented on a change in pull request #1046: URL: https://github.com/apache/incubator-nuttx-apps/pull/1046#discussion_r820629336 ## File path: netutils/webclient/webclient.c ## @@ -174,7 +179,8 @@ struct conn_s /* flags for wget_s::internal_flags */ -#defineW

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1046: webclient: minimum HTTP 1.1 support

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1046: URL: https://github.com/apache/incubator-nuttx-apps/pull/1046#discussion_r820621436 ## File path: netutils/webclient/webclient.c ## @@ -174,7 +179,8 @@ struct conn_s /* flags for wget_s::internal_flags */ -#defi

[incubator-nuttx-apps] branch master updated: Fix compiler warning

2022-03-07 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 aac20c3 Fix compiler warni

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1045: Fix compiler warning

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1045: Fix compiler warning

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1045: URL: https://github.com/apache/incubator-nuttx-apps/pull/1045#discussion_r820619028 ## File path: examples/chrono/chrono_main.c ## @@ -393,7 +393,7 @@ int main(int argc, FAR char *argv[]) { /* Cop

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1045: Fix compiler warning

2022-03-07 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1045: URL: https://github.com/apache/incubator-nuttx-apps/pull/1045#discussion_r820619028 ## File path: examples/chrono/chrono_main.c ## @@ -393,7 +393,7 @@ int main(int argc, FAR char *argv[]) { /* Cop

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1045: Fix compiler warning

2022-03-07 Thread GitBox
pkarashchenko commented on a change in pull request #1045: URL: https://github.com/apache/incubator-nuttx-apps/pull/1045#discussion_r820590282 ## File path: examples/chrono/chrono_main.c ## @@ -393,7 +393,7 @@ int main(int argc, FAR char *argv[]) { /* Copy

[incubator-nuttx] branch master updated (5659f68 -> 9812826)

2022-03-07 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 5659f68 boards/sim: Add adb config for test add 9812826 xtensa:backtrace: fix backtrace last buf

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5684: xtensa:backtrace: fix backtrace last buffer error in some scene

2022-03-07 Thread GitBox
Ouss4 merged pull request #5684: URL: https://github.com/apache/incubator-nuttx/pull/5684 -- 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] Ouss4 commented on a change in pull request #5683: riscv/xtensa: corrent dumpstate xcp size

2022-03-07 Thread GitBox
Ouss4 commented on a change in pull request #5683: URL: https://github.com/apache/incubator-nuttx/pull/5683#discussion_r820513259 ## File path: arch/xtensa/src/common/xtensa_dumpstate.c ## @@ -288,7 +288,7 @@ void xtensa_dumpstate(void) if (CURRENT_REGS) { memcpy

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #1046: webclient: minimum HTTP 1.1 support

2022-03-07 Thread GitBox
yamt opened a new pull request #1046: URL: https://github.com/apache/incubator-nuttx-apps/pull/1046 ## Summary Add minimum HTTP 1.1 support. My motivation is to be able to communicate with a server which rejects HTTP 1.0. ## Impact ## Testing A version ported to l