[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6549: Esp32 lilygo tty t5v2 bugfix

2022-07-01 Thread GitBox
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

[incubator-nuttx] branch master updated: Esp32 lilygo tty t5v2 bugfix

2022-07-01 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 caf92cdadf Esp32 lilygo tty t5v2 bug

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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,

[GitHub] [incubator-nuttx] acassis merged pull request #6550: arch: Move up_getsp from arch.h to irq.h

2022-07-01 Thread GitBox
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

[incubator-nuttx] branch master updated: arch: Move up_getsp from arch.h to irq.h

2022-07-01 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 3d1ce144df arch: Move up_getsp from ar

[GitHub] [incubator-nuttx] acassis opened a new pull request, #6552: esp32s3: Fix IOMUX function number for SPI

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6552: esp32s3: Fix IOMUX function number for SPI

2022-07-01 Thread GitBox
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

[incubator-nuttx] branch master updated: Fix IOMUX function number

2022-07-01 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 922ebe5b96 Fix IOMUX function number

[GitHub] [incubator-nuttx] edsut commented on issue #6531: IMXRT USB speed may need to be forced to FULL when CONFIG_USBDEV_DUALSPEED is not configured

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] curuvar opened a new pull request, #6553: RP2040 Board Documentation

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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; -

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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; -

[GitHub] [incubator-nuttx] adamkaliszan commented on a diff in pull request #6551: framebuffer for e-ink display. Added new IOCTL param FBIO_REDRAW

2022-07-01 Thread GitBox
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; -

[incubator-nuttx-website] branch asf-site updated: Publishing web: 3c980bc717a3874c683a1bd2a48c64c33af05833 docs: 922ebe5b96fe3253ebad1103801e769212fa1a8d

2022-07-01 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 52ef820 Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6553: RP2040 Board Documentation

2022-07-01 Thread GitBox
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

[incubator-nuttx] branch master updated: RP2040 Board Documentation

2022-07-01 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 b70fc57849 RP2040 Board Documentatio

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6543: net_if: add IFF_LOOPBACK/POINTOPOINT/MULTICAST/BROADCAST

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6554: wireless/bcm43xxx: fix memory leak if tx fail

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6555: wireless/bcm43xxx: country code should terminating with null

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6556: wireless/bcm43xxx: set listen interval on lowpower

2022-07-01 Thread GitBox
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 #

[GitHub] [incubator-nuttx] anchao commented on pull request #6524: wireless/bcm43xxx: replace private queue implement to list_node

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6557: wireless/bcm43xxx: discard auth event if netdev down

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6558: wireless/bcm43xxx: mac address does not need to be updated in ifup

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6559: wireless/bcm43xxx: filter out the bssi with same ssid name

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6560: wireless/bcm43xxx: remove flowctrl check

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6561: wireless/bcm43xxx: only break out the send loop if no data

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6562: net/tcp: remove all rexmit_seq related code

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6563: net/tcp: discard connect reference before free

2022-07-01 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6555: wireless/bcm43xxx: country code should terminating with null

2022-07-01 Thread GitBox
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

[incubator-nuttx] branch master updated: wireless/bcm43xxx: country code should terminating with null

2022-07-01 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 bd713d6431 wireless/bcm43xxx: countr