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
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
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
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,
}
}
-
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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 @@
+/***
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 @@
+/
+ *
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
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
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
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
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
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
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 @@
+/***
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
68 matches
Mail list logo