[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4656: tcp: fixed issues with unackseq calculation.

2021-10-09 Thread GitBox
a-lunev opened a new pull request #4656: URL: https://github.com/apache/incubator-nuttx/pull/4656 ## Summary Fixed issues with TCP unackseq calculation. Wrong unackseq calculation locked conn->tx_unacked at non-zero values even if all ACKs were received. Thus unbuffered psoc

[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: c58fddb91554ecec873931609d0224a5117a4f7e

2021-10-09 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 22ff729 Publishing web

[GitHub] [incubator-nuttx] anjiahao1 opened a new pull request #4655: add poll support on battery_charger battery_gauge battery_monitor

2021-10-09 Thread GitBox
anjiahao1 opened a new pull request #4655: URL: https://github.com/apache/incubator-nuttx/pull/4655 ## Summary add poll and changed on upper, lower can call `battery_xxx_changed` set a mask to remind upper some state changed. app can use poll a fd,and read a mask to get some state cha