[incubator-nuttx] branch master updated: build(deps): bump actions/checkout from 2 to 3

2022-06-18 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 2827b2beb3 build(deps): bump actions

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6477: build(deps): bump actions/checkout from 2 to 3

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6477: URL: https://github.com/apache/incubator-nuttx/pull/6477 -- 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 (f0273efc63 -> 8d17f26907)

2022-06-18 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 f0273efc63 build(deps): bump docker/login-action from 1 to 2 add 8d17f26907 build(deps): bump actions

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6476: build(deps): bump actions/upload-artifact from 1 to 3

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6476: URL: https://github.com/apache/incubator-nuttx/pull/6476 -- 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 (2de2b5ca07 -> f0273efc63)

2022-06-18 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 2de2b5ca07 build(deps): bump actions/download-artifact from 2 to 3 add f0273efc63 build(deps): bump d

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6475: build(deps): bump docker/login-action from 1 to 2

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6475: URL: https://github.com/apache/incubator-nuttx/pull/6475 -- 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 (3921b9c337 -> 2de2b5ca07)

2022-06-18 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 3921b9c337 build(deps): bump docker/setup-buildx-action from 1 to 2 add 2de2b5ca07 build(deps): bump

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6474: build(deps): bump actions/download-artifact from 2 to 3

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6474: URL: https://github.com/apache/incubator-nuttx/pull/6474 -- 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: build(deps): bump docker/setup-buildx-action from 1 to 2

2022-06-18 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 3921b9c337 build(deps): bump docker/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6473: build(deps): bump docker/setup-buildx-action from 1 to 2

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6473: URL: https://github.com/apache/incubator-nuttx/pull/6473 -- 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] anchao commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901047532 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -433,21 +433,27 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif /* CONFIG

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901045027 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -433,21 +433,27 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif

[GitHub] [incubator-nuttx] qinwei2004 commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-18 Thread GitBox
qinwei2004 commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1159613577 @xiaoxiang781216 , please review -- 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

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901044263 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -718,55 +780,10 @@ int bcmf_bus_sdio_initialize(FAR struct bcmf_dev_s *priv, goto exit_free_bus;

[GitHub] [incubator-nuttx] qinwei2004 opened a new pull request, #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-18 Thread GitBox
qinwei2004 opened a new pull request, #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478 ## Summary: Arm64 support for NuttX, Features supported: 1. Cotex-a53 single core and SMP support: it's can run into nsh shell at qemu virt machine. 2. qemu-a53 board co

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901043128 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -433,21 +433,27 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif

[incubator-nuttx] branch dependabot/github_actions/docker/login-action-2 created (now 12fac5fd23)

2022-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/docker/login-action-2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git at 12fac5fd23 build(deps): bump docker/login-action from 1 to 2 N

[incubator-nuttx] branch dependabot/github_actions/actions/checkout-3 created (now 5314441ac2)

2022-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git at 5314441ac2 build(deps): bump actions/checkout from 2 to 3 No new

[GitHub] [incubator-nuttx] dependabot[bot] opened a new pull request, #6477: build(deps): bump actions/checkout from 2 to 3

2022-06-18 Thread GitBox
dependabot[bot] opened a new pull request, #6477: URL: https://github.com/apache/incubator-nuttx/pull/6477 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's release

[incubator-nuttx] branch dependabot/github_actions/actions/upload-artifact-3 created (now 61c780fb1c)

2022-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/upload-artifact-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git at 61c780fb1c build(deps): bump actions/upload-artifact from 1

[GitHub] [incubator-nuttx] dependabot[bot] opened a new pull request, #6475: build(deps): bump docker/login-action from 1 to 2

2022-06-18 Thread GitBox
dependabot[bot] opened a new pull request, #6475: URL: https://github.com/apache/incubator-nuttx/pull/6475 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from https://github.com/docker/login-action/releases";>docker/login-acti

[GitHub] [incubator-nuttx] dependabot[bot] opened a new pull request, #6476: build(deps): bump actions/upload-artifact from 1 to 3

2022-06-18 Thread GitBox
dependabot[bot] opened a new pull request, #6476: URL: https://github.com/apache/incubator-nuttx/pull/6476 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. Release notes Sourced from https://github.com/actions/upload-artifact/releases";>actio

[incubator-nuttx] branch dependabot/github_actions/actions/download-artifact-3 created (now a22e00b9bb)

2022-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/download-artifact-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git at a22e00b9bb build(deps): bump actions/download-artifact fr

[GitHub] [incubator-nuttx] dependabot[bot] opened a new pull request, #6474: build(deps): bump actions/download-artifact from 2 to 3

2022-06-18 Thread GitBox
dependabot[bot] opened a new pull request, #6474: URL: https://github.com/apache/incubator-nuttx/pull/6474 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. Release notes Sourced from https://github.com/actions/download-artifact/releases"

[incubator-nuttx] branch dependabot/github_actions/docker/setup-buildx-action-2 created (now 48adcbdc50)

2022-06-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/docker/setup-buildx-action-2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git at 48adcbdc50 build(deps): bump docker/setup-buildx-action

[GitHub] [incubator-nuttx] dependabot[bot] opened a new pull request, #6473: build(deps): bump docker/setup-buildx-action from 1 to 2

2022-06-18 Thread GitBox
dependabot[bot] opened a new pull request, #6473: URL: https://github.com/apache/incubator-nuttx/pull/6473 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from https://github.com/docker/setup-buildx-action/releas

[incubator-nuttx] branch master updated: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 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 0ec74ec6dd wireless/bcm43xxx: remove

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469 -- 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 (fbddae8813 -> e3bfdf7115)

2022-06-18 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 fbddae8813 wireless/bcm43xxx: add customized MAC address support add e3bfdf7115 chore: Included githu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6472: chore: Included githubactions in the dependabot config

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6472: URL: https://github.com/apache/incubator-nuttx/pull/6472 -- 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] anchao commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901041990 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -663,6 +698,17 @@ static int bcmf_ifup(FAR struct net_driver_s *dev) /* Enable the hardware interru

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901037875 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -780,17 +791,16 @@ int bcmf_bus_sdio_initialize(FAR struct bcmf_dev_s *priv, { wler

[GitHub] [incubator-nuttx] naveensrinivasan commented on pull request #6472: chore: Included githubactions in the dependabot config

2022-06-18 Thread GitBox
naveensrinivasan commented on PR #6472: URL: https://github.com/apache/incubator-nuttx/pull/6472#issuecomment-1159604000 > @naveensrinivasan should we update https://github.com/apache/incubator-nuttx-apps? I would say yes! There is some really cool stuff coming out of Dependabot. Thi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6472: chore: Included githubactions in the dependabot config

2022-06-18 Thread GitBox
xiaoxiang781216 commented on PR #6472: URL: https://github.com/apache/incubator-nuttx/pull/6472#issuecomment-1159602090 @naveensrinivasan should we update https://github.com/apache/incubator-nuttx-apps? -- This is an automated message from the Apache Git Service. To respond to the message

[incubator-nuttx] branch master updated: wireless/bcm43xxx: add customized MAC address support

2022-06-18 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 fbddae8813 wireless/bcm43xxx: add cu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6470: wireless/bcm43xxx: add customized MAC address support

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6470: URL: https://github.com/apache/incubator-nuttx/pull/6470 -- 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] gustavonihei commented on a diff in pull request #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-18 Thread GitBox
gustavonihei commented on code in PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468#discussion_r901034958 ## arch/risc-v/src/esp32c3/esp32c3_i2c.c: ## @@ -1454,6 +1472,10 @@ static inline void esp32c3_i2c_process(struct esp32c3_i2c_priv_s *priv,

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-18 Thread GitBox
gustavonihei commented on code in PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468#discussion_r901034916 ## arch/risc-v/src/esp32c3/esp32c3_i2c.c: ## @@ -1037,14 +1037,32 @@ static int esp32c3_i2c_transfer(struct i2c_master_s *dev, esp32c3_i2c_init_cl

[GitHub] [incubator-nuttx] naveensrinivasan opened a new pull request, #6472: chore: Included githubactions in the dependabot config

2022-06-18 Thread GitBox
naveensrinivasan opened a new pull request, #6472: URL: https://github.com/apache/incubator-nuttx/pull/6472 This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https:

[incubator-nuttx-website] branch asf-site updated: Publishing web: 42e9e27963415ec1359277228669d6b9c71c48d1 docs: e498e5308aaf10f8da7b2a593a55dd14ae58159d

2022-06-18 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 95f2d58 Publishing web

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901017097 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -659,9 +694,16 @@ static int bcmf_ifup(FAR struct net_driver_s *dev) bcmf_ipv6multicast(priv); #en

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901017060 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -636,20 +637,54 @@ void bcmf_netdev_notify_rx(FAR struct bcmf_dev_s *priv) static int bcmf_ifup(FAR s

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
pkarashchenko commented on code in PR #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471#discussion_r901015987 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -636,20 +637,54 @@ void bcmf_netdev_notify_rx(FAR struct bcmf_dev_s *priv) static int bcmf_ifu

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6471: wireless/bcm43xxx: enable power saving on netdev up/down

2022-06-18 Thread GitBox
anchao opened a new pull request, #6471: URL: https://github.com/apache/incubator-nuttx/pull/6471 ## Summary wireless/bcm43xxx: enable power saving on netdev up/down Move sdio/firmware de/initialize to ifup/down Signed-off-by: chao.an ## Impact N/A

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
anchao commented on code in PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469#discussion_r901015142 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -774,11 +769,13 @@ int bcmf_bus_sdio_initialize(FAR struct bcmf_dev_s *priv, /* Spawn bcmf daemon t

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
pkarashchenko commented on code in PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469#discussion_r901014101 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -774,11 +769,13 @@ int bcmf_bus_sdio_initialize(FAR struct bcmf_dev_s *priv, /* Spawn bcmf d

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
anchao commented on code in PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469#discussion_r901013755 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -868,7 +865,8 @@ void bcmf_sdio_waitdog_timeout(wdparm_t arg) int bcmf_sdio_thread(int argc, char **a

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
pkarashchenko commented on code in PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469#discussion_r901010359 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ## @@ -868,7 +865,8 @@ void bcmf_sdio_waitdog_timeout(wdparm_t arg) int bcmf_sdio_thread(int argc, c

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6470: wireless/bcm43xxx: add customized MAC address support

2022-06-18 Thread GitBox
anchao commented on code in PR #6470: URL: https://github.com/apache/incubator-nuttx/pull/6470#discussion_r901003170 ## boards/arm/stm32/emw3162/src/stm32_wlan.c: ## @@ -126,6 +126,15 @@ void bcmf_board_setup_oob_irq(int minor, int (*func)(void *), void *arg) } } +/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6470: wireless/bcm43xxx: add customized MAC address support

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6470: URL: https://github.com/apache/incubator-nuttx/pull/6470#discussion_r901002740 ## boards/arm/stm32/photon/src/stm32_wlan.c: ## @@ -108,6 +108,15 @@ void bcmf_board_setup_oob_irq(int minor, int (*func)(void *), void *arg) } }

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6470: wireless/bcm43xxx: add customized MAC address support

2022-06-18 Thread GitBox
anchao opened a new pull request, #6470: URL: https://github.com/apache/incubator-nuttx/pull/6470 ## Summary wireless/bcm43xxx: add customized MAC address support ## Impact N/A ## Testing bcm43013 customized MAC address set -- This is an automated message

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6469: wireless/bcm43xxx: remove global variable for bcmf_sdio_thread

2022-06-18 Thread GitBox
anchao opened a new pull request, #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469 ## Summary wireless/bcm43xxx: remove global variable for bcmf_sdio_thread ## Impact N/A ## Testing bcm43013 iperf test -- This is an automated message from t

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-18 Thread GitBox
pkarashchenko commented on code in PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468#discussion_r900892553 ## arch/risc-v/src/esp32c3/esp32c3_i2c.c: ## @@ -1037,14 +1037,30 @@ static int esp32c3_i2c_transfer(struct i2c_master_s *dev, esp32c3_i2c_init_c

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468#discussion_r900861463 ## arch/risc-v/src/esp32c3/esp32c3_i2c.c: ## @@ -1037,14 +1037,32 @@ static int esp32c3_i2c_transfer(struct i2c_master_s *dev, esp32c3_i2c_init

[GitHub] [incubator-nuttx] AuroraRAS opened a new pull request, #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-18 Thread GitBox
AuroraRAS opened a new pull request, #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468 ## Summary Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c.c ## Impact we can write specific register on device with I2C now. ## Testing passed with mpu6050.

[incubator-nuttx] branch master updated: wireless/bcm43xxx: handle disassoc correctly

2022-06-18 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 e498e5308a wireless/bcm43xxx: handle

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6467: wireless/bcm43xxx: handle disassoc correctly

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6467: URL: https://github.com/apache/incubator-nuttx/pull/6467 -- 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: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 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 e6a23e7b8a wireless/bcm43xxx: sort s

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6466: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 Thread GitBox
xiaoxiang781216 merged PR #6466: URL: https://github.com/apache/incubator-nuttx/pull/6466 -- 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] anchao commented on a diff in pull request #6466: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 Thread GitBox
anchao commented on code in PR #6466: URL: https://github.com/apache/incubator-nuttx/pull/6466#discussion_r900784582 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -666,300 +669,247 @@ void bcmf_wl_scan_event_handler(FAR struct bcmf_dev_s *priv, /* Process esc

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6466: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 Thread GitBox
anchao commented on code in PR #6466: URL: https://github.com/apache/incubator-nuttx/pull/6466#discussion_r900784447 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -666,300 +669,247 @@ void bcmf_wl_scan_event_handler(FAR struct bcmf_dev_s *priv, /* Process esc

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6466: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 Thread GitBox
anchao commented on code in PR #6466: URL: https://github.com/apache/incubator-nuttx/pull/6466#discussion_r900776750 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -623,16 +623,19 @@ void bcmf_wl_auth_event_handler(FAR struct bcmf_dev_s *priv, */ void bcmf_wl_

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6467: wireless/bcm43xxx: handle disassoc correctly

2022-06-18 Thread GitBox
anchao opened a new pull request, #6467: URL: https://github.com/apache/incubator-nuttx/pull/6467 ## Summary wireless/bcm43xxx: handle disassoc correctly 1. use WLC_DISASSOC to deal disconnect event 2. carrier net device status Signed-off-by: chao.an ##

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6466: wireless/bcm43xxx: sort scan result by rssi

2022-06-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6466: URL: https://github.com/apache/incubator-nuttx/pull/6466#discussion_r900751609 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -666,300 +669,247 @@ void bcmf_wl_scan_event_handler(FAR struct bcmf_dev_s *priv, /* Pr