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

2022-07-27 Thread GitBox
masayuki2009 commented on PR #6719: URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196339309 >Hmm, we need to install zip command... Let me generate .gz file instead of zip file. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6714: libc: Remove the unnecessary include from wchar and wctype

2022-07-27 Thread GitBox
pkarashchenko merged PR #6714: URL: https://github.com/apache/incubator-nuttx/pull/6714 -- 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: libc: Remove the unnecessary include from wchar and wctype

2022-07-27 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 0f7da4fd75 libc: Remove the unne

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6715: stm32wb: adding BLE support

2022-07-27 Thread GitBox
pkarashchenko commented on code in PR #6715: URL: https://github.com/apache/incubator-nuttx/pull/6715#discussion_r93071 ## arch/arm/src/stm32wb/stm32wb_mbox_list.h: ## @@ -0,0 +1,144 @@ +/ + * arch/a

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

2022-07-27 Thread GitBox
pkarashchenko commented on PR #6719: URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196399507 I will restart macOS builds as soon as other will finish -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2022-07-27 Thread GitBox
pkarashchenko commented on PR #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1196400998 I will take a closer look today -- 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

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request, #1236: add CMake build system support

2022-07-27 Thread GitBox
anchao opened a new pull request, #1236: URL: https://github.com/apache/incubator-nuttx-apps/pull/1236 ## Summary enhance cmake build system (Enhance #3704) 1. Update all CMakeLists.txt to adapt to new layout 2. Fix cmake build break 3. Update all new file license 4. Fu

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

2022-07-27 Thread GitBox
Donny9 commented on PR #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1196418035 > I will take a closer look today Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2022-07-27 Thread GitBox
Donny9 commented on PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#issuecomment-1196419708 ![image](https://user-images.githubusercontent.com/70748590/181199931-b6380396-c474-45d2-852f-a317ae03666f.png) @xiaoxiang781216 need to retrigger CI? -- This is an automated

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

2022-07-27 Thread GitBox
masayuki2009 commented on PR #6719: URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196438348 Hmm, I need to modify options for make export as well. ``` Configuration/Tool

[GitHub] [incubator-nuttx-apps] GUIDINGLI opened a new pull request, #1237: usrsock: adjust rptun API

2022-07-27 Thread GitBox
GUIDINGLI opened a new pull request, #1237: URL: https://github.com/apache/incubator-nuttx-apps/pull/1237 ## Summary usrsock: adjust rptun API ## Impact usrsock IPC ## Testing VELA -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6720: libs/libc: correct config name

2022-07-27 Thread GitBox
anchao opened a new pull request, #6720: URL: https://github.com/apache/incubator-nuttx/pull/6720 ## Summary libs/libc: correct config name Signed-off-by: chao.an ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Gi

[GitHub] [incubator-nuttx] PetervdPerk-NXP opened a new issue, #6721: NuttX with Networking Flash&RAM increase past 60 days.

2022-07-27 Thread GitBox
PetervdPerk-NXP opened a new issue, #6721: URL: https://github.com/apache/incubator-nuttx/issues/6721 I've been working to upgrade the NuttX kernel (version ~ 10.1.0+) in PX4 to use the latest apache/incubator-nuttx one. However in some preliminary testing I've noticed in my use-cases tha

[GitHub] [incubator-nuttx] onegray commented on a diff in pull request #6715: stm32wb: adding BLE support

2022-07-27 Thread GitBox
onegray commented on code in PR #6715: URL: https://github.com/apache/incubator-nuttx/pull/6715#discussion_r930865394 ## arch/arm/src/stm32wb/stm32wb_ipcc.h: ## @@ -71,6 +72,109 @@ void stm32wb_ipccreset(void); void stm32wb_ipccenable(void); +/**

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #1236: add CMake build system support

2022-07-27 Thread GitBox
davids5 commented on PR #1236: URL: https://github.com/apache/incubator-nuttx-apps/pull/1236#issuecomment-1196523506 @anchao Nice! - what are the times for `touch`ing one file and rebuilding -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2022-07-27 Thread GitBox
davids5 commented on code in PR #6718: URL: https://github.com/apache/incubator-nuttx/pull/6718#discussion_r930874658 ## arch/arm/cmake/Platform.cmake: ## @@ -0,0 +1,97 @@ + +# arch/arm/cmake/Platform.cm

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

2022-07-27 Thread GitBox
masayuki2009 commented on PR #6719: URL: https://github.com/apache/incubator-nuttx/pull/6719#issuecomment-1196564247 Hmm, I need to fix the warnings. ``` Configuration/Tool: rv-virt/knsh64 -

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6715: stm32wb: adding BLE support

2022-07-27 Thread GitBox
pkarashchenko commented on code in PR #6715: URL: https://github.com/apache/incubator-nuttx/pull/6715#discussion_r930983611 ## arch/arm/src/stm32wb/stm32wb_ipcc.h: ## @@ -71,6 +72,109 @@ void stm32wb_ipccreset(void); void stm32wb_ipccenable(void); +/

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6715: stm32wb: adding BLE support

2022-07-27 Thread GitBox
pkarashchenko commented on PR #6715: URL: https://github.com/apache/incubator-nuttx/pull/6715#issuecomment-1196649266 Please squash the the change to remove the last commit. Things looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6720: libs/libc: correct config name

2022-07-27 Thread GitBox
xiaoxiang781216 commented on PR #6720: URL: https://github.com/apache/incubator-nuttx/pull/6720#issuecomment-1196654024 Let ignore the false alarm from macOS ci. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: libs/libc: correct config name

2022-07-27 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 ca24efff80 libs/libc: correct config

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6720: libs/libc: correct config name

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6720: URL: https://github.com/apache/incubator-nuttx/pull/6720 -- 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 #6665: arch/stack: get correct stack remain and limit dump size when sp is not within stack

2022-07-27 Thread GitBox
xiaoxiang781216 commented on PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#issuecomment-1196665388 @davids5 could you take a look? -- 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 g

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

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6713: URL: https://github.com/apache/incubator-nuttx/pull/6713 -- 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] 06/06: rptun: change lock to recursive lock

2022-07-27 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 5dcc905f278fc10a35cd1d857c43ea88de05d0db Author: ligd AuthorDate: Fri Jun 17 15:41:27 2022 +0800 rptun:

[incubator-nuttx] 01/06: drivers:rptun use strlcpy inside of strcpy

2022-07-27 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 f9bcf1d645ec9481f171e65bded5a93282a3e2f5 Author: anjiahao AuthorDate: Sat May 7 15:35:05 2022 +0800 dri

[incubator-nuttx] 04/06: rptun: use seperated lock

2022-07-27 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 033cd4d7df58d5b9b36e643199af83b3491b8161 Author: ligd AuthorDate: Mon Jun 6 11:52:23 2022 +0800 rptun:

[incubator-nuttx] 03/06: rptun: add dump vring info support

2022-07-27 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 0017758fc1a423c5751ee2206ac1bb6714871321 Author: ligd AuthorDate: Wed May 11 22:17:02 2022 +0800 rptun:

[incubator-nuttx] 02/06: rptun_ping: add sleep param to rptun_ping

2022-07-27 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 a014a19f0e67f209bb162add6837387683911c3a Author: ligd AuthorDate: Wed May 11 12:20:54 2022 +0800 rptun_

[incubator-nuttx] 05/06: rptun: add ns_match callback to resolve rptun deadlock

2022-07-27 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 8a3683fb9ffba5d84d402b009ca4d7cd51556555 Author: ligd AuthorDate: Mon Jun 6 16:38:11 2022 +0800 rptun:

[incubator-nuttx] branch master updated (ca24efff80 -> 5dcc905f27)

2022-07-27 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 ca24efff80 libs/libc: correct config name new f9bcf1d645 drivers:rptun use strlcpy inside of strcpy

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1237: usrsock: adjust rptun API

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #1237: URL: https://github.com/apache/incubator-nuttx-apps/pull/1237 -- 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: usrsock: adjust rptun API

2022-07-27 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 1345fa13b usrsock: adjust rptun

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2022-07-27 Thread GitBox
anchao commented on code in PR #6718: URL: https://github.com/apache/incubator-nuttx/pull/6718#discussion_r931011121 ## arch/arm/cmake/Platform.cmake: ## @@ -0,0 +1,97 @@ + +# arch/arm/cmake/Platform.cma

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

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665 -- 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] 04/06: arch/xtensa: optimize stackdump

2022-07-27 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 0ca02a5564b426a8d435265615dec8c726d1bcff Author: Jiuzhu Dong AuthorDate: Wed Jul 27 02:14:48 2022 +

[incubator-nuttx] branch master updated (5dcc905f27 -> 9d4549d48b)

2022-07-27 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 5dcc905f27 rptun: change lock to recursive lock new 79597d0caf arch/up_stack_check: using running_tas

[incubator-nuttx] 02/06: arch/stack: rename do_stack_check with arch prefix

2022-07-27 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 5c8fd461261f6e4a792fff9320ea199bc262564e Author: Jiuzhu Dong AuthorDate: Mon Jul 25 08:32:38 2022 +

[incubator-nuttx] 06/06: arch: limit output maximum size stackdump when sp is not within stack

2022-07-27 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 9d4549d48bfcfb17d635bad95a5808e47abb0e67 Author: Jiuzhu Dong AuthorDate: Mon Jul 25 07:03:07 2022 +

[incubator-nuttx] 05/06: arch: using remain to ignore invalid stack content when sp is not within stack

2022-07-27 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 136b1d6d4286f2a6fc6c5a3060a1975c57855280 Author: Jiuzhu Dong AuthorDate: Mon Jul 4 15:41:59 2022 +0800

[incubator-nuttx] 01/06: arch/up_stack_check: using running_task to get correct task context

2022-07-27 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 79597d0cafcd6de841af826efa1832b754f81068 Author: Jiuzhu Dong AuthorDate: Thu Jul 14 07:07:20 2022 +

[incubator-nuttx] 03/06: arch/riscv: optimize stackdump

2022-07-27 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 91d8ed319e75fbbf5379be68a1b1093203c90bd6 Author: Jiuzhu Dong AuthorDate: Tue Jul 26 04:20:54 2022 +

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

2022-07-27 Thread GitBox
Donny9 commented on code in PR #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708#discussion_r931045612 ## include/nuttx/sensors/sensor.h: ## @@ -899,6 +958,14 @@ struct sensor_reginfo_s }; #endif +/* This structure describes the context custom ioctl for device

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6719: Fix the CI for CONFIG_BUILD_KERNEL=y

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6719: URL: https://github.com/apache/incubator-nuttx/pull/6719 -- 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 (9d4549d48b -> ad322ef67d)

2022-07-27 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 9d4549d48b arch: limit output maximum size stackdump when sp is not within stack new 5902b7f6d6 boad

[incubator-nuttx] 02/06: arch: risc-v: Fix warnings in common/crt0.c

2022-07-27 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 1742b7f6a4d1c7f6be2d3b5e5379a0b0e86c6ee9 Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 20:44:52 2022 +090

[incubator-nuttx] 03/06: tools: Unix.mk: Generate .tar.gz file with make export

2022-07-27 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 88d0a4d20e0b1e4d2fa59a995e385f36f6b6a5f0 Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 16:03:58 2022 +090

[incubator-nuttx] 04/06: tools: testbuild.sh: Add exportandimport func

2022-07-27 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 5633e38da2b9c8aebb9098a1e8841c4d1d4a216e Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 14:07:32 2022 +090

[incubator-nuttx] 06/06: boards: arm: Update README.txt regarding CONFIG_BUILD_KERNEL=y

2022-07-27 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 ad322ef67d3503bcb74ca82ba3401730d58f2008 Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 16:14:12 2022 +090

[incubator-nuttx] 01/06: boads: icicle: Fix build errors in cxxtest_main.cxx

2022-07-27 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 5902b7f6d6f78c0256c52c509a395fe695cb326e Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 20:42:29 2022 +090

[incubator-nuttx] 05/06: boards: sabre-6quad: Add iperf to netknsh/defconfig

2022-07-27 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 714e6fda9cc967651b7e7418aa8c5dca620602a2 Author: Masayuki Ishikawa AuthorDate: Wed Jul 27 14:10:14 2022 +090

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6716: sched/Makefile: move task_reparent.c to appropriate Makefile

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6716: URL: https://github.com/apache/incubator-nuttx/pull/6716 -- 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: sched/Makefile: move task_reparent.c to appropriate Makefile

2022-07-27 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 7032739efe sched/Makefile: move task

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

2022-07-27 Thread GitBox
acassis commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1197060783 @mlyszczek I noticed you removed the Draft tag, is it done for mainline integration? BTW, did you see this project: https://github.com/nickbjohnson4224/fastpub maybe could give mo

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2022-07-27 Thread GitBox
davids5 commented on code in PR #6718: URL: https://github.com/apache/incubator-nuttx/pull/6718#discussion_r931346151 ## arch/arm/src/armv7-a/CMakeLists.txt: ## @@ -0,0 +1,88 @@ + +# arch/arm/src/armv7-a

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

2022-07-27 Thread GitBox
mlyszczek commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1197219952 @acassis yes, as far as I am concerned this can be merged. It's still marked as CONFIG_EXPERIMENTAL as you, rightfully suggested, because I belive there are still bugs lurking t

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

2022-07-27 Thread GitBox
pkarashchenko commented on PR #6708: URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1197220491 > > 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

[GitHub] [incubator-nuttx] davids5 commented on pull request #6717: arch: Call board_reset before up_irq_save and spin_trylock

2022-07-27 Thread GitBox
davids5 commented on PR #6717: URL: https://github.com/apache/incubator-nuttx/pull/6717#issuecomment-1197300748 @xiaoxiang781216 - if board reset call sys reset how does this work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

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

2022-07-27 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 5891175 Publishing web

[GitHub] [incubator-nuttx] easonxiang opened a new pull request, #6722: include: Add IPTR/IOBJ definitions.

2022-07-27 Thread GitBox
easonxiang opened a new pull request, #6722: URL: https://github.com/apache/incubator-nuttx/pull/6722 In case of other compiler, these deinitions are missed. Signed-off-by: xiangdong6 ## Summary ## Impact ## Testing -- This is an automated message from

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2022-07-27 Thread GitBox
anchao commented on code in PR #6718: URL: https://github.com/apache/incubator-nuttx/pull/6718#discussion_r931753873 ## arch/arm/src/armv7-a/CMakeLists.txt: ## @@ -0,0 +1,88 @@ + +# arch/arm/src/armv7-a/

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2022-07-27 Thread GitBox
anchao commented on code in PR #6718: URL: https://github.com/apache/incubator-nuttx/pull/6718#discussion_r931754567 ## arch/arm/src/armv7-a/CMakeLists.txt: ## @@ -0,0 +1,88 @@ + +# arch/arm/src/armv7-a/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6722: include: Add IPTR/IOBJ definitions.

2022-07-27 Thread GitBox
xiaoxiang781216 merged PR #6722: URL: https://github.com/apache/incubator-nuttx/pull/6722 -- 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 (7032739efe -> f1fdba28a7)

2022-07-27 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 7032739efe sched/Makefile: move task_reparent.c to appropriate Makefile add f1fdba28a7 include: Add I

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6717: arch: Call board_reset before up_irq_save and spin_trylock

2022-07-27 Thread GitBox
xiaoxiang781216 commented on PR #6717: URL: https://github.com/apache/incubator-nuttx/pull/6717#issuecomment-1197645511 > @xiaoxiang781216 - if board reset call sys reset how does this work? It should work as before if the implementation is just simply write some registers. The change

[GitHub] [incubator-nuttx-apps] anchao commented on pull request #1236: add CMake build system support

2022-07-27 Thread GitBox
anchao commented on PR #1236: URL: https://github.com/apache/incubator-nuttx-apps/pull/1236#issuecomment-1197660408 > @anchao Nice! - what are the times for `touch`ing one file and rebuilding the rebuilding time depends on whether the file has changed, please pick the changes and try

[GitHub] [incubator-nuttx] easonxiang opened a new pull request, #6723: sched: Fill the gap in the structures.

2022-07-27 Thread GitBox
easonxiang opened a new pull request, #6723: URL: https://github.com/apache/incubator-nuttx/pull/6723 The gaps may caused build issue in some complers. Signed-off-by: xiangdong6 ## Summary ## Impact ## Testing -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] easonxiang commented on a diff in pull request #6723: sched: Fill the gap in the structures.

2022-07-27 Thread GitBox
easonxiang commented on code in PR #6723: URL: https://github.com/apache/incubator-nuttx/pull/6723#discussion_r931817094 ## sched/mqueue/mqueue.h: ## @@ -65,11 +65,7 @@ struct mqueue_msg_s struct list_node node; /* Link node to message */ uint8_t type;/* (Use