[GitHub] [incubator-nuttx] anchao opened a new pull request, #6451: net/tcp(buffered): retransmit only one the earliest not acknowledged segment

2022-06-16 Thread GitBox
anchao opened a new pull request, #6451: URL: https://github.com/apache/incubator-nuttx/pull/6451 ## Summary net/tcp(buffered): retransmit only one the earliest not acknowledged segment Retransmit only one the earliest not acknowledged segment (according to RFC 6298 (5.4)). T

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6452: arch/backtrace: correct the skip counter

2022-06-16 Thread GitBox
anchao opened a new pull request, #6452: URL: https://github.com/apache/incubator-nuttx/pull/6452 ## Summary arch/backtrace: correct the skip counter arm_backtrace_fp.c was missing from the previous PR: https://github.com/apache/incubator-nuttx/pull/5122 ## Impact

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #6449: fs/unionfs: Don't unlink the source path

2022-06-16 Thread GitBox
xiaoxiang781216 closed pull request #6449: fs/unionfs: Don't unlink the source path URL: https://github.com/apache/incubator-nuttx/pull/6449 -- 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 speci

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6449: fs/unionfs: Don't unlink the source path

2022-06-16 Thread GitBox
xiaoxiang781216 commented on code in PR #6449: URL: https://github.com/apache/incubator-nuttx/pull/6449#discussion_r898872017 ## fs/unionfs/fs_unionfs.c: ## @@ -2700,16 +2700,6 @@ static int unionfs_dobind(FAR const char *fspath1, FAR const char *prefix1, } } -

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request, #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
anchao opened a new pull request, #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200 ## Summary wireless/wapi: authentication parameters should update before key set set authentication parameters before key set on command mode Signed-off-by: chao.an

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6451: net/tcp(buffered): retransmit only one the earliest not acknowledged segment

2022-06-16 Thread GitBox
xiaoxiang781216 merged PR #6451: URL: https://github.com/apache/incubator-nuttx/pull/6451 -- 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: net/tcp(buffered): retransmit only one the earliest not acknowledged segment

2022-06-16 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 669fb83706 net/tcp(buffered): retran

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6446: wireless/bcm43xxx: improve throughput of net driver

2022-06-16 Thread GitBox
masayuki2009 merged PR #6446: URL: https://github.com/apache/incubator-nuttx/pull/6446 -- 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: wireless/bcm43xxx: improve throughput of net driver

2022-06-16 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 b33a709213 wireless/bcm43xxx: improve

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6452: arch/backtrace: correct the skip counter

2022-06-16 Thread GitBox
masayuki2009 merged PR #6452: URL: https://github.com/apache/incubator-nuttx/pull/6452 -- 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 (b33a709213 -> 7790839eb0)

2022-06-16 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from b33a709213 wireless/bcm43xxx: improve throughput of net driver add 7790839eb0 arch/backtrace: correct

[GitHub] [incubator-nuttx] acassis merged pull request #6450: arch/riscv/mpfs: Add a config flag to select SD mux state

2022-06-16 Thread GitBox
acassis merged PR #6450: URL: https://github.com/apache/incubator-nuttx/pull/6450 -- 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: arch/riscv/mpfs: Add a config flag to select SD mux state

2022-06-16 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 d8cc1fd76d arch/riscv/mpfs: Add a conf

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6453: wireless/bcm43xxx: replace all busy delay to nxsig_usleep

2022-06-16 Thread GitBox
anchao opened a new pull request, #6453: URL: https://github.com/apache/incubator-nuttx/pull/6453 ## Summary wireless/bcm43xxx: replace all busy delay to nxsig_usleep ## Impact N/A ## Testing bcm43013 iperf test -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] taikoyaP opened a new pull request, #6454: sama5: Fix wrong comments.

2022-06-16 Thread GitBox
taikoyaP opened a new pull request, #6454: URL: https://github.com/apache/incubator-nuttx/pull/6454 ## Summary In nuttx/arch/arm/src/sama5/sam_ehci.c, some comments is wrong. (comments for sam_cancel() are same for sam_connect(), etc) ## Impact ## Testing -- Thi

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6422: New chip family stm32wb (WIP)

2022-06-16 Thread GitBox
acassis commented on code in PR #6422: URL: https://github.com/apache/incubator-nuttx/pull/6422#discussion_r899028473 ## arch/arm/include/stm32wb/chip.h: ## @@ -0,0 +1,80 @@ +/ + * arch/arm/inclu

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6453: wireless/bcm43xxx: replace all busy delay to nxsig_usleep

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #6453: URL: https://github.com/apache/incubator-nuttx/pull/6453#discussion_r899039315 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c: ## @@ -771,10 +772,10 @@ void bcmf_core_reset(FAR struct bcmf_sdio_dev_s *sbus, bcmf_write_sbregw(sb

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6434: include/cxx: Remove all non standard c++ header files

2022-06-16 Thread GitBox
pkarashchenko merged PR #6434: URL: https://github.com/apache/incubator-nuttx/pull/6434 -- 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: include/cxx: Remove all non standard c++ header files

2022-06-16 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 The following commit(s) were added to refs/heads/master by this push: new 7a739851aa include/cxx: Remove a

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6448: xtensa/esp32s3: Add esp32s3-eye board support

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #6448: URL: https://github.com/apache/incubator-nuttx/pull/6448#discussion_r899046105 ## boards/xtensa/esp32s3/esp32s3-eye/scripts/esp32s3.ld: ## @@ -0,0 +1,269 @@ +/***

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6448: xtensa/esp32s3: Add esp32s3-eye board support

2022-06-16 Thread GitBox
acassis commented on code in PR #6448: URL: https://github.com/apache/incubator-nuttx/pull/6448#discussion_r899048693 ## boards/xtensa/esp32s3/esp32s3-eye/scripts/esp32s3.ld: ## @@ -0,0 +1,269 @@ +/ + *

[GitHub] [incubator-nuttx] taikoyaP opened a new pull request, #6455: usbhost_cdcacm: fix error with interrupt IN endpoint.

2022-06-16 Thread GitBox
taikoyaP opened a new pull request, #6455: URL: https://github.com/apache/incubator-nuttx/pull/6455 ## Summary On CDC-ACM host driver, IN interrupt endpoint is recognized as "OUT interrupt". ## Impact When usbhost_notification_work() called, it send qTD to device with QTD_TOKEN

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6456: mmcsd/sdio: correct return value of sdio_probe()

2022-06-16 Thread GitBox
anchao opened a new pull request, #6456: URL: https://github.com/apache/incubator-nuttx/pull/6456 ## Summary mmcsd/sdio: correct return value of sdio_probe() ## Impact N/A ## Testing bcm43013 iperf test -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6457: wireless/bcm43xxx: configurable buffer size of escan result

2022-06-16 Thread GitBox
anchao opened a new pull request, #6457: URL: https://github.com/apache/incubator-nuttx/pull/6457 ## Summary wireless/bcm43xxx: configurable buffer size of escan result ## Impact N/A ## Testing bcm43xxx scan -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] Ouss4 commented on a diff in pull request #6448: xtensa/esp32s3: Add esp32s3-eye board support

2022-06-16 Thread GitBox
Ouss4 commented on code in PR #6448: URL: https://github.com/apache/incubator-nuttx/pull/6448#discussion_r899109171 ## boards/xtensa/esp32s3/esp32s3-eye/scripts/esp32s3.ld: ## @@ -0,0 +1,269 @@ +/ + * bo

[incubator-nuttx] branch master updated: sama5: Fix wrong comments.

2022-06-16 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 The following commit(s) were added to refs/heads/master by this push: new 9f4691603f sama5: Fix wrong comm

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6454: sama5: Fix wrong comments.

2022-06-16 Thread GitBox
pkarashchenko merged PR #6454: URL: https://github.com/apache/incubator-nuttx/pull/6454 -- 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] pkarashchenko commented on a diff in pull request #6448: xtensa/esp32s3: Add esp32s3-eye board support

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #6448: URL: https://github.com/apache/incubator-nuttx/pull/6448#discussion_r899139293 ## boards/xtensa/esp32s3/esp32s3-eye/scripts/esp32s3.ld: ## @@ -0,0 +1,269 @@ +/***

[incubator-nuttx] 02/02: esp32s3: Add support to USBSERIAL to use as console

2022-06-16 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 4eddde90b073615cdf55b168c20063f898cc9423 Author: Alan Carvalho de Assis AuthorDate: Wed Jun 15 15:56:10

[incubator-nuttx] 01/02: esp32s3: Add basic support to ESP32-S3-EYE

2022-06-16 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 faa1c3a74cf475787c60a611556e47461eabbd32 Author: Alan Carvalho de Assis AuthorDate: Thu Jun 9 17:34:30 2

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6448: xtensa/esp32s3: Add esp32s3-eye board support

2022-06-16 Thread GitBox
pkarashchenko merged PR #6448: URL: https://github.com/apache/incubator-nuttx/pull/6448 -- 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 (9f4691603f -> 4eddde90b0)

2022-06-16 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 9f4691603f sama5: Fix wrong comments. new faa1c3a74c esp32s3: Add basic support to ESP32-S3-EYE

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899145828 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int so

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6456: mmcsd/sdio: correct return value of sdio_probe()

2022-06-16 Thread GitBox
xiaoxiang781216 merged PR #6456: URL: https://github.com/apache/incubator-nuttx/pull/6456 -- 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: mmcsd/sdio: correct return value of sdio_probe()

2022-06-16 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 591942f69b mmcsd/sdio: correct retur

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6453: wireless/bcm43xxx: replace all busy delay to nxsig_usleep

2022-06-16 Thread GitBox
xiaoxiang781216 merged PR #6453: URL: https://github.com/apache/incubator-nuttx/pull/6453 -- 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: replace all busy delay to nxsig_usleep

2022-06-16 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 29dd12283c wireless/bcm43xxx: replac

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6457: wireless/bcm43xxx: configurable buffer size of escan result

2022-06-16 Thread GitBox
xiaoxiang781216 merged PR #6457: URL: https://github.com/apache/incubator-nuttx/pull/6457 -- 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: configurable buffer size of escan result

2022-06-16 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 e2c154dffe wireless/bcm43xxx: config

[GitHub] [incubator-nuttx-apps] anchao commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
anchao commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899226533 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int sock, int

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899230560 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int so

[incubator-nuttx] branch master updated: usbhost_cdcacm: fix error with interrupt IN endpoint.

2022-06-16 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 The following commit(s) were added to refs/heads/master by this push: new a9ad1a336b usbhost_cdcacm: fix e

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6455: usbhost_cdcacm: fix error with interrupt IN endpoint.

2022-06-16 Thread GitBox
pkarashchenko merged PR #6455: URL: https://github.com/apache/incubator-nuttx/pull/6455 -- 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] pkarashchenko merged pull request #6435: drivers/syslog: reuse rmutex_t for the recursive check

2022-06-16 Thread GitBox
pkarashchenko merged PR #6435: URL: https://github.com/apache/incubator-nuttx/pull/6435 -- 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: drivers/syslog: reuse rmutex_t for the recursive check

2022-06-16 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 The following commit(s) were added to refs/heads/master by this push: new 22548d71eb drivers/syslog: reuse

[GitHub] [incubator-nuttx-apps] anchao commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
anchao commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899263866 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int sock, int

[GitHub] [incubator-nuttx] acassis opened a new pull request, #6458: esp32s3: Add documentation to ESP32-S3 boards

2022-06-16 Thread GitBox
acassis opened a new pull request, #6458: URL: https://github.com/apache/incubator-nuttx/pull/6458 ## Summary Add documentation to ESP32-S3 boards ## Impact Users will get information about ESP32-S3 board ## Testing N/A -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6458: esp32s3: Add documentation to ESP32-S3 boards

2022-06-16 Thread GitBox
gustavonihei commented on code in PR #6458: URL: https://github.com/apache/incubator-nuttx/pull/6458#discussion_r899502124 ## Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst: ## @@ -0,0 +1,58 @@ +== +ESP32S3-DevKit +== + +The `ESP32

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6458: esp32s3: Add documentation to ESP32-S3 boards

2022-06-16 Thread GitBox
gustavonihei commented on code in PR #6458: URL: https://github.com/apache/incubator-nuttx/pull/6458#discussion_r899504169 ## Documentation/platforms/xtensa/esp32s3/boards/esp32s3-eye/index.rst: ## @@ -0,0 +1,94 @@ += +ESP32-S3-EYE += + +The `ESP32-S3-EYE

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r899505602 ## sched/semaphore/sem_holder.c: ## @@ -495,111 +417,30 @@ static int nxsem_restoreholderprio(FAR struct semholder_s *pholder, if (htcb->sched_priori

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
pkarashchenko commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899508744 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int so

[GitHub] [incubator-nuttx] spiderkeys opened a new pull request, #6459: Adds device descriptor for the MB5RS2MTA 256KB FRAM part

2022-06-16 Thread GitBox
spiderkeys opened a new pull request, #6459: URL: https://github.com/apache/incubator-nuttx/pull/6459 ## Summary Adds support for the 256KB MB5RS2MTA FRAM component. ## Impact Just the memory used to store the additional descriptor entry. ## Testing Tested successfully

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

2022-06-16 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 7a5491f Publishing web

[GitHub] [incubator-nuttx] naveensrinivasan opened a new pull request, #6460: chore: Set permissions for GitHub actions

2022-06-16 Thread GitBox
naveensrinivasan opened a new pull request, #6460: URL: https://github.com/apache/incubator-nuttx/pull/6460 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - I

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6459: Adds device descriptor for the MB5RS2MTA 256KB FRAM part

2022-06-16 Thread GitBox
xiaoxiang781216 merged PR #6459: URL: https://github.com/apache/incubator-nuttx/pull/6459 -- 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: Adds device descriptor for the MB5RS2MTA 256KB FRAM part

2022-06-16 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 d12e2778a5 Adds device descriptor fo

[GitHub] [incubator-nuttx-apps] anchao commented on a diff in pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
anchao commented on code in PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200#discussion_r899717404 ## wireless/wapi/src/wapi.c: ## @@ -521,15 +521,64 @@ static int wapi_essid_cmd(int sock, int argc, FAR char **argv) static int wapi_psk_cmd(int sock, int

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request, #1201: webclient_abort: Fix a resource leak for the tunneling case

2022-06-16 Thread GitBox
yamt opened a new pull request, #1201: URL: https://github.com/apache/incubator-nuttx-apps/pull/1201 ## Summary webclient_abort: Fix a resource leak for the tunneling case ## Impact ## Testing tested with my app on macOS with LSan. -- This is an automated message fr

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6460: chore: Set permissions for GitHub actions

2022-06-16 Thread GitBox
pkarashchenko merged PR #6460: URL: https://github.com/apache/incubator-nuttx/pull/6460 -- 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: chore: Set permissions for GitHub actions

2022-06-16 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 The following commit(s) were added to refs/heads/master by this push: new 155c9a2070 chore: Set permission

[incubator-nuttx-apps] branch master updated: wireless/wapi: authentication parameters should update before key set

2022-06-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new be516e4c5 wireless/wapi: au

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1200: wireless/wapi: authentication parameters should update before key set

2022-06-16 Thread GitBox
pkarashchenko merged PR #1200: URL: https://github.com/apache/incubator-nuttx-apps/pull/1200 -- 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-uns

[incubator-nuttx-apps] branch master updated: webclient_abort: Fix a resource leak for the tunneling case

2022-06-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new eece4a5ca webclient_abort:

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1201: webclient_abort: Fix a resource leak for the tunneling case

2022-06-16 Thread GitBox
pkarashchenko merged PR #1201: URL: https://github.com/apache/incubator-nuttx-apps/pull/1201 -- 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-uns

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6461: wireless/bcm43xxx: Don't call bcmf_board_setup_oob_irq in bcmf_sdio_thread

2022-06-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #6461: URL: https://github.com/apache/incubator-nuttx/pull/6461 ## Summary since oob irq is already setup in bcmf_bus_setup_interrupts, it waste time and energy to do the same thing repeatly in the work thread. ## Impact Minor

[GitHub] [incubator-nuttx] jlaitine opened a new pull request, #6462: boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.h: Update memo…

2022-06-16 Thread GitBox
jlaitine opened a new pull request, #6462: URL: https://github.com/apache/incubator-nuttx/pull/6462 …ry initialization parameters Sync some of the AXI configuration and DDR training parameters with the manufacturer's defaults. The TIP_CFG parameter correction helps with DDR

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6463: wireless/bcm43xxx: add status print on bcmf_wl_auth_event_handler()

2022-06-16 Thread GitBox
anchao opened a new pull request, #6463: URL: https://github.com/apache/incubator-nuttx/pull/6463 ## Summary wireless/bcm43xxx: add status print on bcmf_wl_auth_event_handler() ## Impact N/A ## Testing bcm43013 scan -- This is an automated message from th

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6464: wireless/bcm43xxx: add more ioctl command support

2022-06-16 Thread GitBox
anchao opened a new pull request, #6464: URL: https://github.com/apache/incubator-nuttx/pull/6464 ## Summary wireless/bcm43xxx: add more ioctl command support Support command: SIOCGIWFREQ SIOCGIWMODE SIOCSIWAP SIOCGIWAP SIOCGIWESSID SIOCGIWRA