[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6719: Imx6 netknsh

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6719: Imx6 netknsh

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6719: Imx6 netknsh

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6718: Migrate build system to CMake (Enhance #3704)

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6717: arch: Call board_reset before up_irq_save and spin_trylock

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6716: sched/Makefile: move task_reparent.c to appropriate Makefile

2022-07-26 Thread GitBox
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

[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-26 Thread GitBox
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

[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-26 Thread GitBox
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 +

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

2022-07-26 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 5e2331a Publishing web

[GitHub] [incubator-nuttx] onegray opened a new pull request, #6715: stm32wb: adding BLE support

2022-07-26 Thread GitBox
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 --

[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-26 Thread GitBox
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 } +/***

[incubator-nuttx-apps] branch master updated: nshlib/ps: update config MM_BACKTRACE to int type

2022-07-26 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 ab43c625d nshlib/ps: update con

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

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6714: libc: Remove the unnecessary include from wchar and wctype

2022-07-26 Thread GitBox
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

[incubator-nuttx] 02/02: libc/wchar: support wchar

2022-07-26 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 673a2e0136c9d7f3d6137a125769b1dbea9796f0 Author: Jiuzhu Dong AuthorDate: Sun May 29 16:27:52 2022 +0800

[incubator-nuttx] 01/02: libc/wchar: remove unnecessary config

2022-07-26 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 035840a7708deab5ce4d02a13369cfae960165a9 Author: Jiuzhu Dong AuthorDate: Tue May 31 13:55:11 2022 +0800

[incubator-nuttx] branch master updated (9899dd0ec0 -> 673a2e0136)

2022-07-26 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 9899dd0ec0 mm/mm_heap: change CONFIG_MM_BACKTRACE to int type new 035840a770 libc/wchar: remove unnec

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

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6713: rptun related update

2022-07-26 Thread GitBox
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_

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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 &

[incubator-nuttx] 01/02: mm/mm_heap: output memory info about each task

2022-07-26 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 8a1e985e71bcd637ead1035c4fee9bd54bef924c Author: Jiuzhu Dong AuthorDate: Thu Jun 2 13:44:14 2022 +0800

[incubator-nuttx] 02/02: mm/mm_heap: change CONFIG_MM_BACKTRACE to int type

2022-07-26 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 9899dd0ec02dd47d14b1095152734e3cd4baa123 Author: Jiuzhu Dong AuthorDate: Mon Jul 4 15:41:06 2022 +0800

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

2022-07-26 Thread GitBox
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

[incubator-nuttx] branch master updated (0fddf71b2d -> 9899dd0ec0)

2022-07-26 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 0fddf71b2d Update stm32_bmp180.c new 8a1e985e71 mm/mm_heap: output memory info about each task n

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[incubator-nuttx] 02/02: Update stm32_bmp180.c

2022-07-26 Thread hartmannathan
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

[incubator-nuttx] 01/02: Update stm32_bh1750.h

2022-07-26 Thread hartmannathan
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

[incubator-nuttx] branch master updated (62e4f8ee79 -> 0fddf71b2d)

2022-07-26 Thread hartmannathan
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

[GitHub] [incubator-nuttx] hartmannathan merged pull request #6712: stm32_bh1750.h stm32_bmp180.c: Fix mistakes in comments

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: gps/minmea: replace minmea file with github repo

2022-07-26 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 6b635d575 gps/minmea: replace m

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1234: gps/minmea: replace minmea file with github repo

2022-07-26 Thread GitBox
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

[incubator-nuttx] branch master updated: Update stm32_bh1750.c

2022-07-26 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 62e4f8ee79 Update stm32_bh1750.c 62e

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6711: boards/arm/stm32/common/src/stm32_bh1750.c: Fix mistakes in comments and snerr

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6704: driver/sensors[1]: enhance sensor driver

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] simbit18 opened a new pull request, #6712: stm32_bh1750.h stm32_bmp180.c: Fix mistakes in comments

2022-07-26 Thread GitBox
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 --

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[incubator-nuttx] 01/02: driver/power: add charge protocol get

2022-07-26 Thread pkarashchenko
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 +

[incubator-nuttx] branch master updated (fc35cf4737 -> 645ff50609)

2022-07-26 Thread pkarashchenko
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

[incubator-nuttx] 02/02: power:record features by add mask to drivers

2022-07-26 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6698: driver/power:add ioctl cmd for voltage info and protocol and add update event mask

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko 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-26 Thread GitBox
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 */

[incubator-nuttx] branch master updated (ef660083c8 -> fc35cf4737)

2022-07-26 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6701: udp: Use s_sndtimeo as the actual timeout time

2022-07-26 Thread GitBox
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

[incubator-nuttx] branch master updated: tcp: check option length before d_len update

2022-07-26 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6702: tcp: check option length before d_len update

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[incubator-nuttx] branch master updated: sched: Remove the not really used cmptime

2022-07-26 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6707: sched: Remove the not really used cmptime

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6709: Imx6 adb

2022-07-26 Thread GitBox
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

[incubator-nuttx] 01/02: libs: spawn: Add forkaround for posix_spawn_file_actions_adddup2()

2022-07-26 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 2ce12617a129e337f0bf5ad8552e2a8f1ef525f4 Author: Masayuki Ishikawa AuthorDate: Wed Jul 20 08:47:42 2022 +090

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6709: Imx6 adb

2022-07-26 Thread GitBox
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

[incubator-nuttx] branch master updated (2421a591a5 -> 6a469fe228)

2022-07-26 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 2421a591a5 bluetooth: fixing bt_buf addref/release balance new 2ce12617a1 libs: spawn: Add forkaround

[incubator-nuttx] 02/02: boards: sabre-6quad: Add adbd to netnsh/defconfig

2022-07-26 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 6a469fe228ce059a1105d3695f0a61d280609291 Author: Masayuki Ishikawa AuthorDate: Wed Jul 20 07:22:18 2022 +090

[incubator-nuttx] branch master updated: bluetooth: fixing bt_buf addref/release balance

2022-07-26 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 2421a591a5 bluetooth: fixing bt_buf

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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

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

2022-07-26 Thread GitBox
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