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(
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
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
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
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
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;
+
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
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
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
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
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
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
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
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
*
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
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
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
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
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
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
+ *
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
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)
{
-
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
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 @@
+/
+ *
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)
{
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)
{
-
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
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
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
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
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
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
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)
{
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
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
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
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
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
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;
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;
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;
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
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
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
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_
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
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
+
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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_
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
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:
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_
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
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
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
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
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 +
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
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
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
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:
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
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
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
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
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
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
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
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
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
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,
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,
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
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
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 - 100 of 111 matches
Mail list logo