[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r98463 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: Done -- This is an autom

[incubator-nuttx] branch master updated: RP2040 Code Cleanup

2022-09-08 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 e8f4d74ad0 RP2040 Code Cleanup e8f4d

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7044: RP2040 Code Cleanup

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7044: URL: https://github.com/apache/incubator-nuttx/pull/7044 -- 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] xiaoxiang781216 commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
xiaoxiang781216 commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966620717 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: Yes, BTW, since the f

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966611943 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: @xiaoxiang781216 @anchao Sho

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966597885 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966597885 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966597260 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966592607 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2494 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966592104 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2494 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966590292 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966590071 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2484 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966587439 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: Both are good for me MTD_

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7004: net/procfs: add tcp profs support

2022-09-08 Thread GitBox
anchao commented on code in PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#discussion_r966584077 ## net/procfs/net_tcp.c: ## @@ -0,0 +1,211 @@ +/ + * net/procfs/net_tcp.c + * + * Lice

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7004: net/procfs: add tcp profs support

2022-09-08 Thread GitBox
anchao commented on code in PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#discussion_r966583007 ## net/procfs/net_tcp.c: ## @@ -0,0 +1,211 @@ +/ + * net/procfs/net_tcp.c + * + * Lice

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7004: net/procfs: add tcp profs support

2022-09-08 Thread GitBox
anchao commented on code in PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#discussion_r966582738 ## net/procfs/net_tcp.c: ## @@ -0,0 +1,211 @@ +/ + * net/procfs/net_tcp.c + * + * Lice

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966582021 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7046: mtd/config: Remove MTD_CONFIG_ERASEDVALUE

2022-09-08 Thread GitBox
xiaoxiang781216 opened a new pull request, #7046: URL: https://github.com/apache/incubator-nuttx/pull/7046 ## Summary since we can query this value by MTDIOC_ERASESTATE after: commit 30cb497fe125de6ae2e52a72758180437ec65974 ยทยทยท Author: Gustavo Henrique Nihei Date: Tue Jul 13 1

[GitHub] [incubator-nuttx] XinStellaris commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-09-08 Thread GitBox
XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r966573472 ## drivers/mtd/mtd_config_fs.c: ## @@ -0,0 +1,2262 @@ +/ + * drivers/mtd/mtd_con

[GitHub] [incubator-nuttx] zyfeier opened a new pull request, #7045: arch/arm: use SRS and RFE for exception handler

2022-09-08 Thread GitBox
zyfeier opened a new pull request, #7045: URL: https://github.com/apache/incubator-nuttx/pull/7045 ## 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] nealef commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
nealef commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1241414045 Thanks for the help. -- 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 c

[GitHub] [incubator-nuttx] curuvar opened a new pull request, #7044: RP2040 Code Cleanup

2022-09-08 Thread GitBox
curuvar opened a new pull request, #7044: URL: https://github.com/apache/incubator-nuttx/pull/7044 ## Summary Moved some duplicated code to RP2040 board common folder. Added parens to a define for watchdog. ## Impact No impact to other boards ## Testing

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

2022-09-08 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 05689f7 Publishing web

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7037: Add watchdog driver support to RP2040

2022-09-08 Thread GitBox
pkarashchenko commented on code in PR #7037: URL: https://github.com/apache/incubator-nuttx/pull/7037#discussion_r966273949 ## arch/arm/src/rp2040/hardware/rp2040_watchdog.h: ## @@ -65,18 +65,19 @@ /* Register definitions */

[incubator-nuttx-apps] branch master updated: tools/README.md: Fix typo and reflow paragraph

2022-09-08 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 c2fdd8e99 tools/README.md: Fix

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1313: tools/README.md: Fix typo and reflow paragraph

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #1313: URL: https://github.com/apache/incubator-nuttx-apps/pull/1313 -- 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-u

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7004: net/procfs: add tcp profs support

2022-09-08 Thread GitBox
xiaoxiang781216 commented on PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#issuecomment-1240912316 where is udp? -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7004: net/procfs: add tcp profs support

2022-09-08 Thread GitBox
xiaoxiang781216 commented on code in PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#discussion_r966135741 ## net/procfs/net_tcp.c: ## @@ -0,0 +1,211 @@ +/ + * net/procfs/net_tcp.c + *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
xiaoxiang781216 commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966130447 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: but the suggestion is

[incubator-nuttx] branch master updated: Kconfig: EXPERIMENTAL: Add help text and change prompt label

2022-09-08 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 9b56bb86da Kconfig: EXPERIMENTAL: Ad

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7043: Kconfig: EXPERIMENTAL: Add help text and change prompt label

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7043: URL: https://github.com/apache/incubator-nuttx/pull/7043 -- 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] GUIDINGLI commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-09-08 Thread GitBox
GUIDINGLI commented on PR #6833: URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1240836317 qemu-a53:nsh_smp has been fixed. Also correct the risc-v & mips arch. is it true that you can still reproduce the issue with VELA? --- I will do the double

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7004: net/procfs: add tcp profs support (IPv4 only)

2022-09-08 Thread GitBox
anchao commented on code in PR #7004: URL: https://github.com/apache/incubator-nuttx/pull/7004#discussion_r966056345 ## net/procfs/net_tcp.c: ## @@ -0,0 +1,172 @@ +/ + * net/procfs/net_tcp.c + * + * Lice

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966052938 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1128 @@ +/ + * drivers/mtd/rpmsgmtd.c + * +

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966048725 ## drivers/mtd/Kconfig: ## @@ -345,6 +345,16 @@ config NULLMTD_ERASESTATE endif # NULLMTD +config RPMSGMTD Review Comment: Done -- This is an autom

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
anchao commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966034349 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1128 @@ +/ + * drivers/mtd/rpmsgmtd.c + * + *

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
anchao commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966034349 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1128 @@ +/ + * drivers/mtd/rpmsgmtd.c + * + *

[incubator-nuttx] branch master updated (0322a61510 -> 5cedf1ef2a)

2022-09-08 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 0322a61510 Add watchdog driver support to RP2040 add 5cedf1ef2a risc-v/mpfs: usb: fix usb restart No

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7041: risc-v/mpfs: usb: fix usb restart

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7041: URL: https://github.com/apache/incubator-nuttx/pull/7041 -- 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] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966014725 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1135 @@ +/ + * drivers/mtd/rpmsgmtd.c + * +

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966014478 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1135 @@ +/ + * drivers/mtd/rpmsgmtd.c + * +

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
anchao commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966004633 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1135 @@ +/ + * drivers/mtd/rpmsgmtd.c + * + *

[GitHub] [incubator-nuttx-apps] hartmannathan opened a new pull request, #1313: tools/README.md: Fix typo and reflow paragraph

2022-09-08 Thread GitBox
hartmannathan opened a new pull request, #1313: URL: https://github.com/apache/incubator-nuttx-apps/pull/1313 ## Summary Fix typo (Run Length Length -> Run Length Encoding) and reflow paragraph due to the changed length. ## Impact Improves documentation. ## Testin

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
anchao commented on code in PR #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042#discussion_r966003112 ## drivers/mtd/rpmsgmtd.c: ## @@ -0,0 +1,1135 @@ +/ + * drivers/mtd/rpmsgmtd.c + * + *

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
hartmannathan commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240735705 Thanks and kudos to @nealef on your first NuttX PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-nuttx] branch master updated: Add watchdog driver support to RP2040

2022-09-08 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 0322a61510 Add watchdog driver suppo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7037: Add watchdog driver support to RP2040

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7037: URL: https://github.com/apache/incubator-nuttx/pull/7037 -- 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] hartmannathan opened a new pull request, #7043: Kconfig: EXPERIMENTAL: Add help text and change prompt label

2022-09-08 Thread GitBox
hartmannathan opened a new pull request, #7043: URL: https://github.com/apache/incubator-nuttx/pull/7043 ## Summary This PR adds help text to the Kconfig entry `EXPERIMENTAL` and changes the label from "Prompt for development and/or incomplete code/drivers" to "Show experimental opti

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7017: Stm32h7 kconfig

2022-09-08 Thread GitBox
xiaoxiang781216 commented on PR #7017: URL: https://github.com/apache/incubator-nuttx/pull/7017#issuecomment-1240697312 Closed. -- 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 commen

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #7029: telink: add custom setjmp implementation for tlsr82.

2022-09-08 Thread GitBox
CV-Bowen commented on code in PR #7029: URL: https://github.com/apache/incubator-nuttx/pull/7029#discussion_r965944579 ## libs/libc/machine/arm/gnu/tc32_setjmp.S: ## @@ -0,0 +1,148 @@ +/ + * libs/libc/ma

[incubator-nuttx] branch master updated (213b954a90 -> 4bd88acf1b)

2022-09-08 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 213b954a90 * Squash round() commits - Add check in roundx() functions for infinite or NaN cases -

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7018: wqueue: change single queue to double queue to improve speed

2022-09-08 Thread GitBox
pkarashchenko merged PR #7018: URL: https://github.com/apache/incubator-nuttx/pull/7018 -- 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] 02/03: wqueue: change single queue to double queue to improve speed

2022-09-08 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 4a87578bdbdbe70a2de98a80ae0c95c6638adc84 Author: ligd AuthorDate: Wed Aug 17 15:55:03 2022 +0800 wq

[incubator-nuttx] 03/03: wqueue: fix work_qcancel() judge error caused by the union in struct work_s

2022-09-08 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 4bd88acf1bffdc9a44107bb246d4c7e0c46bfb43 Author: ligd AuthorDate: Wed Aug 17 11:23:04 2022 +0800 wq

[incubator-nuttx] 01/03: queue: add dq_rmafter support

2022-09-08 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 2cc3ec57effb68dc284985455b0ed4a339fc17eb Author: ligd AuthorDate: Wed Sep 7 17:20:25 2022 +0800 que

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6973: STM32H7: SPI is not experimental anymore

2022-09-08 Thread GitBox
xiaoxiang781216 closed issue #6973: STM32H7: SPI is not experimental anymore URL: https://github.com/apache/incubator-nuttx/issues/6973 -- 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 co

[incubator-nuttx] branch master updated (5e22dcb73b -> 213b954a90)

2022-09-08 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 5e22dcb73b modify clock config add 213b954a90 * Squash round() commits - Add check in roundx() fun

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6767: round() problems with NaN

2022-09-08 Thread GitBox
xiaoxiang781216 closed issue #6767: round() problems with NaN URL: https://github.com/apache/incubator-nuttx/issues/6767 -- 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 unsu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025 -- 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] xiaoxiang781216 commented on pull request #7018: wqueue: change single queue to double queue to improve speed

2022-09-08 Thread GitBox
xiaoxiang781216 commented on PR #7018: URL: https://github.com/apache/incubator-nuttx/pull/7018#issuecomment-1240681701 @pkarashchenko please review again. -- 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] [incubator-nuttx] hartmannathan commented on pull request #7017: Stm32h7 kconfig

2022-09-08 Thread GitBox
hartmannathan commented on PR #7017: URL: https://github.com/apache/incubator-nuttx/pull/7017#issuecomment-1240681196 Should issue #6973 be closed now or is there anything remaining to do for that issue? -- This is an automated message from the Apache Git Service. To respond to the messag

[incubator-nuttx] branch master updated (7c6e4a7204 -> 5e22dcb73b)

2022-09-08 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 7c6e4a7204 drivers/ipcc: enter/leave critical section should in pairs add 5e22dcb73b modify clock con

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6566: NUCLEO-L496ZG-P: no nsh access

2022-09-08 Thread GitBox
xiaoxiang781216 closed issue #6566: NUCLEO-L496ZG-P: no nsh access URL: https://github.com/apache/incubator-nuttx/issues/6566 -- 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.

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7040: NUCLEO-L496ZG:modify clock config

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7040: URL: https://github.com/apache/incubator-nuttx/pull/7040 -- 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] vbenso commented on pull request #6992: WS2812 LED driver using ESP32's RMT peripheral

2022-09-08 Thread GitBox
vbenso commented on PR #6992: URL: https://github.com/apache/incubator-nuttx/pull/6992#issuecomment-1240677383 > Interrupt handler for the RMT driver should not restrict the usage to a single application. In the next days I will add a callback to the IRQ, as instructed, so the code t

[GitHub] [incubator-nuttx] CV-Bowen opened a new pull request, #7042: Add rpmsgmtd support

2022-09-08 Thread GitBox
CV-Bowen opened a new pull request, #7042: URL: https://github.com/apache/incubator-nuttx/pull/7042 ## Summary 1. move the find_mtddriver() to fs.h and add close_mtddriver() api, because the rpmsgmtd need find_mtddriver() to get the mtd device according to the mtd device path, and need

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
hartmannathan commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240648994 Is there anything remaining to do in this PR (besides merge it)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #7041: risc-v/mpfs: usb: fix usb restart

2022-09-08 Thread GitBox
eenurkka opened a new pull request, #7041: URL: https://github.com/apache/incubator-nuttx/pull/7041 Issuing the following commands doesn't succeed: - conn - disconn - conn This USB driver doesn't even disconnect without this patch. If the USB driver has been started from

[incubator-nuttx] branch master updated (b6e76966b9 -> 7c6e4a7204)

2022-09-08 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 b6e76966b9 net/procfs: interface index should begin from 1 add 7c6e4a7204 drivers/ipcc: enter/leave c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7032: drivers/ipcc: enter/leave critical section should in pairs

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7032: URL: https://github.com/apache/incubator-nuttx/pull/7032 -- 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] masayuki2009 commented on pull request #6949: usrsock:refine usrsock's architecture

2022-09-08 Thread GitBox
masayuki2009 commented on PR #6949: URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1240484333 @ethanlcz I tried the latest PR with `spresense:wifi_smp` However, it does not work with this PR. Without this PR, ``` nsh> uname -a NuttX 0.0.0 b6e

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #7018: wqueue: change single queue to double queue to improve speed

2022-09-08 Thread GitBox
GUIDINGLI commented on PR #7018: URL: https://github.com/apache/incubator-nuttx/pull/7018#issuecomment-1240475852 done as you wish -- 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 com

[GitHub] [incubator-nuttx] ASM3 opened a new pull request, #7040: modify clock config

2022-09-08 Thread GitBox
ASM3 opened a new pull request, #7040: URL: https://github.com/apache/incubator-nuttx/pull/7040 ## Summary Change the default clock source from HSE to MSI (which is kind of a default for the NECLEO-L496ZG board). ## Impact Solves issues of testing with a fresh NECLEO-L496ZG unit (e.

[GitHub] [incubator-nuttx] ethanlcz commented on pull request #6949: usrsock:refine usrsock's architecture

2022-09-08 Thread GitBox
ethanlcz commented on PR #6949: URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1240452867 > @ethanlcz Because #7039 has just been merged, could you rebase again? it's done. -- This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx] branch master updated: net/procfs: interface index should begin from 1

2022-09-08 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 b6e76966b9 net/procfs: interface inde

[GitHub] [incubator-nuttx] masayuki2009 closed pull request #7039: net/procfs: interface index should begin from 1

2022-09-08 Thread GitBox
masayuki2009 closed pull request #7039: net/procfs: interface index should begin from 1 URL: https://github.com/apache/incubator-nuttx/pull/7039 -- 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] [incubator-nuttx] GUIDINGLI commented on pull request #7018: wqueue: change single queue to double queue to improve speed

2022-09-08 Thread GitBox
GUIDINGLI commented on PR #7018: URL: https://github.com/apache/incubator-nuttx/pull/7018#issuecomment-1240411762 > The question about performance is still now answered sq -> dq, sq_rm() -> dq_rem() On -> O1 this have a big performance improved for dq_rem() in work_qcancel().

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6949: usrsock:refine usrsock's architecture

2022-09-08 Thread GitBox
xiaoxiang781216 commented on PR #6949: URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1240402456 LGTM, @masayuki2009 could you try it again? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[incubator-nuttx] branch master updated (fd53db56b6 -> 66d9397320)

2022-09-08 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 fd53db56b6 net/netdev: simplify handling of netdev ifr ioctl() add 66d9397320 netdev/ioctl: netlock/u

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7038: netdev/ioctl: netlock/unlock() should in pairs

2022-09-08 Thread GitBox
xiaoxiang781216 merged PR #7038: URL: https://github.com/apache/incubator-nuttx/pull/7038 -- 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] anjiahao1 commented on pull request #6920: support /dev/crypto for nuttx

2022-09-08 Thread GitBox
anjiahao1 commented on PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#issuecomment-1240345486 i add some hardware support,but some aes mode not support. it will add next pr -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] nealef commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
nealef commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240342629 I missed a continuation character in the `isfinite()` macro definition. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7037: Add watchdog driver support to RP2040

2022-09-08 Thread GitBox
pkarashchenko commented on code in PR #7037: URL: https://github.com/apache/incubator-nuttx/pull/7037#discussion_r965599715 ## arch/arm/include/rp2040/watchdog.h: ## @@ -0,0 +1,95 @@ +/ + * arch/arm/incl

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on code in PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r965597492 ## include/nuttx/lib/math.h: ## @@ -81,11 +81,23 @@ #define INFINITY_F (1.0F/0.0F) #define NAN_F (0.0F/0.0F) -#define isnan(x)((x) != (x)) -

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240328976 > > May be. Based on my searched till now (https://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/baselib-finitef.html) the `finite` variants seems to be

[GitHub] [incubator-nuttx] nealef commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
nealef commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240324215 > May be. Based on my searched till now (https://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/baselib-finitef.html) the `finite` variants seems to be deprecat

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240323160 > Would it be useful having both? May be. Based on my searched till now (https://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/baselib-finitef.htm

[GitHub] [incubator-nuttx] nealef commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
nealef commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240319657 Would it be useful having both? -- 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] [incubator-nuttx] ethanlcz commented on a diff in pull request #6949: usrsock:refine usrsock's architecture

2022-09-08 Thread GitBox
ethanlcz commented on code in PR #6949: URL: https://github.com/apache/incubator-nuttx/pull/6949#discussion_r965586526 ## net/usrsock/Make.defs: ## @@ -28,6 +28,7 @@ NET_CSRCS += usrsock_event.c usrsock_getsockname.c usrsock_getsockopt.c NET_CSRCS += usrsock_poll.c usrsock_rec

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on code in PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r965586115 ## include/nuttx/lib/math.h: ## @@ -81,11 +81,19 @@ #define INFINITY_F (1.0F/0.0F) #define NAN_F (0.0F/0.0F) -#define isnan(x)((x) != (x)) -

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240316416 Anyway the error should be fixed by getting back deleted `isfinite` define. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240312361 Try to run `bl602evb/wifi` configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7025: Add check in roundx() functions for infinite or NaN cases

2022-09-08 Thread GitBox
pkarashchenko commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1240310128 `nuttx/include/cxx/cmath` -- 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