[incubator-nuttx] branch master updated (6e1244c274 -> 1c342328de)

2022-07-24 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 6e1244c274 mm/circbuf: add circ_peekat to read data with specified postion add 1c342328de rtc/rpmsg:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6699: rtc/rpmsg: when a client connection, server initiates time sync

2022-07-24 Thread GitBox
xiaoxiang781216 merged PR #6699: URL: https://github.com/apache/incubator-nuttx/pull/6699 -- 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-apps] branch master updated: nshlib/dmesg: update config about enable dmesg

2022-07-24 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 45615a8d9 nshlib/dmesg: update c

[GitHub] [incubator-nuttx-apps] jerpelea merged pull request #1232: nshlib/dmesg: update config about enable dmesg

2022-07-24 Thread GitBox
jerpelea merged PR #1232: URL: https://github.com/apache/incubator-nuttx-apps/pull/1232 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6665: arch/stack: get correct stack remain and limit dump size when sp is not within stack

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928505053 ## arch/arm/src/common/arm_assert.c: ## @@ -411,6 +425,11 @@ static void arm_dumpstate(void) /* Dump the user stack */ arm_dump_stack("User", sp,

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6703: driver/sensor: add calibrate interface for sensor driver.

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #6703: URL: https://github.com/apache/incubator-nuttx/pull/6703 ## Summary driver/sensor: add calibrate interface for sensor driver. Add standard sensor interface for calibrate, can trigger calibration and obtain calibration value. Sig

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1233: Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests' No such file or directory

2022-07-24 Thread GitBox
xiaoxiang781216 opened a new pull request, #1233: URL: https://github.com/apache/incubator-nuttx-apps/pull/1233 ## Summary Fix the warning ## Impact uclibcxx_test ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] Donny9 closed pull request #6664: board/config: remove TESTING_SENSORTEST

2022-07-24 Thread GitBox
Donny9 closed pull request #6664: board/config: remove TESTING_SENSORTEST URL: https://github.com/apache/incubator-nuttx/pull/6664 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6660: sched/sched/sched_timerexpiration: idle task no need RR time slice

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928378323 ## sched/sched/sched_timerexpiration.c: ## @@ -233,14 +231,23 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, /* Returning zero m

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6660: sched/sched/sched_timerexpiration: idle task no need RR time slice

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928378323 ## sched/sched/sched_timerexpiration.c: ## @@ -233,14 +231,23 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, /* Returning zero m

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6666: libc/wchar: support wchar

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-1193607160 @acassis @pkarashchenko @davids5 please review again, ci has passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6702: tcp: check option length before d_len update

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #6702: URL: https://github.com/apache/incubator-nuttx/pull/6702#issuecomment-1193606342 @zhhyu7 remove the change-id from commit message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6660: sched/sched/sched_timerexpiration: idle task no need RR time slice

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928485754 ## sched/sched/sched_timerexpiration.c: ## @@ -233,14 +231,23 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, /* Returning zero m

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6697: mm/circbuf: support circbuf_is_init and circ_peekat

2022-07-24 Thread GitBox
xiaoxiang781216 merged PR #6697: URL: https://github.com/apache/incubator-nuttx/pull/6697 -- 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 (3132f169ef -> 6e1244c274)

2022-07-24 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 3132f169ef driver/sensor: add sensor type of cap and wake_gesture add a853c70093 mm/circbuf: add circ

[incubator-nuttx] branch master updated (a8cf7aea39 -> 3132f169ef)

2022-07-24 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from a8cf7aea39 esp32s3-devkit: Add support to discrete 5-way joystick add 3132f169ef driver/sensor: add s

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6696: driver/sensor: add sensor type of cap and wake_gesture

2022-07-24 Thread GitBox
xiaoxiang781216 merged PR #6696: URL: https://github.com/apache/incubator-nuttx/pull/6696 -- 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

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #6702: tcp: check option length before d_len update

2022-07-24 Thread GitBox
zhhyu7 opened a new pull request, #6702: URL: https://github.com/apache/incubator-nuttx/pull/6702 Signed-off-by: zhanghongyu Change-Id: I67eb94228c32f70eb5622426e680ed562eb9d42d ## Summary ## Impact ## Testing -- This is an automated message from the Apache

[GitHub] [incubator-nuttx-apps] Donny9 commented on pull request #1228: testing/sensortest: update sensortest according enhance sensor driver

2022-07-24 Thread GitBox
Donny9 commented on PR #1228: URL: https://github.com/apache/incubator-nuttx-apps/pull/1228#issuecomment-1193554449 > Thank you @xiaoxiang781216! I understood the previous issues. Maybe a new testsensor using uorb should be created to make it clear to users that that all is used to test se

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-24 Thread GitBox
zhhyu7 opened a new pull request, #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701 Signed-off-by: zhanghongyu ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #6700: netdev: add return value for ifup / ifdown

2022-07-24 Thread GitBox
zhhyu7 opened a new pull request, #6700: URL: https://github.com/apache/incubator-nuttx/pull/6700 ## Summary [netdev: add return value for ifup / ifdown](https://github.com/apache/incubator-nuttx/commit/132b6a8089b2d93d4898aa34fe7c4d1a6336a095) [wifi: clear IFF_RUNNING flag when ifdow

[GitHub] [incubator-nuttx-apps] Donny9 commented on pull request #1231: nshlib/ps: update config MM_BACKTRACE to int type

2022-07-24 Thread GitBox
Donny9 commented on PR #1231: URL: https://github.com/apache/incubator-nuttx-apps/pull/1231#issuecomment-1193547449 > Please fix CI issues we need to merge https://github.com/apache/incubator-nuttx/pull/6685 firstly. -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx-apps] Donny9 commented on pull request #1232: nshlib/dmesg: update config about enable dmesg

2022-07-24 Thread GitBox
Donny9 commented on PR #1232: URL: https://github.com/apache/incubator-nuttx-apps/pull/1232#issuecomment-1193546680 This PR is relate to https://github.com/apache/incubator-nuttx/pull/6655 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-nuttx-apps] Donny9 opened a new pull request, #1232: nshlib/dmesg: update config about enable dmesg

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #1232: URL: https://github.com/apache/incubator-nuttx-apps/pull/1232 ## Summary nshlib/dmesg: update config about enable dmesg Signed-off-by: Jiuzhu Dong ## Impact N/A ## Testing Vela Ci -- This is an automated message fr

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6699: rtc/rpmsg: when a client connection, server initiates time sync

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #6699: URL: https://github.com/apache/incubator-nuttx/pull/6699 ## Summary rtc/rpmsg: when a client connection, server initiates time sync Signed-off-by: Jiuzhu Dong ## Impact time sync to client ## Testing Vela Ci -- Thi

[GitHub] [incubator-nuttx] mkeydevelop commented on a diff in pull request #6660: sched/sched/sched_timerexpiration: add RR option

2022-07-24 Thread GitBox
mkeydevelop commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928384088 ## sched/sched/sched_timerexpiration.c: ## @@ -233,14 +231,23 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, /* Returning zero means

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6698: driver/power:add ioctl cmd for voltage info and protocol and add update event mask

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #6698: URL: https://github.com/apache/incubator-nuttx/pull/6698 ## Summary driver/power: get voltage info by cmd BATIOC_VOLTAGE_INFO. get charger protocol by cmd BATIOC_GET_PROTOCOL. add mask to record power device update event. ## Impact

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6660: sched/sched/sched_timerexpiration: add RR option

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928378323 ## sched/sched/sched_timerexpiration.c: ## @@ -233,14 +231,23 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, /* Returning zero m

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1228: testing/sensortest: remove this project and using uorb_listener test

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #1228: URL: https://github.com/apache/incubator-nuttx-apps/pull/1228#issuecomment-1193506240 Ok, let's keep it. -- 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 th

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6664: board/config: remove TESTING_SENSORTEST

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #6664: URL: https://github.com/apache/incubator-nuttx/pull/6664#issuecomment-1193505956 Ok, @Donny9 let's adjust sensortest to the new sensor driver. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6697: mm/circbuf: support circbuf_is_init and circ_peekat

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #6697: URL: https://github.com/apache/incubator-nuttx/pull/6697 ## Summary mm/circbuf: support circbuf_is_init and circ_peekat ## Impact support new api about circbuf ## Testing Vela CI -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6696: driver/sensor: add sensor type of cap and wake_gesture

2022-07-24 Thread GitBox
Donny9 opened a new pull request, #6696: URL: https://github.com/apache/incubator-nuttx/pull/6696 ## Summary driver/sensor: add sensor type of cap and wake_gesture Signed-off-by: Jiuzhu Dong ## Impact support cap and wake_gesture sensor event ## Testing Vela Ci

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6695: bluetooth: fixing BT buffer addref/release balance

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#issuecomment-1193495966 @onegray here is @btashton change for your reference: https://github.com/apache/incubator-nuttx/pull/2571 -- This is an automated message from the Apache Git Service. To

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: a8cf7aea39ab504b047963b50da7c13f6ec977a1

2022-07-24 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 f3c4846 Publishing web

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6692: stm32f0l0g0: fixes for SPI half duplex

2022-07-24 Thread GitBox
pkarashchenko commented on code in PR #6692: URL: https://github.com/apache/incubator-nuttx/pull/6692#discussion_r928292251 ## arch/arm/src/stm32f0l0g0/stm32_spi.c: ## @@ -428,6 +433,62 @@ static inline void spi_putreg(struct stm32_spidev_s *priv, putreg16(value, priv->spibas

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1230: system/uorb: support uorb, include uorb wraper, unit test, uorb_listener, topic definition

2022-07-24 Thread GitBox
xiaoxiang781216 commented on code in PR #1230: URL: https://github.com/apache/incubator-nuttx-apps/pull/1230#discussion_r928222373 ## system/uorb/uORB/uORB.c: ## @@ -90,18 +89,16 @@ static int orb_open(FAR const struct orb_metadata *meta, bool advertiser, return ret

[incubator-nuttx] branch master updated: esp32s3-devkit: Add support to discrete 5-way joystick

2022-07-24 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 a8cf7aea39 esp32s3-devkit: Add suppo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6694: esp32s3-devkit: Add support to discrete 5-way joystick

2022-07-24 Thread GitBox
xiaoxiang781216 merged PR #6694: URL: https://github.com/apache/incubator-nuttx/pull/6694 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6695: bluetooth: fixing BT buffer addref/release balance

2022-07-24 Thread GitBox
xiaoxiang781216 commented on PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#issuecomment-1193272473 @btashton could you review the change is correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] raiden00pl commented on a diff in pull request #6692: stm32f0l0g0: fixes for SPI half duplex

2022-07-24 Thread GitBox
raiden00pl commented on code in PR #6692: URL: https://github.com/apache/incubator-nuttx/pull/6692#discussion_r928214036 ## arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h: ## @@ -96,42 +96,6 @@ # define STM32_SPI3_I2SPR(STM32_SPI3_BASE + STM32_SPI_I2SPR_OFFSET) #endif

[GitHub] [incubator-nuttx] raiden00pl commented on a diff in pull request #6692: stm32f0l0g0: fixes for SPI half duplex

2022-07-24 Thread GitBox
raiden00pl commented on code in PR #6692: URL: https://github.com/apache/incubator-nuttx/pull/6692#discussion_r928214036 ## arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h: ## @@ -96,42 +96,6 @@ # define STM32_SPI3_I2SPR(STM32_SPI3_BASE + STM32_SPI_I2SPR_OFFSET) #endif