adamkaliszan opened a new pull request, #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551
Kconfig changes
SSD1680 driver changes
ioctl(..., FBIO_REDRAW, ...) added
## Summary
It is possible to ask E-ink driver to redraw. In case of frame buffer
modification, the
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r911899938
##
drivers/lcd/Kconfig:
##
@@ -18,6 +18,15 @@ menuconfig LCD
if LCD
+config FB_REDRAW
Review Comment:
@adamkaliszan look like FB_UPDATE implemen
xiaoxiang781216 merged PR #6549:
URL: https://github.com/apache/incubator-nuttx/pull/6549
--
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 caf92cdadf Esp32 lilygo tty t5v2 bug
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r911936115
##
drivers/lcd/Kconfig:
##
@@ -18,6 +18,15 @@ menuconfig LCD
if LCD
+config FB_REDRAW
Review Comment:
FB_UPDATE is more uncomfortable in use, becau
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r911967645
##
drivers/lcd/Kconfig:
##
@@ -18,6 +18,15 @@ menuconfig LCD
if LCD
+config FB_REDRAW
Review Comment:
> FB_UPDATE is more uncomfortable in use,
acassis merged PR #6550:
URL: https://github.com/apache/incubator-nuttx/pull/6550
--
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 3d1ce144df arch: Move up_getsp from ar
acassis opened a new pull request, #6552:
URL: https://github.com/apache/incubator-nuttx/pull/6552
## Summary
Fix IOMUX function number for SPI
## Impact
Only ESP32S3
## Testing
ESP32S3-Devkit
--
This is an automated message from the Apache Git Service.
To respond to the
xiaoxiang781216 merged PR #6552:
URL: https://github.com/apache/incubator-nuttx/pull/6552
--
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 922ebe5b96 Fix IOMUX function number
edsut commented on issue #6531:
URL:
https://github.com/apache/incubator-nuttx/issues/6531#issuecomment-1172586030
@acassis I did post the question there prior to this...
https://discuss.px4.io/t/mavlink-hardfault-on-usb-connection/27856
No response.
My gut says its not QGC specific
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912214117
##
drivers/lcd/Kconfig:
##
@@ -18,6 +18,15 @@ menuconfig LCD
if LCD
+config FB_REDRAW
Review Comment:
So if there is Null argument whole content of
curuvar opened a new pull request, #6553:
URL: https://github.com/apache/incubator-nuttx/pull/6553
## Summary
Documentation for RP2040 based boards
## Impact
No impact on other modules
## Testing
Basic check. This is still somewhat of a work-in-progress. C
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912247006
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -173,7 +173,30 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
fb_coord_t endy;
int ret;
-
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912247479
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -173,7 +173,30 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
fb_coord_t endy;
int ret;
-
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912247479
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -173,7 +173,30 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
fb_coord_t endy;
int ret;
-
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 52ef820 Publishing web
xiaoxiang781216 merged PR #6553:
URL: https://github.com/apache/incubator-nuttx/pull/6553
--
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 b70fc57849 RP2040 Board Documentatio
zhhyu7 commented on code in PR #6543:
URL: https://github.com/apache/incubator-nuttx/pull/6543#discussion_r912314528
##
include/nuttx/net/netdev.h:
##
@@ -242,7 +242,7 @@ struct net_driver_s
/* Drivers interface flags. See IFF_* definitions in include/net/if.h */
- uint
anchao opened a new pull request, #6554:
URL: https://github.com/apache/incubator-nuttx/pull/6554
## Summary
wireless/bcm43xxx: fix memory leak if tx fail
## Impact
N/A
## Testing
bcm43013
--
This is an automated message from the Apache Git Service.
To respon
anchao opened a new pull request, #6555:
URL: https://github.com/apache/incubator-nuttx/pull/6555
## Summary
wireless/bcm43xxx: country code should terminating with null
## Impact
N/A
## Testing
bcm43013
--
This is an automated message from the Apache Git
anchao opened a new pull request, #6556:
URL: https://github.com/apache/incubator-nuttx/pull/6556
## Summary
wireless/bcm43xxx: set listen interval on lowpower
set listen interval dtim(Delivery Traffic Indication Message) on lowpower
mode
Signed-off-by: chao.an
#
anchao commented on PR #6524:
URL: https://github.com/apache/incubator-nuttx/pull/6524#issuecomment-1172834726
@xiaoxiang781216 @pkarashchenko ready for review now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
anchao opened a new pull request, #6557:
URL: https://github.com/apache/incubator-nuttx/pull/6557
## Summary
wireless/bcm43xxx: discard auth event if netdev down
Signed-off-by: chao.an
## Impact
N/A
## Testing
bcm43013
--
This is an automated
anchao opened a new pull request, #6558:
URL: https://github.com/apache/incubator-nuttx/pull/6558
## Summary
wireless/bcm43xxx: mac address does not need to be updated in ifup
it has been initialized on device register:
https://github.com/apache/incubator-nuttx/blob/mast
anchao opened a new pull request, #6559:
URL: https://github.com/apache/incubator-nuttx/pull/6559
## Summary
wireless/bcm43xxx: filter out the bssi with same ssid name
## Impact
N/A
## Testing
bcm43013
--
This is an automated message from the Apache Git S
anchao opened a new pull request, #6560:
URL: https://github.com/apache/incubator-nuttx/pull/6560
## Summary
wireless/bcm43xxx: remove flowctrl check
remove flowctrl check since credit is enough to check flow control status
Signed-off-by: chao.an
## Impact
anchao opened a new pull request, #6561:
URL: https://github.com/apache/incubator-nuttx/pull/6561
## Summary
wireless/bcm43xxx: only break out the send loop if no data
only break out the continuous send if IP stack has no data to send to avoid
tx being constantly interrupted
anchao opened a new pull request, #6562:
URL: https://github.com/apache/incubator-nuttx/pull/6562
## Summary
net/tcp: remove all rexmit_seq related code
remove all rexmit_seq related code to avoid sndseq override by incorrect
seqno
Signed-off-by: chao.an
## Impac
anchao opened a new pull request, #6563:
URL: https://github.com/apache/incubator-nuttx/pull/6563
## Summary
net/tcp: discard connect reference before free
connect reference should be set to 0 before free
## Impact
N/A
## Testing
bcm43013 iperf test
xiaoxiang781216 merged PR #6555:
URL: https://github.com/apache/incubator-nuttx/pull/6555
--
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 bd713d6431 wireless/bcm43xxx: countr
34 matches
Mail list logo