[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-25 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r928534276 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -1623,4 +1659,4 @@ void s32k3xx_dmadump(const struct s32k3xx_dmaregs_s *regs, const char *msg) dmainfo(

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6700: netdev: add return value for ifup / ifdown

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6700: URL: https://github.com/apache/incubator-nuttx/pull/6700 -- 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] 01/02: netdev: add return value for ifup / ifdown

2022-07-25 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 commit 7467586d55f42f1f9ae93716267e453fb8e1df16 Author: zhanghongyu AuthorDate: Tue Jul 19 11:41:44 2022 +0800

[incubator-nuttx] 02/02: wifi: clear IFF_RUNNING flag when ifdown

2022-07-25 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 commit 51a262150dd66c4b79ce3a10429bc88d8ec05b46 Author: zhanghongyu AuthorDate: Mon Jul 4 16:20:15 2022 +0800

[incubator-nuttx] branch master updated (1c342328de -> 51a262150d)

2022-07-25 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 1c342328de rtc/rpmsg: when a client connection, server initiates time sync new 7467586d55 netdev: ad

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6698: driver/power:add ioctl cmd for voltage info and protocol and add update event mask

2022-07-25 Thread GitBox
xiaoxiang781216 commented on code in PR #6698: URL: https://github.com/apache/incubator-nuttx/pull/6698#discussion_r928556423 ## drivers/power/battery_charger.c: ## @@ -388,6 +388,16 @@ static int bat_charger_ioctl(FAR struct file *filep, int cmd, } break; +

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

2022-07-25 Thread GitBox
mkeydevelop commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928605718 ## 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-apps] jerpelea merged pull request #1233: Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests' No such file or directory

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

[incubator-nuttx-apps] branch master updated: Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests': No such file or directory

2022-07-25 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 a549ea388 Fix find: '/github/wo

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r928625327 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,212 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r928626646 ## drivers/ipcc/ipcc_register.c: ## @@ -0,0 +1,207 @@ +/ + * drivers/ipcc/ipcc_regi

[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-25 Thread GitBox
xiaoxiang781216 commented on code in PR #6660: URL: https://github.com/apache/incubator-nuttx/pull/6660#discussion_r928629295 ## sched/sched/sched_timerexpiration.c: ## @@ -238,7 +238,18 @@ static uint32_t nxsched_cpu_scheduler(int cpu, uint32_t ticks, { /* Apply th

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r928636589 ## drivers/ipcc/ipcc_write.c: ## @@ -0,0 +1,241 @@ +/ + * drivers/ipcc/ipcc_write.c

[GitHub] [incubator-nuttx] Donny9 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-25 Thread GitBox
Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928639906 ## arch/arm/src/common/arm_assert.c: ## @@ -335,7 +337,7 @@ static int assert_tracecallback(struct usbtrace_s *trace, void *arg) * Name: arm_dump_stack *

[GitHub] [incubator-nuttx] Donny9 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-25 Thread GitBox
Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928640248 ## arch/arm/src/common/arm_checkstack.c: ## @@ -209,12 +209,12 @@ ssize_t up_check_tcbstack_remain(struct tcb_s *tcb) size_t up_check_stack(void) { - return

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6703: driver/sensor: add calibrate interface for sensor driver.

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6703: URL: https://github.com/apache/incubator-nuttx/pull/6703 -- 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: driver/sensor: add calibrate interface for sensor driver.

2022-07-25 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 fc84813b0a driver/sensor: add calibr

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

2022-07-25 Thread GitBox
pkarashchenko commented on code in PR #6702: URL: https://github.com/apache/incubator-nuttx/pull/6702#discussion_r928678085 ## net/tcp/tcp_input.c: ## @@ -616,6 +616,17 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain, goto drop; } + /* d_app

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
pkarashchenko commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928679837 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto erro

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
xiaoxiang781216 commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r928692499 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,212 @@ +/ + * include/nuttx/ipcc.h + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-25 Thread GitBox
pkarashchenko commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r928698863 ## arch/arm/src/s32k3xx/hardware/s32k3xx_qspi.h: ## @@ -0,0 +1,504 @@ +/ + * ar

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6673: power related update

2022-07-25 Thread GitBox
davids5 commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r928710357 ## drivers/power/pm_activity.c: ## @@ -143,21 +182,40 @@ void pm_stay(int domain, enum pm_state_e state) void pm_relax(int domain, enum pm_state_e state) { -

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6666: libc/wchar: support wchar

2022-07-25 Thread GitBox
pkarashchenko commented on code in PR #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r928753431 ## libs/libc/wchar/lib_wcrtomb.c: ## @@ -57,18 +51,37 @@ size_t wcrtomb(FAR char *s, wchar_t wc, FAR mbstate_t *ps) { - int retval = 0; - char buf[MB

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-25 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r928762513 ## arch/arm/src/s32k3xx/hardware/s32k3xx_qspi.h: ## @@ -0,0 +1,504 @@ +/ + *

[GitHub] [incubator-nuttx] GUIDINGLI commented on a diff in pull request #6673: power related update

2022-07-25 Thread GitBox
GUIDINGLI commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r928776746 ## drivers/power/pm_activity.c: ## @@ -143,21 +182,40 @@ void pm_stay(int domain, enum pm_state_e state) void pm_relax(int domain, enum pm_state_e state) {

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6673: power related update

2022-07-25 Thread GitBox
davids5 commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r928793632 ## drivers/power/pm_activity.c: ## @@ -143,21 +182,40 @@ void pm_stay(int domain, enum pm_state_e state) void pm_relax(int domain, enum pm_state_e state) { -

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

2022-07-25 Thread GitBox
raiden00pl commented on code in PR #6692: URL: https://github.com/apache/incubator-nuttx/pull/6692#discussion_r928798428 ## arch/arm/src/stm32f0l0g0/stm32_spi.c: ## @@ -1326,12 +1356,32 @@ static uint32_t spi_send(struct spi_dev_s *dev, uint32_t wd) { struct stm32_spidev_s

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-25 Thread GitBox
fjpanag commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1193962303 > If we use another option to enable the pid track, the code will become more complex, because user can enable backtrace, but disable pid. I don't think this is a real probl

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-25 Thread GitBox
Donny9 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1193978412 > > If we use another option to enable the pid track, the code will become more complex, because user can enable backtrace, but disable pid. > > I don't think this is a real

[GitHub] [incubator-nuttx] davids5 closed pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-25 Thread GitBox
davids5 closed pull request #6687: Add support for NXP S32K3XX MCU family and boards URL: https://github.com/apache/incubator-nuttx/pull/6687 -- 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 spec

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

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6702: URL: https://github.com/apache/incubator-nuttx/pull/6702#discussion_r928861268 ## net/tcp/tcp_input.c: ## @@ -616,6 +616,17 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain, goto drop; } + /* d_appdata sh

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6704: driver/sensors[1]: enhance sensor driver

2022-07-25 Thread GitBox
Donny9 opened a new pull request, #6704: URL: https://github.com/apache/incubator-nuttx/pull/6704 ## Summary 1. support users to write data to sensor device. 2. simplify buffer operation and some structure update. 3. support multi users to access sensor device. ## Impact This P

[GitHub] [incubator-nuttx] GUIDINGLI commented on a diff in pull request #6673: power related update

2022-07-25 Thread GitBox
GUIDINGLI commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r928892832 ## drivers/power/pm_activity.c: ## @@ -143,21 +182,40 @@ void pm_stay(int domain, enum pm_state_e state) void pm_relax(int domain, enum pm_state_e state) {

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928900942 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto errout_with

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928900942 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto errout_with

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

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6702: URL: https://github.com/apache/incubator-nuttx/pull/6702#discussion_r928861268 ## net/tcp/tcp_input.c: ## @@ -616,6 +616,17 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain, goto drop; } + /* d_appdata sh

[GitHub] [incubator-nuttx] simbit18 opened a new pull request, #6705: boards/arm/stm32/common/src/stm32_bh1750.c: Fix mistakes in comments and snerr

2022-07-25 Thread GitBox
simbit18 opened a new pull request, #6705: URL: https://github.com/apache/incubator-nuttx/pull/6705 ## Summary Fix mistakes in comments and snerr ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2022-07-25 Thread GitBox
onegray commented on PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#issuecomment-1194084166 The proposed fix is the one with minimal code. Others are possible, but we need to choose rules to follow. It can be difficult to manage lifecycle of each buffer over many f

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928927049 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1741,15 +1741,6 @@ int bt_hci_cmd_send(uint16_t opcode, FAR struct bt_buf_s *buf) return -ENOBUFS;

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928927049 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1741,15 +1741,6 @@ int bt_hci_cmd_send(uint16_t opcode, FAR struct bt_buf_s *buf) return -ENOBUFS;

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928927049 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1741,15 +1741,6 @@ int bt_hci_cmd_send(uint16_t opcode, FAR struct bt_buf_s *buf) return -ENOBUFS;

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928900942 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto errout_with

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928900942 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto errout_with

[GitHub] [incubator-nuttx] acassis commented on pull request #6705: boards/arm/stm32/common/src/stm32_bh1750.c: Fix mistakes in comments and snerr

2022-07-25 Thread GitBox
acassis commented on PR #6705: URL: https://github.com/apache/incubator-nuttx/pull/6705#issuecomment-1194120294 Hi @simbit18 thank you for your contribution. Please rebase your branch with master, more info: https://nuttx.apache.org/docs/latest/contributing/making-changes.html#submitting-yo

[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-25 Thread GitBox
xiaoxiang781216 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928941254 ## arch/arm64/src/common/arm64_internal.h: ## @@ -352,6 +352,7 @@ void arm64_usbuninitialize(void); /* Debug */ #ifdef CONFIG_STACK_COLORATION +size_

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928952897 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1861,7 +1848,6 @@ int bt_hci_cmd_send_sync(uint16_t opcode, FAR struct bt_buf_s *buf, bt_buf_release(buf->u.hc

[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-25 Thread GitBox
xiaoxiang781216 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928953103 ## arch/xtensa/src/common/xtensa_dumpstate.c: ## @@ -395,6 +395,21 @@ void xtensa_dumpstate(void) } else { +#ifdef CONFIG_STACK_COLORATION +

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928952897 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1861,7 +1848,6 @@ int bt_hci_cmd_send_sync(uint16_t opcode, FAR struct bt_buf_s *buf, bt_buf_release(buf->u.hc

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928952897 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1861,7 +1848,6 @@ int bt_hci_cmd_send_sync(uint16_t opcode, FAR struct bt_buf_s *buf, bt_buf_release(buf->u.hc

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

2022-07-25 Thread GitBox
onegray commented on code in PR #6695: URL: https://github.com/apache/incubator-nuttx/pull/6695#discussion_r928952897 ## wireless/bluetooth/bt_hcicore.c: ## @@ -1861,7 +1848,6 @@ int bt_hci_cmd_send_sync(uint16_t opcode, FAR struct bt_buf_s *buf, bt_buf_release(buf->u.hc

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-25 Thread GitBox
zhhyu7 commented on code in PR #6701: URL: https://github.com/apache/incubator-nuttx/pull/6701#discussion_r928900942 ## net/udp/udp_sendto_buffered.c: ## @@ -650,7 +652,12 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf, goto errout_with

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request, #6706: rptun related update 1

2022-07-25 Thread GitBox
GUIDINGLI opened a new pull request, #6706: URL: https://github.com/apache/incubator-nuttx/pull/6706 ## Summary rptun: merge rptun_ioctl & rptun_ops to one rptun: divide notify msg rptun: add timeout to wait_tx_buffer callback rptun: add buffer check in RX IRQ ## Impact

[GitHub] [incubator-nuttx] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r928981092 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,212 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6692: stm32f0l0g0: fixes for SPI half duplex

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6692: URL: https://github.com/apache/incubator-nuttx/pull/6692 -- 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] 01/04: stm32f0l0g0/hardware/stm32_spi.h: remove unused definitions

2022-07-25 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 commit 69986fad844d9090643d0b2027a6c3479f99cdf4 Author: raiden00pl AuthorDate: Wed Jul 20 16:37:37 2022 +0200

[incubator-nuttx] 04/04: stm32f0l0g0/stm32_spi.c: fix receiving data for half duplex mode

2022-07-25 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 commit 8eae3bb5ff1270bd1d092baccf8236e63e4c651e Author: raiden00pl AuthorDate: Fri Jul 22 10:32:10 2022 +0200

[incubator-nuttx] branch master updated (fc84813b0a -> 8eae3bb5ff)

2022-07-25 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 fc84813b0a driver/sensor: add calibrate interface for sensor driver. new 69986fad84 stm32f0l0g0/hardw

[incubator-nuttx] 02/04: stm32f0l0g0/stm32_spi.c: add missing SPI mode config and fix ifdef

2022-07-25 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 commit af4d65416a06774dcd3a15f16222934e7636cf5d Author: raiden00pl AuthorDate: Wed Jul 20 16:41:02 2022 +0200

[incubator-nuttx] 03/04: stm32f0l0g0/stm32_spi.c: remove unused spi_readbyte function

2022-07-25 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 commit 351c9dc837eee680a5f5fa2f9910b53cdf507db0 Author: raiden00pl AuthorDate: Wed Jul 20 16:52:45 2022 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687 -- 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] 01/09: Macronix MX25RXX driver: add support for MX25LXX as well

2022-07-25 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 commit d3b1ee98663f1fecbe3408380597d261f1278e8e Author: Jari van Ewijk AuthorDate: Fri Jul 22 10:20:39 2022 +0200

[incubator-nuttx] 04/09: NXP S32K3XX: add initial support for NXP S32K344EVB board

2022-07-25 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 commit 7816ba9a7be42bf359a746c7884adac2da76d0f4 Author: Jari van Ewijk AuthorDate: Fri Jul 22 10:29:40 2022 +0200

[incubator-nuttx] 05/09: NXP S32K3XX: add initial support for NXP MR-CANHUBK3 board

2022-07-25 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 commit 7f3fc23dd6d78a6c0e56d6209b2f20d3c1c7fb6e Author: Jari van Ewijk AuthorDate: Fri Jul 22 10:32:05 2022 +0200

[incubator-nuttx] 09/09: Evaluate n in preprocessor before masking

2022-07-25 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 commit 9e7e45df76c124b01066c2ec1f13c148ddc80c3a Author: Peter van der Perk AuthorDate: Mon Jul 25 13:11:06 2022 +02

[incubator-nuttx] branch master updated (8eae3bb5ff -> 9e7e45df76)

2022-07-25 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 8eae3bb5ff stm32f0l0g0/stm32_spi.c: fix receiving data for half duplex mode new d3b1ee9866 Macronix

[incubator-nuttx] 07/09: Fix wrong comment style

2022-07-25 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 commit eae3f776736f784a39d8db02ba3a8edead93cfa9 Author: Peter van der Perk AuthorDate: Fri Jul 22 17:28:20 2022 +02

[incubator-nuttx] 02/09: SocketCAN: add non-blocking write

2022-07-25 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 commit 51a845ce54e38ca6ecc13c2fd7029802cb07076f Author: Jari van Ewijk AuthorDate: Fri Jul 22 10:23:20 2022 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6707: sched: Remove the not really used cmptime

2022-07-25 Thread GitBox
xiaoxiang781216 opened a new pull request, #6707: URL: https://github.com/apache/incubator-nuttx/pull/6707 ## 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] mlyszczek commented on a diff in pull request #6537: drivers/ipcc: add Inter Processor Communication driver

2022-07-25 Thread GitBox
mlyszczek commented on code in PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#discussion_r929080036 ## include/nuttx/ipcc.h: ## @@ -0,0 +1,212 @@ +/ + * include/nuttx/ipcc.h + * + * L

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6704: driver/sensors[1]: enhance sensor driver

2022-07-25 Thread GitBox
xiaoxiang781216 commented on PR #6704: URL: https://github.com/apache/incubator-nuttx/pull/6704#issuecomment-1194413353 @acassis this PR depends on sensortest change https://github.com/apache/incubator-nuttx-apps/pull/1228. -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6666: libc/wchar: support wchar

2022-07-25 Thread GitBox
acassis commented on code in PR #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929332968 ## libs/libc/wchar/lib_wcsnrtombs.c: ## @@ -72,50 +67,57 @@ size_t wcsnrtombs(FAR char *dst, FAR const wchar_t **src, size_t nwc, size_t len,

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

2022-07-25 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 8303bc0 Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6706: rptun related update 1

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6706: URL: https://github.com/apache/incubator-nuttx/pull/6706 -- 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] 03/03: rptun_dump: use METAL_LOG_EMERGENCY log level

2022-07-25 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 commit 434c49f282e8be8c18b6fb4bd0cbea21074b3a77 Author: ligd AuthorDate: Mon Apr 25 18:39:15 2022 +0800 rptun_

[incubator-nuttx] branch master updated (9e7e45df76 -> 434c49f282)

2022-07-25 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 9e7e45df76 Evaluate n in preprocessor before masking new 631eb516c9 rptun_dump: don't get lock in IRQ

[incubator-nuttx] 02/03: rptun: merge rptun_ioctl & rptun_ops to one

2022-07-25 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 commit 4a9bd26317cf93d6b5b108b1974bc45304aa8a89 Author: ligd AuthorDate: Mon Apr 25 12:40:24 2022 +0800 rptun:

[incubator-nuttx] 01/03: rptun_dump: don't get lock in IRQ handler

2022-07-25 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 commit 631eb516c90504e1f96287feb9ac302e811e7682 Author: ligd AuthorDate: Sun Apr 24 15:25:13 2022 +0800 rptun_

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6680: poll: defalut set POLLERR POLLHUP to events

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6680: URL: https://github.com/apache/incubator-nuttx/pull/6680 -- 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 (434c49f282 -> 5f68aa56fd)

2022-07-25 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 434c49f282 rptun_dump: use METAL_LOG_EMERGENCY log level add 5f68aa56fd poll: defalut set POLLERR POL

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6704: driver/sensors[1]: enhance sensor driver

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6704: URL: https://github.com/apache/incubator-nuttx/pull/6704 -- 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] 03/07: driver/sensor: change protype of set_interval, batch to follow ioctl

2022-07-25 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 commit 8d971101cd7531779a13205770382e61c871823f Author: Jiuzhu Dong AuthorDate: Fri Mar 11 11:03:02 2022 +0800

[incubator-nuttx] 02/07: driver/sensor: simplify buffer operation

2022-07-25 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 commit 8f39c5f11bfc80efd11ac1df44481601a61e7e11 Author: Jiuzhu Dong AuthorDate: Thu Jul 21 02:32:29 2022 +

[incubator-nuttx] 05/07: driver/sensor: support multi users to access device

2022-07-25 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 commit 24040250f5d6645b4b1c0165d8a52323c755c7f6 Author: Jiuzhu Dong AuthorDate: Tue Mar 22 15:46:02 2022 +0800

[incubator-nuttx] 04/07: driver/usensor: support register user sensor

2022-07-25 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 commit b3ea6522f4083813c7e010b535e8a1732e59854f Author: Jiuzhu Dong AuthorDate: Thu Mar 3 21:40:58 2022 +0800

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

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

[incubator-nuttx-apps] branch master updated: testing/sensor_test: update sensortest according to enhance sensor driver

2022-07-25 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-apps.git The following commit(s) were added to refs/heads/master by this push: new a06fa5ac2 testing/sensor_test:

[incubator-nuttx] branch master updated (5f68aa56fd -> 01aa0c2d46)

2022-07-25 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 5f68aa56fd poll: defalut set POLLERR POLLHUP to events new dad5ab75ff driver/sensor: support userspac

[incubator-nuttx] 06/07: driver/sensor: update sensor data structure and state structure

2022-07-25 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 commit e3e59a03b148fbb1dab84e74761b915c19961b99 Author: Jiuzhu Dong AuthorDate: Wed Mar 23 17:09:46 2022 +0800

[incubator-nuttx] 07/07: driver/sensor: change nbuffer and sensor event structure type

2022-07-25 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 commit 01aa0c2d462e75cd37b4666c29f0f8d62fa63773 Author: Jiuzhu Dong AuthorDate: Fri Mar 25 18:10:24 2022 +0800

[incubator-nuttx] 01/07: driver/sensor: support userspace wirte data into sensor device

2022-07-25 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 commit dad5ab75ff4d483020bee77c6dd952e33ef07802 Author: Jiuzhu Dong AuthorDate: Fri Mar 11 17:05:47 2022 +0800

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6708: driver/sensors[2]: enhance and update sensor driver

2022-07-25 Thread GitBox
Donny9 opened a new pull request, #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708 ## Summary 1. Add prefix "sensor_" for sensor device, let's sensor name is same as sensor event structure. 2. Add the file input parameter to make the sensor driver have multi-user featur

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6708: driver/sensors[2]: enhance and update sensor driver

2022-07-25 Thread GitBox
Donny9 commented on PR #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1194933138 This is PR is a part of https://github.com/apache/incubator-nuttx/pull/6653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6673: power related update

2022-07-25 Thread GitBox
xiaoxiang781216 merged PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673 -- 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] Donny9 commented on a diff in pull request #6698: driver/power:add ioctl cmd for voltage info and protocol and add update event mask

2022-07-25 Thread GitBox
Donny9 commented on code in PR #6698: URL: https://github.com/apache/incubator-nuttx/pull/6698#discussion_r929485650 ## drivers/power/battery_charger.c: ## @@ -388,6 +388,16 @@ static int bat_charger_ioctl(FAR struct file *filep, int cmd, } break; + cas

[incubator-nuttx] branch master updated (01aa0c2d46 -> 7fa3ecde5a)

2022-07-25 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 01aa0c2d46 driver/sensor: change nbuffer and sensor event structure type add 4329967a01 pm: use pm_l

[GitHub] [incubator-nuttx] Donny9 commented on a diff in pull request #6666: libc/wchar: support wchar

2022-07-25 Thread GitBox
Donny9 commented on code in PR #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929494108 ## libs/libc/wchar/lib_wcsnrtombs.c: ## @@ -72,50 +67,57 @@ size_t wcsnrtombs(FAR char *dst, FAR const wchar_t **src, size_t nwc, size_t len,

[GitHub] [incubator-nuttx] Donny9 commented on a diff in pull request #6666: libc/wchar: support wchar

2022-07-25 Thread GitBox
Donny9 commented on code in PR #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929495381 ## libs/libc/wchar/lib_wcsnrtombs.c: ## @@ -72,50 +67,57 @@ size_t wcsnrtombs(FAR char *dst, FAR const wchar_t **src, size_t nwc, size_t len,

[GitHub] [incubator-nuttx-apps] pengxiang-hao opened a new pull request, #1234: gps/minmea: replace minmea file with github repo

2022-07-25 Thread GitBox
pengxiang-hao opened a new pull request, #1234: URL: https://github.com/apache/incubator-nuttx-apps/pull/1234 apply kosma/minmea origin github repo in gpsutils Signed-off-by: haopengxiang ## Summary This PR aims to get to update kosma/minmea in gpsutils. The main branch

[GitHub] [incubator-nuttx] Donny9 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-25 Thread GitBox
Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r929513354 ## arch/arm/src/common/arm_assert.c: ## @@ -353,9 +354,12 @@ static void arm_dump_stack(const char *tag, uint32_t sp, { _alert("ERROR: %s Stack pointe

[GitHub] [incubator-nuttx] Donny9 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-25 Thread GitBox
Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r929513255 ## arch/arm/src/common/arm_internal.h: ## @@ -440,6 +440,7 @@ void arm_usbuninitialize(void); /* Debug

  1   2   >