[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6800: Use GCC for LD on MIPS processors

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6800: URL: https://github.com/apache/incubator-nuttx/pull/6800#issuecomment-1207339362 @rm5248 there are some compile errors. Please reference the last arm Toolchain.defs too. -- This is an automated message from the Apache Git Service. To respond to the m

[incubator-nuttx] branch master updated: board/cxd56xx/audio: Fix CXD56 audio initialization

2022-08-06 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 b66e4a44d9 board/cxd56xx/audio: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6798: board/cxd56xx/audio: Fix CXD56 audio initialization

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6798: URL: https://github.com/apache/incubator-nuttx/pull/6798 -- 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 #6798: board/cxd56xx/audio: Fix CXD56 audio initialization

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6798: URL: https://github.com/apache/incubator-nuttx/pull/6798#issuecomment-1207331961 Let's ignore the compile warning which is fixed by https://github.com/apache/incubator-nuttx/pull/6799 -- This is an automated message from the Apache Git Service. To re

[incubator-nuttx] branch master updated: fix warning

2022-08-06 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 631ae0032e fix warning 631ae0032e is

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6799: remove unused lib,fix compile warning, fix dos2unix

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6799: URL: https://github.com/apache/incubator-nuttx/pull/6799 -- 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] rm5248 opened a new pull request, #6800: Use GCC for LD on MIPS processors

2022-08-06 Thread GitBox
rm5248 opened a new pull request, #6800: URL: https://github.com/apache/incubator-nuttx/pull/6800 ## Summary I built GCC 11.2 with crosstool-ng and found that the linking process failed. This led me to issue #3826, which is the same issue but for ARM. I applied effectively the same pat

[GitHub] [incubator-nuttx] eaglelaw commented on pull request #6799: remove unused lib,fix compile warning, fix dos2unix

2022-08-06 Thread GitBox
eaglelaw commented on PR #6799: URL: https://github.com/apache/incubator-nuttx/pull/6799#issuecomment-1207314287 @xiaoxiang781216 fixed warning and dos2unix, please review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] eaglelaw opened a new pull request, #6799: remove unused lib,fix compile warning, fix dos2unix

2022-08-06 Thread GitBox
eaglelaw opened a new pull request, #6799: URL: https://github.com/apache/incubator-nuttx/pull/6799 ## 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

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

2022-08-06 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 3b6f714 Publishing web

[GitHub] [incubator-nuttx] takayoshi-k opened a new pull request, #6798: board/cxd56xx/audio: Fix CXD56 audio initialization

2022-08-06 Thread GitBox
takayoshi-k opened a new pull request, #6798: URL: https://github.com/apache/incubator-nuttx/pull/6798 ## Summary Fix PCM decoder config where it is always initialized assuming it was enabled despite being optional. ## Impact CXD56xx ## Testing Test that nxplayer

[incubator-nuttx] branch master updated: remove unused lib,fix according review comments

2022-08-06 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 702e2f3680 remove unused lib,fix acc

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6797: remove unused lib

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797 -- 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] davids5 commented on issue #6796: NUCLEO-L4R5ZI - SDMMC - SDIO - no communication on CMD line

2022-08-06 Thread GitBox
davids5 commented on issue #6796: URL: https://github.com/apache/incubator-nuttx/issues/6796#issuecomment-1207253621 @qbazd Did you add the HW and and pull ~50 pull ups on all the lines to the card but not the clock line? Check that "MMC cards support" is disabled Check t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#issuecomment-1207222380 If you can't share the code, the benefit is small to share Kconfig. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6797: remove unused lib

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797#discussion_r939533074 ## arch/arm/src/phy62xx/Make.defs: ## @@ -20,12 +20,11 @@ include armv6-m/Make.defs -CMN_ASRCS := $(filter-out arm_exception.S,$(CMN_ASRCS)) +#CMN_A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6797: remove unused lib

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797#issuecomment-1207222122 Don't change the file permission from 100644 to 100755 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] davids5 commented on pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
davids5 commented on PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#issuecomment-1207218052 I could see the benefit for splitting the Kconfig share IP. Without that gain, it is just more name space that could be subject to misinterpretation and create a bigger problem a

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6797: fix bus_dev.h

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797#issuecomment-1207214479 @eaglelaw could you merge all change into one patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
raiden00pl commented on PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#issuecomment-1207208814 I don't think that splitted Kconfig is a good idea at the moment. STM32 ports are already a complete mess, the maintenance and keeping changes between STM32 ports in sync is

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6780: iob_s add io_private filed, user can use it to keep context

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #6780: URL: https://github.com/apache/incubator-nuttx/pull/6780#discussion_r939524752 ## include/nuttx/mm/iob.h: ## @@ -108,7 +120,7 @@ struct iob_s #endif unsigned int io_pktlen; /* Total length of the packet */ - uint8_t io_data[

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6797: fix bus_dev.h

2022-08-06 Thread GitBox
xiaoxiang781216 commented on PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797#issuecomment-1207206168 @eaglelaw please remove the middle merge patch. -- 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] eaglelaw closed pull request #6795: remove unused lib

2022-08-06 Thread GitBox
eaglelaw closed pull request #6795: remove unused lib URL: https://github.com/apache/incubator-nuttx/pull/6795 -- 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

[GitHub] [incubator-nuttx] eaglelaw commented on pull request #6797: fix bus_dev.h

2022-08-06 Thread GitBox
eaglelaw commented on PR #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797#issuecomment-1207205550 @xiaoxiang781216 , previous PR seems doesn't working,please review this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] eaglelaw opened a new pull request, #6797: fix bus_dev.h

2022-08-06 Thread GitBox
eaglelaw opened a new pull request, #6797: URL: https://github.com/apache/incubator-nuttx/pull/6797 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on a diff in pull request #1254: Modify telnetd

2022-08-06 Thread GitBox
masayuki2009 commented on code in PR #1254: URL: https://github.com/apache/incubator-nuttx-apps/pull/1254#discussion_r939521889 ## netutils/telnetd/telnetd_daemon.c: ## @@ -369,6 +389,7 @@ static int telnetd_daemon(int argc, FAR char *argv[]) * *

[GitHub] [incubator-nuttx] qbazd opened a new issue, #6796: NUCLEO-L4R5ZI - SDMMC - SDIO - no communication on CMD line

2022-08-06 Thread GitBox
qbazd opened a new issue, #6796: URL: https://github.com/apache/incubator-nuttx/issues/6796 Hi, I'm trying to get working Nuttx 10.3.0 on NUCLEO-L4R5ZI. I'm stuck on SDIO interface. (Clock setup works, serial communication works). I've based my work on the stm32l4r9ai-disco, as i

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
mlyszczek commented on code in PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#discussion_r939499410 ## boards/arm/stm32wl5/nucleo-wl55jc/Kconfig: ## @@ -24,547 +24,8 @@ config ARCH_BOARD_ENABLE_CPU2 When enabled, CPU2 (cortex-m0) will be start

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
mlyszczek commented on code in PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#discussion_r939499410 ## boards/arm/stm32wl5/nucleo-wl55jc/Kconfig: ## @@ -24,547 +24,8 @@ config ARCH_BOARD_ENABLE_CPU2 When enabled, CPU2 (cortex-m0) will be start

[incubator-nuttx] 03/04: imxrt:serial add TX & RX DMA support

2022-08-06 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 fa58381e58846362e22de0f7a5384ec84315c899 Author: David Sidrane AuthorDate: Thu Jun 9 13:31:43 2022 -0700

[incubator-nuttx] 01/04: imxrt:lpi2c add parens for macros expansions

2022-08-06 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 f34acdb936bfecdd979b93026e5f81c2139989c0 Author: David Sidrane AuthorDate: Wed Jun 1 14:00:23 2022 -0700

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6794: IMX.RT Add DMA on LPSPI, LPUART, LPI2C

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6794: URL: https://github.com/apache/incubator-nuttx/pull/6794 -- 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] 04/04: imxrt:SPI add DMA support

2022-08-06 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 55aaba53fc735d645332703efdc72310dd56cc86 Author: David Sidrane AuthorDate: Thu Jul 21 05:40:31 2022 -0700

[incubator-nuttx] branch master updated (22d41f6b9c -> 55aaba53fc)

2022-08-06 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 22d41f6b9c LPC17xx_40xx PWM multichannel support USB no softconnect SocketCAN kconfig fixes new f34a

[incubator-nuttx] 02/04: imxrt:Add LPI2C DMA

2022-08-06 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 85ec2e1446b55f679cdf0aad6cfcd521eeceb6db Author: David Sidrane AuthorDate: Wed Jun 1 14:01:30 2022 -0700

[incubator-nuttx] branch master updated: LPC17xx_40xx PWM multichannel support USB no softconnect SocketCAN kconfig fixes

2022-08-06 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 22d41f6b9c LPC17xx_40xx PWM multicha

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6788: LPC17xx_40xx PWM multichannel support

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6788: URL: https://github.com/apache/incubator-nuttx/pull/6788 -- 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] 10/10: imrt105x:ENET Match Data sheet Naming

2022-08-06 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 6ab76bfc7ca86a6bc73811233a73f745ce5d1006 Author: David Sidrane AuthorDate: Fri Aug 5 09:51:27 2022 -0700

[incubator-nuttx] 03/10: imxrt:ETH Add Support for ETH2

2022-08-06 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 81f03a91517904e1bde3eaf0cd7b23bd33b6d3f6 Author: David Sidrane AuthorDate: Tue Mar 15 14:27:51 2022 -0700

[incubator-nuttx] 01/10: imxrt:Ethernet Add LAN8742A support

2022-08-06 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 3af910f8b60454f802b74b07a342af160bca9664 Author: David Sidrane AuthorDate: Tue Mar 15 09:42:22 2022 -0700

[incubator-nuttx] branch master updated (5ec3716e27 -> 6ab76bfc7c)

2022-08-06 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 5ec3716e27 Created LVGL Demo config for the TTGO T-Display ESP32 board new 3af910f8b6 imxrt:Ethernet

[incubator-nuttx] 09/10: imrt102x:ENET Match Data sheet Naming

2022-08-06 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 b9a6b01e6cf696aa22e4b0e4499a5d80b8dc41bc Author: David Sidrane AuthorDate: Fri Aug 5 09:48:51 2022 -0700

[incubator-nuttx] 06/10: imxrt:pinmux ENET2 correct ALT for GPIO_ENET2_REF_CLK2

2022-08-06 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 1d88f8df37442da6bd32505efc5ed79c034a0c49 Author: David Sidrane AuthorDate: Tue Jun 21 10:32:51 2022 -0700

[incubator-nuttx] 04/10: imxrt:Kconfig add IMXRT_PHY_POLLING

2022-08-06 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 6a2c1fb1deea295e3d74a5fc6ed9b6c836d6da28 Author: David Sidrane AuthorDate: Tue Jun 21 10:33:55 2022 -0700

[incubator-nuttx] 07/10: imxrt:enet Better interrupt state handeling

2022-08-06 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 522a949ed5b377a8a00c409da9bf1dd032fed939 Author: David Sidrane AuthorDate: Wed Jul 13 11:00:11 2022 -0700

[incubator-nuttx] 05/10: imxrt:Fix Ethernet Clocking

2022-08-06 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 bced1a3cb4125cf45f8e99cae5bb01b6542f3f7e Author: David Sidrane AuthorDate: Wed Mar 16 10:41:17 2022 -0700

[incubator-nuttx] 02/10: imxrt:All boards ARCH_PHY_INTERRUPT is a board property

2022-08-06 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 49d304257c4be1d4ab9f58d4e580a4e78144e3e1 Author: David Sidrane AuthorDate: Tue Mar 15 10:17:11 2022 -0700

[incubator-nuttx] 08/10: imxrt:Enet ensure proper dcache for Writeback mode

2022-08-06 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 0628019c2cb08dce06a128eef162bbe3e9ba0c8b Author: David Sidrane AuthorDate: Wed Jul 13 11:01:49 2022 -0700

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6787: imxrt: Ethernet Cleanup and extend support for ETH1 or ETH2 and LAN8742A

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6787: URL: https://github.com/apache/incubator-nuttx/pull/6787 -- 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] 02/02: Created LVGL Demo config for the TTGO T-Display ESP32 board

2022-08-06 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 5ec3716e27a0a1785da06d77fcb34fd34632d1b1 Author: Tiago Medicci Serrano AuthorDate: Fri Jul 29 10:49:48 2022

[incubator-nuttx] branch master updated (9be737c89f -> 5ec3716e27)

2022-08-06 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 9be737c89f sim/adb: Enable ping for test new 2ccb4eb163 Added support for the Lily Go TTGO T-Display

[incubator-nuttx] 01/02: Added support for the Lily Go TTGO T-Display ESP32 V1.1 board.

2022-08-06 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 2ccb4eb16357f2590840cb062cf522e8674ce9de Author: Tiago Medicci Serrano AuthorDate: Thu Jul 28 18:56:53 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6793: TTGO T-Display ESP32 V1.1 board support

2022-08-06 Thread GitBox
xiaoxiang781216 merged PR #6793: URL: https://github.com/apache/incubator-nuttx/pull/6793 -- 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 #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#discussion_r939496783 ## arch/arm/src/stm32wl5/kconfig.d/configuration.kconfig: ## @@ -0,0 +1,4 @@ +source "arch/arm/src/stm32wl5/kconfig.d/configuration/serial.kconfig" Revi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#discussion_r939496702 ## boards/arm/stm32wl5/nucleo-wl55jc/Kconfig: ## @@ -24,547 +24,8 @@ config ARCH_BOARD_ENABLE_CPU2 When enabled, CPU2 (cortex-m0) will be

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6781: Multiple improvements for stm32wl5 board nucleo-stm32wl5jc

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #6781: URL: https://github.com/apache/incubator-nuttx/pull/6781#discussion_r939496702 ## boards/arm/stm32wl5/nucleo-wl55jc/Kconfig: ## @@ -24,547 +24,8 @@ config ARCH_BOARD_ENABLE_CPU2 When enabled, CPU2 (cortex-m0) will be

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1254: Modify telnetd

2022-08-06 Thread GitBox
xiaoxiang781216 commented on code in PR #1254: URL: https://github.com/apache/incubator-nuttx-apps/pull/1254#discussion_r939496139 ## netutils/telnetd/telnetd_daemon.c: ## @@ -369,6 +389,7 @@ static int telnetd_daemon(int argc, FAR char *argv[]) * **