[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6894: Refine how to specify iob and ramlog data section

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6894: URL: https://github.com/apache/incubator-nuttx/pull/6894#discussion_r952230204 ## drivers/syslog/ramlog.c: ## @@ -125,8 +125,8 @@ static const struct file_operations g_ramlogfops = #ifdef CONFIG_RAMLOG_SYSLOG static char g_sysbu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952206431 ## libs/libc/machine/sim/arch_setjmp_x86.asm: ## @@ -0,0 +1,73 @@ +;*** +; libs/l

[GitHub] [incubator-nuttx] slorquet commented on pull request #6831: arch/arm/stm32f7: fix cache invalidation issue in Ethernet RX

2022-08-23 Thread GitBox
slorquet commented on PR #6831: URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223682677 Just in case, could a similar issue apply to stm32h7? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
anchao commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952264286 ## boards/sim/sim/sim/configs/windows/defconfig: ## @@ -0,0 +1,30 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can use "make menuconfig"

[GitHub] [incubator-nuttx] slorquet commented on pull request #6831: arch/arm/stm32f7: fix cache invalidation issue in Ethernet RX

2022-08-23 Thread GitBox
slorquet commented on PR #6831: URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223685382 like, here: https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32h7/stm32_ethernet.c#L1826 Can you apply a patch since you are "owning" the issue? tha

[GitHub] [incubator-nuttx] lukegluke commented on pull request #6831: arch/arm/stm32f7: fix cache invalidation issue in Ethernet RX

2022-08-23 Thread GitBox
lukegluke commented on PR #6831: URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223687825 > Just in case, could a similar issue apply to stm32h7? No, it is ok in stm32h7, there is already full address (start pointer + offset) is correctly used in function, whil

[GitHub] [incubator-nuttx] slorquet commented on pull request #6831: arch/arm/stm32f7: fix cache invalidation issue in Ethernet RX

2022-08-23 Thread GitBox
slorquet commented on PR #6831: URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223689212 Thank you for checking! -- 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 specif

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
anchao commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952272796 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -0,0 +1,49 @@ +/ + * arch/sim/src/sim/win

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
anchao commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952293869 ## arch/sim/src/sim/win/up_hostmemory.c: ## @@ -0,0 +1,76 @@ +/ + * arch/sim/src/sim/w

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
pkarashchenko commented on code in PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#discussion_r952330961 ## boards/risc-v/esp32c3/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c: ## @@ -0,0 +1,112 @@ +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
xiaoxiang781216 commented on PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1223759593 @acassis do you plan to mainline the rust porting to nuttx? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
anchao commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952354194 ## arch/sim/src/sim/win/up_hosttime.c: ## @@ -0,0 +1,122 @@ +/ + * arch/sim/src/sim/wi

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6898: libc: add lib_dump utils

2022-08-23 Thread GitBox
chengkai15 opened a new pull request, #6898: URL: https://github.com/apache/incubator-nuttx/pull/6898 Signed-off-by: chengkai ## Summary add some lib_dump debug api 1. void lib_dumphandler(FAR const char *msg, FAR const uint8_t *buffer, unsigned int bu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952389320 ## arch/sim/src/sim/win/up_hosttime.c: ## @@ -0,0 +1,138 @@ +/ + * arch/sim/s

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952377494 ## arch/sim/src/sim/win/up_hosttime.c: ## @@ -0,0 +1,138 @@ +/ + * arch/sim/s

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6899: net:add btsnoop and snoop

2022-08-23 Thread GitBox
chengkai15 opened a new pull request, #6899: URL: https://github.com/apache/incubator-nuttx/pull/6899 Signed-off-by: chengkai ## Summary add btsnoop and snoop feature ## Impact ## Testing pass ci -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6892: sim: Enable ubsan in sim:kasan

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6892: URL: https://github.com/apache/incubator-nuttx/pull/6892 -- 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-unsubs

[incubator-nuttx] branch master updated: sim: Enable ubsan in sim:kasan

2022-08-23 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 559f831005 sim: Enable ubsan in sim:

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
chengkai15 opened a new pull request, #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900 1. SIOCBTSNOOPOPEN: open btsnoop 2. SIOCBTSNOOPCLOSE: close btsnoop Signed-off-by: chengkai ## Summary add btsnoop control cmd 1. SIOCBTSNOOPOPEN: open btsnoop

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6901: serial/uart/h4: add ioctl interface

2022-08-23 Thread GitBox
chengkai15 opened a new pull request, #6901: URL: https://github.com/apache/incubator-nuttx/pull/6901 Signed-off-by: chengkai ## Summary add h4 ioctl interface ## Impact ## Testing pass ci -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952409894 ## arch/sim/src/sim/win/up_simuart.c: ## @@ -0,0 +1,145 @@ +/ + * arch/sim/sr

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r952425588 ## include/nuttx/wireless/bluetooth/bt_ioctl.h: ## @@ -61,9 +61,13 @@ #define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */ #def

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6899: net:add btsnoop and snoop

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6899: URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r952486401 ## net/utils/net_snoop.c: ## @@ -0,0 +1,393 @@ +/ + * net/utils/net_snoop.c +

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on pull request #1283: Add audiolib fmsynthesizer

2022-08-23 Thread GitBox
takayoshi-k commented on PR #1283: URL: https://github.com/apache/incubator-nuttx-apps/pull/1283#issuecomment-1223939558 Hi @pkarashchenko Regarding floh_walzer_right and floh_walzer_left is used in mmlplayer_main.c around on line 407. -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
acassis commented on code in PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#discussion_r952511172 ## boards/risc-v/esp32c3/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c: ## @@ -0,0 +1,112 @@ +/***

[GitHub] [incubator-nuttx] acassis commented on pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
acassis commented on PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1223966083 > @acassis do you plan to mainline the rust porting to nuttx? Hi @xiaoxiang781216, this board was developed by a colleague that is Rust fan and it will be used in the Ferrou

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #6902: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
eenurkka opened a new pull request, #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902 Since the commit cf22dd8 (related to OpenAMP update), the notifyid is no longer NOTIFY_ALL, but the vq id. Utilize the vq id now properly as it's being provided. Also swap the vrin

[GitHub] [incubator-nuttx] acassis commented on pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
acassis commented on PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900#issuecomment-1223983072 @chengkai15 are you using the btsnoop from Android or is this a home-brew implementation? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] eenurkka commented on a diff in pull request #6902: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
eenurkka commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952548534 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRING_ALIGN

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6902: WIP: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952583795 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRIN

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6903: arch/sim: Assign virtio vring notifyid to RSC_NOTIFY_ID_ANY

2022-08-23 Thread GitBox
xiaoxiang781216 opened a new pull request, #6903: URL: https://github.com/apache/incubator-nuttx/pull/6903 ## Summary let framework allocate the unique id for us instead ## Impact Minor ## Testing Pass CI -- This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6902: WIP: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952607678 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRIN

[GitHub] [incubator-nuttx] eenurkka commented on a diff in pull request #6902: WIP: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
eenurkka commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952612056 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRING_ALIGN

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
xiaoxiang781216 commented on PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1224067044 > > @acassis do you plan to mainline the rust porting to nuttx? > > Hi @xiaoxiang781216, this board was developed by a colleague that is Rust fan and it will be used

[incubator-nuttx] 01/02: sim/host: move host implement to posix directory

2022-08-23 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 a10add60aece88775c1a8ef5493b4b00ecf39c07 Author: chao.an AuthorDate: Tue Aug 23 11:30:33 2022 +0800 sim

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6897: arch/sim: add windows host simulate support

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6897: URL: https://github.com/apache/incubator-nuttx/pull/6897 -- 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-unsubs

[incubator-nuttx] branch master updated (559f831005 -> 62977ec4e8)

2022-08-23 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 559f831005 sim: Enable ubsan in sim:kasan new a10add60ae sim/host: move host implement to posix direc

[incubator-nuttx] 02/02: arch/sim: add windows host simulate support

2022-08-23 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 62977ec4e86a4e422977a3b2c1f5373da926873a Author: chao.an AuthorDate: Tue Aug 23 11:48:34 2022 +0800 arc

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on a diff in pull request #1283: Add audiolib fmsynthesizer

2022-08-23 Thread GitBox
takayoshi-k commented on code in PR #1283: URL: https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r948487539 ## examples/fmsynth/mmlplayer_score.h: ## @@ -0,0 +1,58 @@ +/ + * apps/exam

[GitHub] [incubator-nuttx] acassis commented on pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
acassis commented on PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1224152636 > > > @acassis do you plan to mainline the rust porting to nuttx? > > > > > > Hi @xiaoxiang781216, this board was developed by a colleague that is Rust fan and it will b

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6901: serial/uart/h4: add ioctl interface

2022-08-23 Thread GitBox
pkarashchenko commented on code in PR #6901: URL: https://github.com/apache/incubator-nuttx/pull/6901#discussion_r952715360 ## drivers/serial/uart_bth4.c: ## @@ -351,7 +351,15 @@ static ssize_t uart_bth4_write(FAR struct file *filep, static int uart_bth4_ioctl(FAR struct file *

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6898: libc: add lib_dump utils

2022-08-23 Thread GitBox
pkarashchenko commented on code in PR #6898: URL: https://github.com/apache/incubator-nuttx/pull/6898#discussion_r952716843 ## libs/libc/misc/lib_dumpbuffer.c: ## @@ -32,6 +32,27 @@ * Public Functions **

[GitHub] [incubator-nuttx] SimonFilgis opened a new pull request, #6904: Double the MMCSD_IDLE_DELAY from 50ms to 100ms because I found one …

2022-08-23 Thread GitBox
SimonFilgis opened a new pull request, #6904: URL: https://github.com/apache/incubator-nuttx/pull/6904 …card that needs this to work after initial CMD0. ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6904: Double the MMCSD_IDLE_DELAY from 50ms to 100ms because I found one …

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6904: URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r952719587 ## drivers/mmcsd/mmcsd_sdio.c: ## @@ -68,7 +68,7 @@ /* Timing (all in units of microseconds) */ #define MMCSD_POWERUP_DELAY ((useconds_t)250)

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6904: Double the MMCSD_IDLE_DELAY from 50ms to 100ms because I found one …

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6904: URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r952737517 ## drivers/mmcsd/mmcsd_sdio.c: ## @@ -68,7 +68,7 @@ /* Timing (all in units of microseconds) */ #define MMCSD_POWERUP_DELAY ((useconds_t)250)

[GitHub] [incubator-nuttx] acassis commented on pull request #6904: Double the MMCSD_IDLE_DELAY from 50ms to 100ms because I found one …

2022-08-23 Thread GitBox
acassis commented on PR #6904: URL: https://github.com/apache/incubator-nuttx/pull/6904#issuecomment-1224198412 Hi @SimonFilgis please squash these two commits, you can do it this way: ``` $ git rebase -i HEAD~2 ``` Then after it was squashed you can push forced: ``` $ git p

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6899: net:add btsnoop and snoop

2022-08-23 Thread GitBox
acassis commented on code in PR #6899: URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r952758275 ## include/nuttx/net/snoop.h: ## @@ -0,0 +1,150 @@ +/ + * include/nuttx/net/snoop.h +

[GitHub] [incubator-nuttx] acassis merged pull request #6893: net/usrsock: Change xid from uint64_t to uint32_t

2022-08-23 Thread GitBox
acassis merged PR #6893: URL: https://github.com/apache/incubator-nuttx/pull/6893 -- 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...@nu

[incubator-nuttx] branch master updated: net/usrsock: Change xid from uint64_t to uint32_t

2022-08-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0334819742 net/usrsock: Change xid fro

[incubator-nuttx] branch master updated (0334819742 -> f3f1dde39b)

2022-08-23 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 0334819742 net/usrsock: Change xid from uint64_t to uint32_t add f3f1dde39b arch/sim: Assign virt

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6903: arch/sim: Assign virtio vring notifyid to RSC_NOTIFY_ID_ANY

2022-08-23 Thread GitBox
pkarashchenko merged PR #6903: URL: https://github.com/apache/incubator-nuttx/pull/6903 -- 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] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1283: Add audiolib fmsynthesizer

2022-08-23 Thread GitBox
pkarashchenko commented on code in PR #1283: URL: https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r952780268 ## examples/fmsynth/music_scale.h: ## @@ -0,0 +1,64 @@ +/ + * apps/exampl

[GitHub] [incubator-nuttx] no1wudi opened a new pull request, #6905: prctl: Replace strncpy with strlcpy for safety

2022-08-23 Thread GitBox
no1wudi opened a new pull request, #6905: URL: https://github.com/apache/incubator-nuttx/pull/6905 ## Summary strlcpy ensure the destination is NUL-terminated, and also fix warning: ```c task/task_prctl.c:138:15: warning: 'strncpy' output may be truncated copying 30 bytes from a

[GitHub] [incubator-nuttx] no1wudi commented on pull request #6905: prctl: Replace strncpy with strlcpy for safety

2022-08-23 Thread GitBox
no1wudi commented on PR #6905: URL: https://github.com/apache/incubator-nuttx/pull/6905#issuecomment-1224256043 @xiaoxiang781216 Do we need replace all usage of strncpy in source tree ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6862: sched: Remove the unnecessary weak_function

2022-08-23 Thread GitBox
pkarashchenko commented on PR #6862: URL: https://github.com/apache/incubator-nuttx/pull/6862#issuecomment-1224261896 @acassis could you please take a look and merge? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6885: Make the full image instrumentation configurable

2022-08-23 Thread GitBox
pkarashchenko merged PR #6885: URL: https://github.com/apache/incubator-nuttx/pull/6885 -- 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

[incubator-nuttx] branch master updated (f3f1dde39b -> d22e1e1998)

2022-08-23 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 f3f1dde39b arch/sim: Assign virtio vring notifyid to RSC_NOTIFY_ID_ANY new f1355680ca mm/kasan: A

[incubator-nuttx] 03/03: compiler.h: Add nosanitize_address macro

2022-08-23 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 d22e1e19983638fcb5eba8eccdc7cd43868068d5 Author: Xiang Xiao AuthorDate: Sat Aug 20 07:11:52 2022 +0800

[incubator-nuttx] 02/03: arch: Add ARCH_COVERAGE_ALL option

2022-08-23 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 c44a7cbf889119ea958729381113a1e552903cbd Author: Xiang Xiao AuthorDate: Sat Aug 20 06:38:35 2022 +0800

[incubator-nuttx] 01/03: mm/kasan: Add MM_KASAN_ALL option

2022-08-23 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 f1355680ca95a596d57c60a3d94603050887de31 Author: Xiang Xiao AuthorDate: Sat Aug 20 06:28:39 2022 +0800

[GitHub] [incubator-nuttx] eenurkka commented on a diff in pull request #6902: WIP: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
eenurkka commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952809023 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRING_ALIGN

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6895: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6895: URL: https://github.com/apache/incubator-nuttx/pull/6895 -- 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-unsubs

[incubator-nuttx] branch master updated (d22e1e1998 -> 456aaa8c1c)

2022-08-23 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 d22e1e1998 compiler.h: Add nosanitize_address macro new 23a7d8a693 esp32c3: Add initial support to es

[incubator-nuttx] 02/02: esp32c3-devkit-rust-1: Add ARCH LED support

2022-08-23 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 456aaa8c1c1dcc76f99235eed2b09d0f9575c552 Author: Alan Carvalho de Assis AuthorDate: Mon Aug 22 18:23:19 2022

[incubator-nuttx] 01/02: esp32c3: Add initial support to esp32c3-devkit-rust-1 board

2022-08-23 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 23a7d8a693986d89e9d2aee325ce15ec54b278fd Author: Alan Carvalho de Assis AuthorDate: Mon Aug 22 17:24:14 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6905: prctl: Replace strncpy with strlcpy for safety

2022-08-23 Thread GitBox
xiaoxiang781216 commented on PR #6905: URL: https://github.com/apache/incubator-nuttx/pull/6905#issuecomment-1224343561 > @xiaoxiang781216 Do we need replace all usage of strncpy in source tree ? could be. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6902: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952893762 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRIN

[GitHub] [incubator-nuttx] eenurkka commented on a diff in pull request #6902: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
eenurkka commented on code in PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952928855 ## arch/risc-v/src/mpfs/mpfs_ihc.c: ## @@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev) rsc->rpmsg_vring0.align = VRING_ALIGN

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6905: prctl: Replace strncpy with strlcpy for safety

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6905: URL: https://github.com/apache/incubator-nuttx/pull/6905 -- 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-unsubs

[incubator-nuttx] branch master updated: prctl: Replace strncpy with strlcpy for safety

2022-08-23 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 1ba443aab2 prctl: Replace strncpy wi

[GitHub] [incubator-nuttx] AlanRosenthal commented on issue #6896: Reevaluate the C89 Requirement

2022-08-23 Thread GitBox
AlanRosenthal commented on issue #6896: URL: https://github.com/apache/incubator-nuttx/issues/6896#issuecomment-1224486070 Thanks, I'll send this to the mailing list. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6902: risc-v/mpfs: ihc: update vq ids

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6902: URL: https://github.com/apache/incubator-nuttx/pull/6902 -- 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-unsubs

[incubator-nuttx] branch master updated: risc-v/mpfs: ihc: update vq ids

2022-08-23 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 d940d55ee4 risc-v/mpfs: ihc: update

[GitHub] [incubator-nuttx] tito97sp merged pull request #4908: nucleo-h743zi: add board files to support mcuboot

2022-08-23 Thread GitBox
tito97sp merged PR #4908: URL: https://github.com/apache/incubator-nuttx/pull/4908 -- 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...@n

[GitHub] [incubator-nuttx-apps] takayoshi-k commented on a diff in pull request #1283: Add audiolib fmsynthesizer

2022-08-23 Thread GitBox
takayoshi-k commented on code in PR #1283: URL: https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r953082344 ## examples/fmsynth/music_scale.h: ## @@ -0,0 +1,64 @@ +/ + * apps/examples

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: d940d55ee4e8eee58f0518290b7dee6ca052193e

2022-08-23 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 aaec96b Publishing web

[GitHub] [incubator-nuttx] no1wudi opened a new pull request, #6906: Replace all strncpy with strlcpy for safety

2022-08-23 Thread GitBox
no1wudi opened a new pull request, #6906: URL: https://github.com/apache/incubator-nuttx/pull/6906 ## Summary See #6905 ## Impact Minor ## Testing CI and custom board -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6907: net/sockopt: move BINDTODEVICE to socket level

2022-08-23 Thread GitBox
anchao opened a new pull request, #6907: URL: https://github.com/apache/incubator-nuttx/pull/6907 ## Summary net/sockopt: move BINDTODEVICE to socket level rename the UDP_BINDTODEVICE to SO_BINDTODEVICE to follow the linux style to be compatible with non-UDP protocol binding

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request, #1291: net/sockopt: move BINDTODEVICE to socket level

2022-08-23 Thread GitBox
anchao opened a new pull request, #1291: URL: https://github.com/apache/incubator-nuttx-apps/pull/1291 ## Summary net/sockopt: move BINDTODEVICE to socket level rename the UDP_BINDTODEVICE to SO_BINDTODEVICE to follow the linux style to be compatible with non-UDP protocol bin

[GitHub] [incubator-nuttx] chengkai15 commented on a diff in pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
chengkai15 commented on code in PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r953269573 ## include/nuttx/wireless/bluetooth/bt_ioctl.h: ## @@ -61,9 +61,13 @@ #define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */ #define H

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
xiaoxiang781216 commented on code in PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r953272516 ## include/nuttx/wireless/bluetooth/bt_ioctl.h: ## @@ -61,9 +61,13 @@ #define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */ #def

[GitHub] [incubator-nuttx] chengkai15 commented on pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
chengkai15 commented on PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900#issuecomment-1225125169 > @chengkai15 are you using the btsnoop from Android or is this a home-brew implementation? This is just a home-brew implementation,which would support some other snoop

[incubator-nuttx] branch master updated: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 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 0334a35288 wireless/bluetooth:add bt

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6900: wireless/bluetooth:add btsnoop open-close ioctl cmd

2022-08-23 Thread GitBox
xiaoxiang781216 merged PR #6900: URL: https://github.com/apache/incubator-nuttx/pull/6900 -- 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-unsubs

[GitHub] [incubator-nuttx] chengkai15 commented on a diff in pull request #6899: net:add btsnoop and snoop

2022-08-23 Thread GitBox
chengkai15 commented on code in PR #6899: URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r953293134 ## include/nuttx/net/snoop.h: ## @@ -0,0 +1,150 @@ +/ + * include/nuttx/net/snoop.

[GitHub] [incubator-nuttx] chengkai15 commented on a diff in pull request #6899: net:add btsnoop and snoop

2022-08-23 Thread GitBox
chengkai15 commented on code in PR #6899: URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r953293267 ## net/utils/net_snoop.c: ## @@ -0,0 +1,393 @@ +/ + * net/utils/net_snoop.c + * +

[GitHub] [incubator-nuttx] chengkai15 commented on a diff in pull request #6898: libc: add lib_dump utils

2022-08-23 Thread GitBox
chengkai15 commented on code in PR #6898: URL: https://github.com/apache/incubator-nuttx/pull/6898#discussion_r953301516 ## libs/libc/misc/lib_dumpbuffer.c: ## @@ -32,6 +32,27 @@ * Public Functions /

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6908: arch/sim/wchar_t: fix visual studio Compiler Error C2371

2022-08-23 Thread GitBox
anchao opened a new pull request, #6908: URL: https://github.com/apache/incubator-nuttx/pull/6908 ## Summary arch/sim/wchar_t: fix visual studio Compiler Error C2371 type of 'wchar_t' confilt with vcruntime: ``` C:\Program Files\Microsoft Visual Studio\2022\Community\

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6909: libs: fix visual studio Compiler Error C2124

2022-08-23 Thread GitBox
anchao opened a new pull request, #6909: URL: https://github.com/apache/incubator-nuttx/pull/6909 ## Summary libs: fix visual studio Compiler Error C2124 `D:\code\incubator-nuttx\libs\libc\stdlib\lib_strtof.c(76,1): error C2124: divide or mod by zero` Windows MSVC restri