[GitHub] [nuttx] masayuki2009 commented on pull request #9297: virtio: add virtio framework in NuttX

2023-06-30 Thread via GitHub
masayuki2009 commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1615539442 @CV-Bowen Could you please rebase this PR after https://github.com/apache/nuttx/pull/9660 is merged? -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx] masayuki2009 opened a new pull request, #9660: boards: qemu-armv8a: Add defconfigs for hypervisor

2023-06-30 Thread via GitHub
masayuki2009 opened a new pull request, #9660: URL: https://github.com/apache/nuttx/pull/9660 ## Summary - This commit adds netnsh_hv and netnsh_smp_hv to run the NuttX with hypervisor environments - Also updates README.txt ## Impact - None ## Testing -

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1818: libuv: fix compile warning

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #1818: URL: https://github.com/apache/nuttx-apps/pull/1818 -- 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: libuv: fix compile warning

2023-06-30 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 7faebbd42 libuv: fix compile warning 7fae

[nuttx-apps] branch master updated: rexec: warn users about cleartext password transmission

2023-06-30 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 e94e1e59f rexec: warn users about clearte

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1817: rexec: warn users about cleartext password transmission

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #1817: URL: https://github.com/apache/nuttx-apps/pull/1817 -- 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...

[GitHub] [nuttx] xiaoxiang781216 closed issue #9642: Proposal to warn users about plaintext password transmission in lib_rexec

2023-06-30 Thread via GitHub
xiaoxiang781216 closed issue #9642: Proposal to warn users about plaintext password transmission in lib_rexec URL: https://github.com/apache/nuttx/issues/9642 -- 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

[nuttx] branch master updated: risc-v Toolchain.defs compatibility. Reference:https://xpack.github.io/blog/2022/05/18/riscv-none-elf-gcc-v12-1-0-2-released/

2023-06-30 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 4969f8faf9 risc-v Toolchain.defs compatibility

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9614: risc-v toolchain 12.x compatibility issue.

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9614: URL: https://github.com/apache/nuttx/pull/9614 -- 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] 03/03: drivers: wireless: select NFS_DONT_BIND_TCP_SOCKET for GS2200M

2023-06-30 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 248fe7529ad8d1b2e71fed11a69db6fe0611288e Author: Masayuki Ishikawa AuthorDate: Fri Jun 30 15:01:52 2023 +0900 dri

[nuttx] 01/03: Revert "fs: nfs: Do not bind to a local port in TCP mode"

2023-06-30 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 221d919b77e06ce6c09b293daf86b9a885291303 Author: Masayuki Ishikawa AuthorDate: Fri Jun 30 14:07:07 2023 +0900 Rev

[nuttx] branch master updated (245db6742c -> 248fe7529a)

2023-06-30 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 245db6742c esp32s2: Fix UART1 default pins new 221d919b77 Revert "fs: nfs: Do not bind to a local port in TCP m

[nuttx] 02/03: fs: nfs: Introduce CONFIG_NFS_DONT_BIND_TCP_SOCKET

2023-06-30 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 c2af551355ce859a20516d8c7dbeab8be4cb6a9d Author: Masayuki Ishikawa AuthorDate: Fri Jun 30 14:57:33 2023 +0900 fs:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9654: URL: https://github.com/apache/nuttx/pull/9654 -- 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: esp32s2: Fix UART1 default pins

2023-06-30 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 245db6742c esp32s2: Fix UART1 default pins 245

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9658: esp32s2: Fix UART1 default pins

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9658: URL: https://github.com/apache/nuttx/pull/9658 -- 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: boards: Enable virtio-blk and FAT for virt configurations

2023-06-30 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 8bbe7a8825 boards: Enable virtio-blk and FAT f

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9659: boards: Enable virtio-blk and FAT for virt configurations

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9659: URL: https://github.com/apache/nuttx/pull/9659 -- 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

[GitHub] [nuttx] masayuki2009 opened a new pull request, #9659: boards: Enable virtio-blk and FAT for virt configurations

2023-06-30 Thread via GitHub
masayuki2009 opened a new pull request, #9659: URL: https://github.com/apache/nuttx/pull/9659 ## Summary - I noticed that virtio-blk and FAT are not enabled for some virt configurations. - This commit enables them for testing. ## Impact - None ## Testing

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
masayuki2009 commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1248355341 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" Review Comment: Done.

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
masayuki2009 commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1248354488 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + dep

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: 1466a9e2b6c1c89a182244c7b389de21ef1765aa

2023-06-30 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 452da46c Publishing web: bedd222c

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
masayuki2009 commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1248352264 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET Review Comment: @pkarashchenko Let me keep the name --

[nuttx] branch master updated: libs/libc/aio: refactor the fd flags check procedure

2023-06-30 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 1466a9e2b6 libs/libc/aio: refactor the fd flags

[GitHub] [nuttx] acassis merged pull request #9655: libs/libc/aio: adjust the flags determination method

2023-06-30 Thread via GitHub
acassis merged PR #9655: URL: https://github.com/apache/nuttx/pull/9655 -- 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.apache

[GitHub] [nuttx] acassis merged pull request #9656: fs: Define __USE_FILE_OFFSET64 when CONFIG_FS_LARGEFILE is enabled

2023-06-30 Thread via GitHub
acassis merged PR #9656: URL: https://github.com/apache/nuttx/pull/9656 -- 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.apache

[nuttx] branch master updated: fs: Define __USE_FILE_OFFSET64 when CONFIG_FS_LARGEFILE is enabled

2023-06-30 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 5af99c65de fs: Define __USE_FILE_OFFSET64 when C

[nuttx] branch master updated: risc-v/mpfs: cache: Fix cache and scratchpad init

2023-06-30 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 78a2c91a04 risc-v/mpfs: cache: Fix cache and scr

[GitHub] [nuttx] acassis merged pull request #9657: risc-v/mpfs: cache: Fix cache and scratchpad init

2023-06-30 Thread via GitHub
acassis merged PR #9657: URL: https://github.com/apache/nuttx/pull/9657 -- 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.apache

[GitHub] [nuttx] acassis commented on pull request #9658: esp32s2: Fix UART1 default pins

2023-06-30 Thread via GitHub
acassis commented on PR #9658: URL: https://github.com/apache/nuttx/pull/9658#issuecomment-1615269042 I got a strange CI error: ``` Configuration/Tool: sim/bluetooth

[GitHub] [nuttx] acassis commented on a diff in pull request #9639: Fixes for xmc4700-relax board

2023-06-30 Thread via GitHub
acassis commented on code in PR #9639: URL: https://github.com/apache/nuttx/pull/9639#discussion_r1247870015 ## boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c: ## @@ -26,9 +26,15 @@ #include #include -#include #include +#ifdef CONFIG_XMC4_USCI_SPI + #include +#end

[GitHub] [nuttx] acassis merged pull request #9639: Fixes for xmc4700-relax board

2023-06-30 Thread via GitHub
acassis merged PR #9639: URL: https://github.com/apache/nuttx/pull/9639 -- 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.apache

[nuttx] branch master updated (0d3252ba06 -> f51d6b8c72)

2023-06-30 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/nuttx.git from 0d3252ba06 libs/libc: fix locale/lib_iconv.c:538:23: warning: dereference of NULL ‘scd’ [CWE-690] [-Wanalyzer-null-de

[GitHub] [nuttx] acassis opened a new pull request, #9658: esp32s2: Fix UART1 default pins

2023-06-30 Thread via GitHub
acassis opened a new pull request, #9658: URL: https://github.com/apache/nuttx/pull/9658 ## Summary The default pins to UART1 should be 17 (TXD) and 18 (RXD). ## Impact Users will be able to use UART1 on its default pins. ## Testing ESP32-Saola-1 -- This is an automated

[GitHub] [nuttx-apps] fxysunshine opened a new pull request, #1818: libuv: fix compile warning

2023-06-30 Thread via GitHub
fxysunshine opened a new pull request, #1818: URL: https://github.com/apache/nuttx-apps/pull/1818 CC: pthread/pthread_mutexinconsistent.c libuv/src/unix/getaddrinfo.c:103:9: warning: implicit declaration of function ‘getaddrinfo’; did you mean ‘uv_getaddrinfo’? [-Wimplicit-function-declara

[GitHub] [nuttx] jpaali commented on a diff in pull request #9657: risc-v/mpfs: cache: Fix cache and scratchpad init

2023-06-30 Thread via GitHub
jpaali commented on code in PR #9657: URL: https://github.com/apache/nuttx/pull/9657#discussion_r1247751127 ## arch/risc-v/src/mpfs/mpfs_cache.c: ## @@ -159,7 +159,7 @@ void mpfs_enable_cache(void) for (inc = 0; inc < (MPFS_WAY_BYTE_LENGTH / MPFS_CACHE_BLOCK_B

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9657: risc-v/mpfs: cache: Fix cache and scratchpad init

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9657: URL: https://github.com/apache/nuttx/pull/9657#discussion_r1247732860 ## arch/risc-v/src/mpfs/mpfs_cache.c: ## @@ -159,7 +159,7 @@ void mpfs_enable_cache(void) for (inc = 0; inc < (MPFS_WAY_BYTE_LENGTH / MPFS_CACHE_

[GitHub] [nuttx] jpaali opened a new pull request, #9657: risc-v/mpfs: cache: Fix cache and scratchpad init

2023-06-30 Thread via GitHub
jpaali opened a new pull request, #9657: URL: https://github.com/apache/nuttx/pull/9657 ## Summary Initialize ICACHE way with correct mask. Initialize scratchpad with constant g_init_marker as it has been done in HSS nowadays. ## Impact Fix possible incorrect ICACHE cache way

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9656: fs: Define __USE_FILE_OFFSET64 when CONFIG_FS_LARGEFILE is enabled

2023-06-30 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9656: URL: https://github.com/apache/nuttx/pull/9656 ## Summary follow other OS convention. ## Impact new macro ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9655: libs/libc/aio: adjust the flags determination method

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9655: URL: https://github.com/apache/nuttx/pull/9655#discussion_r1247654020 ## fs/aio/aio_write.c: ## @@ -277,7 +277,7 @@ int aio_write(FAR struct aiocb *aiocbp) */ int flags = fcntl(aiocbp->aio_fildes, F_GETFL); Review Comment:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9655: libs/libc/aio: adjust the flags determination method

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9655: URL: https://github.com/apache/nuttx/pull/9655#discussion_r1247654020 ## fs/aio/aio_write.c: ## @@ -277,7 +277,7 @@ int aio_write(FAR struct aiocb *aiocbp) */ int flags = fcntl(aiocbp->aio_fildes, F_GETFL); Review Comment:

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1817: rexec: warn users about cleartext password transmission

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #1817: URL: https://github.com/apache/nuttx-apps/pull/1817#discussion_r1247651752 ## netutils/rexec/Kconfig: ## @@ -8,6 +8,7 @@ config NETUTILS_REXEC default n ---help--- Enable support for the remote executio

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1247646550 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + de

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1247646550 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + de

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1247645570 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET Review Comment: ```suggestion config NFS_NO_BIND_TCP_SOCKET

svn commit: r62747 - in /dev/nuttx/12.2.0-RC0: ./ apache-nuttx-12.2.0.tar.gz apache-nuttx-12.2.0.tar.gz.asc apache-nuttx-12.2.0.tar.gz.sha512 apache-nuttx-apps-12.2.0.tar.gz apache-nuttx-apps-12.2.0.t

2023-06-30 Thread jerpelea
Author: jerpelea Date: Fri Jun 30 08:43:21 2023 New Revision: 62747 Log: Staging apache-nuttx-12.2.0-RC0 Added: dev/nuttx/12.2.0-RC0/ dev/nuttx/12.2.0-RC0/apache-nuttx-12.2.0.tar.gz (with props) dev/nuttx/12.2.0-RC0/apache-nuttx-12.2.0.tar.gz.asc dev/nuttx/12.2.0-RC0/apache-nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9654: Fix nfs client

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1247600952 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" Review Comment: let's

[nuttx-apps] annotated tag nuttx-12.2.0-RC0 updated (86efbcbee -> de88b82de)

2023-06-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.2.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.2.0-RC0 was modified! *** from 86efbcbee (commit) to de88b82de (tag

[nuttx] annotated tag nuttx-12.2.0-RC0 updated (26f5e973f6 -> 8c9d17162e)

2023-06-30 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.2.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.2.0-RC0 was modified! *** from 26f5e973f6 (commit) to 8c9d17162e (tag)

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9639: Fixes for xmc4700-relax board

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9639: URL: https://github.com/apache/nuttx/pull/9639#discussion_r1247598552 ## boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c: ## @@ -26,9 +26,15 @@ #include #include -#include #include +#ifdef CONFIG_XMC4_USCI_SPI + #includ

[nuttx] 02/02: documentation: Add release notes for 12.2.0 release

2023-06-30 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 26f5e973f68a7bb4ee66915fce2c723641d5e045 Author: Alin Jerpelea AuthorDate: Wed Jun 28 13:35:18 2023 +0200

[nuttx] branch releases/12.2 updated (b5c48f3ed8 -> 26f5e973f6)

2023-06-30 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git from b5c48f3ed8 binfmt: Always include arch/elf.h in include/nuttx/elf.h new 67541728cf ReleaseNotes: cleanup

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9653: Bp 9638 - documentation: Add release notes for 12.2.0 release

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9653: URL: https://github.com/apache/nuttx/pull/9653 -- 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-apps] branch master updated: tools/mkimport: Add system map to mkimport script.

2023-06-30 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 3e8f7e33f tools/mkimport: Add system map

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1816: tools/mkimport: Add system map to mkimport script.

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #1816: URL: https://github.com/apache/nuttx-apps/pull/1816 -- 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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1816: tools/mkimport: Add system map to mkimport script.

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on PR #1816: URL: https://github.com/apache/nuttx-apps/pull/1816#issuecomment-1614303086 So, let's merge this patch. -- 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] [nuttx] trns1997 commented on a diff in pull request #9639: Fixes for xmc4700-relax board

2023-06-30 Thread via GitHub
trns1997 commented on code in PR #9639: URL: https://github.com/apache/nuttx/pull/9639#discussion_r1247579206 ## boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c: ## @@ -26,9 +26,15 @@ #include #include -#include #include +#ifdef CONFIG_XMC4_USCI_SPI + #include +#en

[nuttx] branch master updated (9861d49cd4 -> 0d3252ba06)

2023-06-30 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 9861d49cd4 arch: arm64: Add arm64_gic_raise_sgi() for SMP add 0d3252ba06 libs/libc: fix locale/lib_iconv.c:538:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9651: fix locale/lib_iconv.c:538:23: warning: dereference of NULL ‘scd’ [CWE-690] [-Wanalyzer-null-dereference] by -fanalyzer

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9651: URL: https://github.com/apache/nuttx/pull/9651 -- 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: arch: arm64: Fix to access psci with hypervisor

2023-06-30 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 745f443cbf34719551cd0bc6212658b40947448a Author: Masayuki Ishikawa AuthorDate: Fri Jun 30 13:12:52 2023 +0900 arc

[nuttx] 02/02: arch: arm64: Add arm64_gic_raise_sgi() for SMP

2023-06-30 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 9861d49cd4e215cab35cb860cf384a253d30444d Author: Masayuki Ishikawa AuthorDate: Fri Jun 30 13:09:13 2023 +0900 arc

[nuttx] branch master updated (083c11ef1a -> 9861d49cd4)

2023-06-30 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 083c11ef1a libs/libc/time/strftime: complete the strftime implementation new 745f443cbf arch: arm64: Fix to ac

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9652: arm64 smp with kvm

2023-06-30 Thread via GitHub
xiaoxiang781216 merged PR #9652: URL: https://github.com/apache/nuttx/pull/9652 -- 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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9655: libs/libc/aio: adjust the flags determination method

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9655: URL: https://github.com/apache/nuttx/pull/9655#discussion_r1247570591 ## fs/aio/aio_write.c: ## @@ -277,7 +277,7 @@ int aio_write(FAR struct aiocb *aiocbp) */ int flags = fcntl(aiocbp->aio_fildes, F_GETFL); Review Comment:

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1247557497 ## include/nuttx/net/usrsock.h: ## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1247557497 ## include/nuttx/net/usrsock.h: ## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1247550185 ## net/usrsock/Kconfig: ## @@ -76,12 +76,10 @@ config NET_USRSOCK_NPOLLWAITERS config NET_USRSOCK_UDP bool "User-space daemon provides UDP sockets"

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-06-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1247550185 ## net/usrsock/Kconfig: ## @@ -76,12 +76,10 @@ config NET_USRSOCK_NPOLLWAITERS config NET_USRSOCK_UDP bool "User-space daemon provides UDP sockets"

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-06-30 Thread via GitHub
SPRESENSE commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1247547896 ## include/nuttx/net/usrsock.h: ## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN, + U

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1815: Add available_request function

2023-06-30 Thread via GitHub
masayuki2009 commented on PR #1815: URL: https://github.com/apache/nuttx-apps/pull/1815#issuecomment-1614262283 @SPRESENSE I think you need to fix the sim:usrsocktest as well. ``` nsh> usrsocktest Starting unit-tests... Testing group "char_dev" => Group "char_dev":

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1815: Add available_request function

2023-06-30 Thread via GitHub
masayuki2009 commented on PR #1815: URL: https://github.com/apache/nuttx-apps/pull/1815#issuecomment-1614226380 @SPRESENSE Does this PR depend on https://github.com/apache/nuttx/pull/9647? If so, please add a comment to both the commit messages and the summary. -- This is an automat