masayuki2009 commented on PR #6719:
URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196322817
>tools/mkexport.sh: line 429: zip: command not found
Hmm, we need to install zip command...
--
This is an automated message from the Apache Git Service.
To respond to
masayuki2009 commented on PR #6719:
URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196285014
Hmm, all ci on the macOS was canceled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
masayuki2009 opened a new pull request, #6719:
URL: https://github.com/apache/incubator-nuttx/pull/6719
## Summary
- This PR consists of the following commits
- commit1: boards: sabre-6quad: Add iperf to netknsh/defconfig
- commit2: tools: testbuild.sh: Add exportandimport func
anchao opened a new pull request, #6718:
URL: https://github.com/apache/incubator-nuttx/pull/6718
## Summary
enhance cmake build system
1. Update all CMakeLists.txt to adapt to new layout
2. Fix cmake build break
3. Update all new file license
4. Fully compatible with c
xiaoxiang781216 opened a new pull request, #6717:
URL: https://github.com/apache/incubator-nuttx/pull/6717
## Summary
since board_reset may call some kernel functions which try to acquire the
lock again
## Impact
## Testing
--
This is an automated message from the
anchao opened a new pull request, #6716:
URL: https://github.com/apache/incubator-nuttx/pull/6716
## Summary
sched/Makefile: move task_reparent.c to appropriate Makefile
## Impact
N/A
## Testing
ci check
--
This is an automated message from the Apache Gi
Donny9 commented on code in PR #6665:
URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r930570574
##
arch/arm/src/common/arm_assert.c:
##
@@ -352,10 +352,17 @@ static void arm_dump_stack(const char *tag, uint32_t sp,
else
{
_alert("ERROR: %s Sta
Donny9 commented on code in PR #6665:
URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r930570504
##
arch/Kconfig:
##
@@ -837,6 +837,14 @@ config ARCH_STACKDUMP
---help---
Enable to do stack dumps after assertions
+if ARCH_STACKDUMP
+
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 5e2331a Publishing web
onegray opened a new pull request, #6715:
URL: https://github.com/apache/incubator-nuttx/pull/6715
## Summary
Added BLE HCI support via mailbox IPC protocol defined by vendor.
## Impact
None
## Testing
SMP tests passed
btsak app seems working
--
xiaoxiang781216 commented on code in PR #6665:
URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r930330304
##
arch/risc-v/src/common/riscv_assert.c:
##
@@ -307,6 +307,35 @@ static inline void riscv_showtasks(void)
#endif
}
+/***
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 ab43c625d nshlib/ps: update con
xiaoxiang781216 merged PR #1231:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1231
--
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
xiaoxiang781216 opened a new pull request, #6714:
URL: https://github.com/apache/incubator-nuttx/pull/6714
## Summary
## Impact
code refactor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
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 673a2e0136c9d7f3d6137a125769b1dbea9796f0
Author: Jiuzhu Dong
AuthorDate: Sun May 29 16:27:52 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 035840a7708deab5ce4d02a13369cfae960165a9
Author: Jiuzhu Dong
AuthorDate: Tue May 31 13:55:11 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 9899dd0ec0 mm/mm_heap: change CONFIG_MM_BACKTRACE to int type
new 035840a770 libc/wchar: remove unnec
xiaoxiang781216 merged PR #:
URL: https://github.com/apache/incubator-nuttx/pull/
--
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
xiaoxiang781216 commented on code in PR #6713:
URL: https://github.com/apache/incubator-nuttx/pull/6713#discussion_r930177044
##
drivers/rptun/rptun.c:
##
@@ -781,6 +781,9 @@ static int rptun_do_ioctl(FAR struct rptun_priv_s *priv,
int cmd,
break;
case RPTUNIOC_
GUIDINGLI opened a new pull request, #6713:
URL: https://github.com/apache/incubator-nuttx/pull/6713
## Summary
rptun: add dump vring info support
rptun: use seperated lock
rptun: add ns_match callback to resolve rptun deadlock
## Impact
IPC
## Testing
VELA
xiaoxiang781216 commented on code in PR #6685:
URL: https://github.com/apache/incubator-nuttx/pull/6685#discussion_r930129085
##
mm/mm_heap/mm_memdump.c:
##
@@ -65,27 +65,31 @@ static void memdump_handler(FAR struct mm_allocnode_s
*node, FAR void *arg)
if ((node->preceding &
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 8a1e985e71bcd637ead1035c4fee9bd54bef924c
Author: Jiuzhu Dong
AuthorDate: Thu Jun 2 13:44:14 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 9899dd0ec02dd47d14b1095152734e3cd4baa123
Author: Jiuzhu Dong
AuthorDate: Mon Jul 4 15:41:06 2022 +0800
xiaoxiang781216 merged PR #6685:
URL: https://github.com/apache/incubator-nuttx/pull/6685
--
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 0fddf71b2d Update stm32_bmp180.c
new 8a1e985e71 mm/mm_heap: output memory info about each task
n
xiaoxiang781216 commented on PR #6685:
URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1195651446
> Unfortunately we do not have any board configuration with
`CONFIG_MM_BACKTRACE`, so CI can't validate changes. @xiaoxiang781216 do you
know if we already have `CONFIG_MM
Donny9 commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r930022597
##
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_LEN_MA
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 0fddf71b2d517f2265a156b0b156d454d89e36d6
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
A
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3b3147ad75b246587ec675c955aaa8bda1d10523
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
A
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 62e4f8ee79 Update stm32_bh1750.c
new 3b3147ad75 Update stm32_bh1750.h
new 0fddf71b2d Update
hartmannathan merged PR #6712:
URL: https://github.com/apache/incubator-nuttx/pull/6712
--
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
pkarashchenko commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929905710
##
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
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 6b635d575 gps/minmea: replace m
xiaoxiang781216 merged PR #1234:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1234
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new 62e4f8ee79 Update stm32_bh1750.c
62e
xiaoxiang781216 merged PR #6711:
URL: https://github.com/apache/incubator-nuttx/pull/6711
--
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 #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929809680
##
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_LEN_MA
Donny9 commented on PR #6708:
URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1195299110
> In general this design solution is a bit odd to me. We couple the vfs
layer with driver implementation layer. In general all other drivers (correct
me if I'm wrong) are not built
pkarashchenko commented on code in PR #6704:
URL: https://github.com/apache/incubator-nuttx/pull/6704#discussion_r929754066
##
drivers/sensors/usensor.c:
##
@@ -0,0 +1,249 @@
+/
+ * drivers/sensors/usens
simbit18 opened a new pull request, #6712:
URL: https://github.com/apache/incubator-nuttx/pull/6712
## Summary
Fix mistakes in comments
boards/arm/stm32/common/include/stm32_bh1750.h
boards/arm/stm32l4/nucleo-l476rg/src/stm32_bmp180.c
## Impact
none
## Testing
--
pkarashchenko commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929728907
##
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
pkarashchenko commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929724629
##
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
pkarashchenko commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929724629
##
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
pkarashchenko commented on code in PR #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r929724629
##
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
pkarashchenko commented on PR #6685:
URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1195225949
Unfortunately we do not have any board configuration with
`CONFIG_MM_BACKTRACE`, so CI can't validate changes.
@xiaoxiang781216 do you know if we already have `CONFIG_MM_B
pkarashchenko commented on code in PR #6685:
URL: https://github.com/apache/incubator-nuttx/pull/6685#discussion_r929718076
##
mm/mm_heap/mm_memdump.c:
##
@@ -65,27 +65,31 @@ static void memdump_handler(FAR struct mm_allocnode_s
*node, FAR void *arg)
if ((node->preceding & M
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4ef7cf068bb7a75d5d93e4d1acf4917a284c3d4f
Author: Jiuzhu Dong
AuthorDate: Thu Jul 21 14:48:29 2022 +
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from fc35cf4737 udp: Use s_sndtimeo as the actual timeout time
new 4ef7cf068b driver/power: add charge
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 645ff50609a07d2d337e751bd99b01afb4298d77
Author: anjiahao
AuthorDate: Tue Apr 26 20:04:23 2022 +0800
pkarashchenko merged PR #6698:
URL: https://github.com/apache/incubator-nuttx/pull/6698
--
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
pkarashchenko commented on code in PR #6698:
URL: https://github.com/apache/incubator-nuttx/pull/6698#discussion_r929715929
##
include/nuttx/power/battery_charger.h:
##
@@ -125,7 +125,11 @@ struct battery_charger_operations_s
/* Get the actual output voltage for charging */
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from ef660083c8 tcp: check option length before d_len update
add fc35cf4737 udp: Use s_sndtimeo as the
pkarashchenko merged PR #6701:
URL: https://github.com/apache/incubator-nuttx/pull/6701
--
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.
pkarashchenko 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 ef660083c8 tcp: check option len
pkarashchenko merged PR #6702:
URL: https://github.com/apache/incubator-nuttx/pull/6702
--
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
pkarashchenko commented on code in PR #6702:
URL: https://github.com/apache/incubator-nuttx/pull/6702#discussion_r929712960
##
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
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 579934e709 sched: Remove the not
pkarashchenko merged PR #6707:
URL: https://github.com/apache/incubator-nuttx/pull/6707
--
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
pkarashchenko commented on code in PR #6708:
URL: https://github.com/apache/incubator-nuttx/pull/6708#discussion_r929705036
##
include/nuttx/sensors/sensor.h:
##
@@ -899,6 +958,14 @@ struct sensor_reginfo_s
};
#endif
+/* This structure describes the context custom ioctl for
simbit18 commented on PR #6711:
URL: https://github.com/apache/incubator-nuttx/pull/6711#issuecomment-1195148863
xiaoxiang781216 ok thanks.
--
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 spe
xiaoxiang781216 commented on PR #6709:
URL: https://github.com/apache/incubator-nuttx/pull/6709#issuecomment-1195146063
Let's merge this PR first. @Donny9 please revert the first patch after spawn
proxy thread is removed.
--
This is an automated message from the Apache Git Service.
To res
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 2ce12617a129e337f0bf5ad8552e2a8f1ef525f4
Author: Masayuki Ishikawa
AuthorDate: Wed Jul 20 08:47:42 2022 +090
xiaoxiang781216 merged PR #6709:
URL: https://github.com/apache/incubator-nuttx/pull/6709
--
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 2421a591a5 bluetooth: fixing bt_buf addref/release balance
new 2ce12617a1 libs: spawn: Add forkaround
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 6a469fe228ce059a1105d3695f0a61d280609291
Author: Masayuki Ishikawa
AuthorDate: Wed Jul 20 07:22:18 2022 +090
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 2421a591a5 bluetooth: fixing bt_buf
xiaoxiang781216 merged PR #6695:
URL: https://github.com/apache/incubator-nuttx/pull/6695
--
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
xiaoxiang781216 commented on PR #6711:
URL: https://github.com/apache/incubator-nuttx/pull/6711#issuecomment-1195139464
@simbit18 you can simply "git push -f" in next to avoid create a new PR for
each updating.
--
This is an automated message from the Apache Git Service.
To respond to the
simbit18 opened a new pull request, #6711:
URL: https://github.com/apache/incubator-nuttx/pull/6711
## 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
simbit18 closed pull request #6705: boards/arm/stm32/common/src/stm32_bh1750.c:
Fix mistakes in comments and snerr
URL: https://github.com/apache/incubator-nuttx/pull/6705
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
70 matches
Mail list logo