[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1600: logging/nxscope: add a mention of available client tools for NxScope

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #1600: URL: https://github.com/apache/nuttx-apps/pull/1600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: logging/nxscope: add a mention of available client tools for NxScope

2023-02-27 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new a594bbda7 logging/nxscope: add a mention

[GitHub] [nuttx] yamt commented on pull request #8201: Make 64-bit time_t unsigned

2023-02-27 Thread via GitHub
yamt commented on PR #8201: URL: https://github.com/apache/nuttx/pull/8201#issuecomment-1445891189 the last push was a conflict resolution -- 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 spec

[GitHub] [nuttx-apps] michallenc opened a new pull request, #1602: pwm: update channel range with support of 0 and -1

2023-02-27 Thread via GitHub
michallenc opened a new pull request, #1602: URL: https://github.com/apache/nuttx-apps/pull/1602 ## Summary PWM drivers support channel numbers 0 (skip the channel) and -1 (skip this channel and all following channels). This commit enables usage of this numbers in PWM example application

[GitHub] [nuttx-apps] jerpelea merged pull request #1597: add "hello_nim" example application written in Nim.

2023-02-27 Thread via GitHub
jerpelea merged PR #1597: URL: https://github.com/apache/nuttx-apps/pull/1597 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[nuttx-apps] branch master updated: add "hello_nim" example application written by Nim.

2023-02-27 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new c785e3218 add "hello_nim" example applicat

[GitHub] [nuttx] no1wudi opened a new pull request, #8667: driver/pty: Map CR->LF from terminal input

2023-02-27 Thread via GitHub
no1wudi opened a new pull request, #8667: URL: https://github.com/apache/nuttx/pull/8667 ## Summary NuttX only treat \n as new line after https://github.com/apache/nuttx/pull/8628, so need this conversion to interact with terminal emulator. ## Impact pty driver ## Testin

[GitHub] [nuttx] Donny9 opened a new pull request, #8668: mm/circbuf: fix minor issue about update buffer head

2023-02-27 Thread via GitHub
Donny9 opened a new pull request, #8668: URL: https://github.com/apache/nuttx/pull/8668 ## Summary mm/circbuf: fix minor issue about update buffer head Update head pointer with skip before write buffer. This patch is related to https://github.com/apache/nuttx/pull/8650.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8667: driver/pty: Map CR->LF from terminal input

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #8667: URL: https://github.com/apache/nuttx/pull/8667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated: driver/pty: Map CR->LF from terminal input

2023-02-27 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new b178ce4da9 driver/pty: Map CR->LF from termina

[GitHub] [nuttx] no1wudi commented on pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
no1wudi commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1446404017 A temp buffer added for vdprintf. -- 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 specifi

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1602: pwm: update channel range with support of 0 and -1

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #1602: URL: https://github.com/apache/nuttx-apps/pull/1602 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: pwm: update channel range with support of 0 and -1

2023-02-27 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 99b99c8c5 pwm: update channel range with

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8668: mm/circbuf: fix minor issue about update buffer head

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #8668: URL: https://github.com/apache/nuttx/pull/8668 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated: mm/circbuf: fix minor issue about update buffer head

2023-02-27 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 81825bc003 mm/circbuf: fix minor issue about u

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8641: URL: https://github.com/apache/nuttx/pull/8641#discussion_r1118873360 ## libs/libc/stream/lib_bufferedoutstream.c: ## @@ -0,0 +1,146 @@ +/ + * libs/libc/str

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1446532030 @masayuki2009 does this patch fix your issue? -- 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

[GitHub] [nuttx] btashton commented on pull request #8646: Usb: add sim usb device and host driver

2023-02-27 Thread via GitHub
btashton commented on PR #8646: URL: https://github.com/apache/nuttx/pull/8646#issuecomment-1446561897 I noticed that we are running out of space again on the docker image build/push so I don't think the image got updated :(. I think I know how to free up some more space on the worker that

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8646: Usb: add sim usb device and host driver

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on PR #8646: URL: https://github.com/apache/nuttx/pull/8646#issuecomment-1446567232 > I noticed that we are running out of space again on the docker image build/push so I don't think the image got updated :(. I think I know how to free up some more space on the wor

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8663: Don't download tarball if a local git repo found

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #8663: URL: https://github.com/apache/nuttx/pull/8663 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated (81825bc003 -> 8a389a06e1)

2023-02-27 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/nuttx.git from 81825bc003 mm/circbuf: fix minor issue about update buffer head add 8a389a06e1 Don't download tarball if a loca

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8201: Make 64-bit time_t unsigned

2023-02-27 Thread via GitHub
xiaoxiang781216 merged PR #8201: URL: https://github.com/apache/nuttx/pull/8201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] 01/02: Make 64-bit time_t unsigned

2023-02-27 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/nuttx.git commit 892ecb4e40021ac887000ff98b3197dd524f8a23 Author: YAMAMOTO Takashi AuthorDate: Fri Jan 20 18:42:31 2023 +0900 Make

[nuttx] branch master updated (8a389a06e1 -> e9158efd42)

2023-02-27 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/nuttx.git from 8a389a06e1 Don't download tarball if a local git repo found new 892ecb4e40 Make 64-bit time_t unsigned new

[nuttx] 02/02: libcxx.defs: Disable a warning and explain why

2023-02-27 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/nuttx.git commit e9158efd4256fa99ec383126f055b9ee7fc406d4 Author: YAMAMOTO Takashi AuthorDate: Fri Jan 20 22:17:20 2023 +0900 libc

[GitHub] [nuttx] acassis commented on issue #8662: STM32 Board can't boot if CONFIG_FS_PROCFS=y

2023-02-27 Thread via GitHub
acassis commented on issue #8662: URL: https://github.com/apache/nuttx/issues/8662#issuecomment-1446871091 Hi @jinyongiot, please enable the DEBUG FS to get more information about the issue: $ make menuconfig Build Setup ---> Debug Options ---> [*] Enable Debug Features [*]

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1119152568 ## arch/arm64/src/common/arm64_arch.h: ## @@ -529,6 +539,44 @@ void arm64_cpu_enable(void); # define arm64_cpu_enable() #endif +/

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1119225224 ## arch/arm64/src/common/arm64_gicv3.c: ## @@ -577,8 +613,8 @@ static void arm64_gic_init(void) int err; cpu = this_cpu(); - gic_rdis

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1119157471 ## arch/arm64/src/common/arm64_arch.h: ## @@ -529,6 +539,44 @@ void arm64_cpu_enable(void); # define arm64_cpu_enable() #endif +/

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1119152568 ## arch/arm64/src/common/arm64_arch.h: ## @@ -529,6 +539,44 @@ void arm64_cpu_enable(void); # define arm64_cpu_enable() #endif +/

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1119229289 ## arch/arm64/src/common/arm64_arch.h: ## @@ -529,6 +539,44 @@ void arm64_cpu_enable(void); # define arm64_cpu_enable() #endif +/

[GitHub] [nuttx] masayuki2009 commented on pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
masayuki2009 commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1447282413 >@masayuki2009 does this patch fix your issue? @no1wudi @xiaoxiang781216 Yes, the issue has been resolved. -- This is an automated message from the Apache Git Service.

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: e9158efd4256fa99ec383126f055b9ee7fc406d4

2023-02-27 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 2e3950ee Publishing web: b50f5ca4

[GitHub] [nuttx] masayuki2009 commented on pull request #8643: risc-v: SV32 MMU support for qemu-rv (WIP)

2023-02-27 Thread via GitHub
masayuki2009 commented on PR #8643: URL: https://github.com/apache/nuttx/pull/8643#issuecomment-1447333663 @g2gps ``` Configuration/Tool: rv-virt/knsh32

[GitHub] [nuttx] masayuki2009 commented on pull request #8665: arm64: ARMv8-r(Cortex-R82) support

2023-02-27 Thread via GitHub
masayuki2009 commented on PR #8665: URL: https://github.com/apache/nuttx/pull/8665#issuecomment-1447340400 @qinwei2004 I think we should divide one commit into smaller ones. For example, PSCI related changs. MPIDR related changes, Cortex-R related changes and so on. -- This is an

[GitHub] [nuttx] no1wudi commented on a diff in pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
no1wudi commented on code in PR #8641: URL: https://github.com/apache/nuttx/pull/8641#discussion_r1119544042 ## include/nuttx/streams.h: ## @@ -217,6 +217,14 @@ struct lib_rawsostream_s intfd; }; +struct lib_bufferedoutstream_s +{ + struct lib_outstrea

[GitHub] [nuttx-apps] anchao opened a new pull request, #1603: Application: fix multiple main target mismatch during incremental compile

2023-02-27 Thread via GitHub
anchao opened a new pull request, #1603: URL: https://github.com/apache/nuttx-apps/pull/1603 ## Summary Application: fix multiple main target mismatch during incremental compile MAINSRC will fail to match with PROGNAME if one of main source is changed in incremental compilation

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8641: stdio: Implement simple buffered out stream for vdprintf

2023-02-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #8641: URL: https://github.com/apache/nuttx/pull/8641#discussion_r1119669914 ## libs/libc/stream/lib_bufferedoutstream.c: ## @@ -0,0 +1,154 @@ +/ + * libs/libc/str