[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4654: Fix va_list wrong usage

2021-10-08 Thread GitBox
xiaoxiang781216 opened a new pull request #4654: URL: https://github.com/apache/incubator-nuttx/pull/4654 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4652: driver/sensor: support sensor_ops: selftest

2021-10-08 Thread GitBox
xiaoxiang781216 commented on pull request #4652: URL: https://github.com/apache/incubator-nuttx/pull/4652#issuecomment-939237062 LGTM. -- 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 specifi

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4653: net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL

2021-10-08 Thread GitBox
Donny9 opened a new pull request #4653: URL: https://github.com/apache/incubator-nuttx/pull/4653 ## Summary Limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL to optimize code size Signed-off-by: Jiuzhu Dong ## Impact ## Testing -- This is an auto

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4652: driver/sensor: support sensor_ops: selftest

2021-10-08 Thread GitBox
Donny9 opened a new pull request #4652: URL: https://github.com/apache/incubator-nuttx/pull/4652 ## Summary driver/sensor: support sensor_ops: selftest we can trigger selftest for sensor by ioctl with cmd: SNIOC_SELFTEST. Signed-off-by: Jiuzhu Dong ## Impact suppo

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4651: wd_start: use sclock_t type replace int

2021-10-08 Thread GitBox
Donny9 opened a new pull request #4651: URL: https://github.com/apache/incubator-nuttx/pull/4651 ## Summary when enable SYSTEM_TIME64, tick may exceed the int32 range and failed to set wdog timeout. example: pthread_cond_clockwait >clock_abstime2ticks

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4650: driver/power: using upper-half structure directly in the lower-half structure.

2021-10-08 Thread GitBox
Donny9 opened a new pull request #4650: URL: https://github.com/apache/incubator-nuttx/pull/4650 ## Summary Using upper-half structure directly in the lower-half structure. This patch is more convenient to expand upper-half structure. Signed-off-by: Jiuzhu Dong ## Im

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4649: net: always compile listen.c and accept.c when enable CONFIG_NET

2021-10-08 Thread GitBox
Donny9 opened a new pull request #4649: URL: https://github.com/apache/incubator-nuttx/pull/4649 ## Summary net: always compile listen.c and accept.c when enable CONFIG_NET and Signed-off-by: Jiuzhu Dong ## Impact ## Testing -- This is an automated me

[GitHub] [incubator-nuttx] anchao commented on pull request #4639: tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.

2021-10-08 Thread GitBox
anchao commented on pull request #4639: URL: https://github.com/apache/incubator-nuttx/pull/4639#issuecomment-939211775 > Concerning the other protocols, dev field of ***_conn_s structures is not supported in udp (unbuffered), bluetooth, ieee802154 and pkt. I'm not sure if there are more o

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

2021-10-08 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 0d5fcb8 Publishing web

[GitHub] [incubator-nuttx] a-lunev commented on pull request #4639: tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.

2021-10-08 Thread GitBox
a-lunev commented on pull request #4639: URL: https://github.com/apache/incubator-nuttx/pull/4639#issuecomment-939178536 > LGTM, > > Seems that other protocol would be better to include similar device checks, how about add more checks in devif_poll_[icmp/udp/tcp/packet/...]_connecti

[GitHub] [incubator-nuttx] anchao commented on pull request #4639: tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.

2021-10-08 Thread GitBox
anchao commented on pull request #4639: URL: https://github.com/apache/incubator-nuttx/pull/4639#issuecomment-938668810 LGTM, Seems that other protocol would be better to include similar device checks, how about add more checks in devif_poll_[icmp/udp/tcp/packet/...]_connections

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4607: Open ble controller adaptation code

2021-10-08 Thread GitBox
xiaoxiang781216 merged pull request #4607: URL: https://github.com/apache/incubator-nuttx/pull/4607 -- 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

[incubator-nuttx] branch master updated: Open ble controller adaptation code

2021-10-08 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 c58fddb Open ble controller adaptat