(nuttx) branch master updated: toolchain/lto: enable lto flags only on GNU toolchain

2024-02-18 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 39a0e6fa74 toolchain/lto: enable lto flags onl

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493714313 ## tools/Config.mk: ## @@ -636,7 +645,12 @@ endef export DEFINE_PREFIX ?= $(subst X,,${shell $(DEFINE) "$(CC)" X 2> ${EMPTYFILE}}) export INCDIR_PREFIX ?= $(subst "

[PR] x86/x86_64: move common toolchain options to Toolchain.defs [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen opened a new pull request, #11715: URL: https://github.com/apache/nuttx/pull/11715 ## Summary Commit 1: Support config CONFIG_NETDEV_LATEINIT FOR X64_64 Commit 2: intel64: move toolchain releated option to Toolchain.defs Commit 3: i486: move toolchain releat

[PR] virtio: move metal_init to the virtio_register_drivers() [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen opened a new pull request, #11716: URL: https://github.com/apache/nuttx/pull/11716 ## Summary Only call metal_init() once for virtio framework ## Impact Should be none ## Testing CI -- This is an automated message from the Apache Git Service. To respond

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493728545 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on PR #11617: URL: https://github.com/apache/nuttx/pull/11617#issuecomment-1951113027 Ready for review -- 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.

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493736875 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493737114 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493746557 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493750373 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +# ###

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493750691 ## arch/arm/src/nrf52/nrf52_ieee802154_trace.c: ## @@ -0,0 +1,154 @@ +/ + * arch/arm

Re: [PR] Rpmsg: make all rpmsg services depend on RPMSG [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11714: URL: https://github.com/apache/nuttx/pull/11714 -- 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...@nu

(nuttx) branch master updated (39a0e6fa74 -> db85061b0b)

2024-02-18 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/nuttx.git from 39a0e6fa74 toolchain/lto: enable lto flags only on GNU toolchain new 169f47beec rpmsg: make all the rpmsg servi

(nuttx) 01/04: rpmsg: make all the rpmsg services deponds on RPMSG

2024-02-18 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/nuttx.git commit 169f47beec8d4c9dc6835649ef0c11eaa1f74127 Author: Bowen Wang AuthorDate: Sun Feb 4 14:30:39 2024 +0800 rpmsg: make

(nuttx) 03/04: sim/sim_bringup: make rpmsg services init controled by CONFIG_RPMSG

2024-02-18 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/nuttx.git commit f246907e781322f6e9b34e59290de83e3ee9069f Author: Bowen Wang AuthorDate: Sun Feb 4 11:05:17 2024 +0800 sim/sim_bri

(nuttx) 04/04: sim/rpmsg: change SIM_RPTUN_MASTER to SIM_RPMSG_MASTER

2024-02-18 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/nuttx.git commit db85061b0b1d17e3c3c11414dcf30fb767ce109b Author: Bowen Wang AuthorDate: Sun Feb 4 15:01:56 2024 +0800 sim/rpmsg:

Re: [PR] virtio: move metal_init to the virtio_register_drivers() [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11716: URL: https://github.com/apache/nuttx/pull/11716 -- 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...@nu

(nuttx) branch master updated (db85061b0b -> ca22e95577)

2024-02-18 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/nuttx.git from db85061b0b sim/rpmsg: change SIM_RPTUN_MASTER to SIM_RPMSG_MASTER add ca22e95577 virtio: move metal_init to the

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493751766 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +#

(nuttx) 02/04: rpmsg/Kconfig: add rpmsg_local_name to replace rptun_local_name

2024-02-18 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/nuttx.git commit fcfd5e8ebfd2c41f01819c0302b75d21d03566d1 Author: Bowen Wang AuthorDate: Sun Feb 4 15:04:16 2024 +0800 rpmsg/Kconf

Re: [PR] i8sak: add support for tracedump command [nuttx-apps]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #2289: URL: https://github.com/apache/nuttx-apps/pull/2289 -- 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...

(nuttx-apps) branch master updated: i8sak: add support for tracedump command

2024-02-18 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 1cb991cce i8sak: add support for tracedum

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on code in PR #11617: URL: https://github.com/apache/nuttx/pull/11617#discussion_r1493751912 ## arch/arm/src/nrf52/CMakeLists.txt: ## @@ -1,22 +1,22 @@ - +#

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493760237 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493768159 ## tools/mkdeps.c: ## @@ -81,12 +81,12 @@ * Private Types / -enum slashmode_e

(nuttx) 01/02: x86_64_netinitialize: support CONFIG_NETDEV_LATEINIT for x86_64

2024-02-18 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/nuttx.git commit 415f13372dc957f96a6576aac923e699cacf4133 Author: Bowen Wang AuthorDate: Fri Jan 26 17:35:17 2024 +0800 x86_64_net

(nuttx) branch master updated (ca22e95577 -> de61a8e009)

2024-02-18 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/nuttx.git from ca22e95577 virtio: move metal_init to the virtio_register_drivers() new 415f13372d x86_64_netinitialize: suppor

(nuttx) 02/02: intel64/Toolchain.defs: move toolchain releated option to Toolchain.defs

2024-02-18 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/nuttx.git commit de61a8e0097abb5abe83a848b516a8d5615f5aa8 Author: Bowen Wang AuthorDate: Fri Jan 26 16:22:01 2024 +0800 intel64/To

Re: [PR] x86/x86_64: move common toolchain options to Toolchain.defs [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11715: URL: https://github.com/apache/nuttx/pull/11715 -- 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...@nu

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493770346 ## tools/mkdeps.c: ## @@ -81,12 +81,12 @@ * Private Types / -enum slashmode_e +typedef

Re: [PR] Add supoort for hpm6360evk [nuttx]

2024-02-18 Thread via GitHub
freakishness commented on code in PR #9761: URL: https://github.com/apache/nuttx/pull/9761#discussion_r1493771323 ## arch/risc-v/src/hpm6000/hpm_clockconfig.h: ## @@ -0,0 +1,152 @@ +/ + * arch/risc-v/src

Re: [PR] at32uc3a0: Initial work for SimpleMachines' Mizar32-A [nuttx]

2024-02-18 Thread via GitHub
acassis commented on code in PR #11709: URL: https://github.com/apache/nuttx/pull/11709#discussion_r1493771993 ## arch/avr/src/at32uc3/at32uc3_lowconsole.c: ## @@ -348,11 +348,18 @@ void up_consoleinit(void) #endif - /* Enable selected clocks (and disabled unselected clock

Re: [PR] arch/tricore: add Infineon AURIX TriCore support [nuttx]

2024-02-18 Thread via GitHub
acassis commented on PR #11707: URL: https://github.com/apache/nuttx/pull/11707#issuecomment-1951336261 @anchao Did you consider verifying with Infineon if they can allow to use their code under Apache license. Many companies are starting to use to shortcut to just download the vendor SDK/H

Re: [PR] PoC: include APPDIR/Make.defs in all archs [nuttx]

2024-02-18 Thread via GitHub
acassis commented on PR #11690: URL: https://github.com/apache/nuttx/pull/11690#issuecomment-1951339371 @casaroli since nobody opposed to your purposed PR, please change it from Draft and will apply it. Just check if the msys2 error is not related to your PR -- This is an automated messag

Re: [PR] at32uc3a0: Initial work for SimpleMachines' Mizar32-A [nuttx]

2024-02-18 Thread via GitHub
ramangopalan commented on PR #11709: URL: https://github.com/apache/nuttx/pull/11709#issuecomment-1951352649 Dear @xiaoxiang781216, Dear @acassis, Greetings! Many thanks for your suggestions. I have fixed them except the ones pertaining to CI. I read the Dockerfile. It is easy t

Re: [PR] WIP: IEEE 802.15.4 support for nrf52 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11617: URL: https://github.com/apache/nuttx/pull/11617 -- 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...@nu

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 closed issue #11297: IEEE802.15.4 support for nRF52 and nRF53 URL: https://github.com/apache/nuttx/issues/11297 -- 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.

(nuttx) 04/04: arch/arm/src/nrf52/CMakeLists.txt: format file

2024-02-18 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/nuttx.git commit 02b418a7ea4a324f5fdc5a06c74684a7c0811f05 Author: raiden00pl AuthorDate: Sat Feb 17 21:04:12 2024 +0100 arch/arm/s

(nuttx) 01/04: various cosmetic changes related to ieee802154

2024-02-18 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/nuttx.git commit a99275ec1a3da5ed808f14fc8edea44c24fe58ef Author: raiden00pl AuthorDate: Fri Feb 16 21:17:09 2024 +0100 various co

(nuttx) 02/04: nrf52/nrf52_radio: various changes to support IEEE802154

2024-02-18 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/nuttx.git commit 3f763f5d69871f7cb0cf9ae4788387336f54f87f Author: raiden00pl AuthorDate: Sat Jan 20 15:07:43 2024 +0100 nrf52/nrf5

(nuttx) branch master updated (de61a8e009 -> 02b418a7ea)

2024-02-18 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/nuttx.git from de61a8e009 intel64/Toolchain.defs: move toolchain releated option to Toolchain.defs new a99275ec1a various cos

Re: [PR] at32uc3a0: Initial work for SimpleMachines' Mizar32-A [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on PR #11709: URL: https://github.com/apache/nuttx/pull/11709#issuecomment-1951366622 > Dear @xiaoxiang781216, Dear @acassis, Greetings! > > Many thanks for your suggestions. I have fixed them except the ones pertaining to CI. I read the Dockerfile. It is eas

[I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl opened a new issue, #11297: URL: https://github.com/apache/nuttx/issues/11297 For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread support for Nordic chips. I have it partially done, but I don't know when I'll finish it, so I'm starting an issue to track any p

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1951369474 I'm reopening it because nrf53 has not been done yet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[PR] boards/raspberrypi-pico: Add autoleds and userleds support [nuttx]

2024-02-18 Thread via GitHub
acassis opened a new pull request, #11717: URL: https://github.com/apache/nuttx/pull/11717 ## Summary This commit adds support to autoleds and userleds for raspberrypi-pico board. It uses the board LED connected to GPIO 25. ## Impact Users will be able to use the LED of raspberryp

Re: [PR] Add supoort for hpm6360evk [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #9761: URL: https://github.com/apache/nuttx/pull/9761 -- 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...@nutt

(nuttx) branch master updated (02b418a7ea -> b283e39eb5)

2024-02-18 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/nuttx.git from 02b418a7ea arch/arm/src/nrf52/CMakeLists.txt: format file add b283e39eb5 Add support for hpm6360evk No new rev

Re: [PR] Add supoort for hpm6360evk [nuttx]

2024-02-18 Thread via GitHub
acassis commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1951441010 Hi @freakishness !! Nice work! Kudos!!! -- 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 s

[PR] Documentation: Add docummentation to AVR32DEV1/UC3B-CPU board. [nuttx]

2024-02-18 Thread via GitHub
acassis opened a new pull request, #11718: URL: https://github.com/apache/nuttx/pull/11718 ## Summary This commit add documentation to the UC3B-CPU board, this is board is a clone of Atmel AVR32DEV1. ## Impact Users could be able to use the documentation the get NuttX running on the

Re: [PR] arch/tricore: add Infineon AURIX TriCore support [nuttx]

2024-02-18 Thread via GitHub
anchao commented on PR #11707: URL: https://github.com/apache/nuttx/pull/11707#issuecomment-1951488049 @acassis 1. All files in this pull request are **re-implemented based** on nuttx RTOS and do not use any code from Infineon SDK/HAL. 2. The Infineon **low-level driver (iLLD)** r

Re: [PR] boards/raspberrypi-pico: Add autoleds and userleds support [nuttx]

2024-02-18 Thread via GitHub
anchao merged PR #11717: URL: https://github.com/apache/nuttx/pull/11717 -- 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...@nuttx.apach

(nuttx) branch master updated (b283e39eb5 -> 331877d4ee)

2024-02-18 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from b283e39eb5 Add support for hpm6360evk add 331877d4ee boards/raspberrypi-pico: Add autoleds and userleds support N

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2024-02-18 Thread via GitHub
pkarashchenko commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1951504221 Seems like I finally found an issue with my board. Seems to be SW related. I have a change and will try to test it this week. -- This is an automated message from the Apache Git S

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2024-02-18 Thread via GitHub
pkarashchenko commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1951505533 > maybe we can use `lin_frame_t` instead of `struct can_frame` to make a difference between can and lin which means use `typedef struct can_frame lin_frame_t` to redefine `struct ca

Re: [PR] Documentation: Add docummentation to AVR32DEV1/UC3B-CPU board. [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11718: URL: https://github.com/apache/nuttx/pull/11718 -- 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...@nu

(nuttx) branch master updated: Documentation: Add docummentation to AVR32DEV1/UC3B-CPU board.

2024-02-18 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new e0051240fb Documentation: Add docummentation t

Re: [PR] stm32h7/linum-stm32h753bi: add modbus master using uart6 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on PR #11698: URL: https://github.com/apache/nuttx/pull/11698#issuecomment-1951544732 @JorgeGzm additional error in apps folder need be fixed: ``` Error: nuttx/porttimer_m.c:117:30: error: a function declaration without a prototype is deprecated in all version

Re: [PR] rptun dump: move rptun_dump.c to rptun.c, remove redundant code. [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen commented on code in PR #11712: URL: https://github.com/apache/nuttx/pull/11712#discussion_r1493925473 ## drivers/rptun/rptun.c: ## @@ -409,6 +424,104 @@ static int rptun_notify_wait(FAR struct remoteproc *rproc, uint32_t id) return 0; } +static void rptun_dump_b

Re: [PR] rptun dump: move rptun_dump.c to rptun.c, remove redundant code. [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen commented on code in PR #11712: URL: https://github.com/apache/nuttx/pull/11712#discussion_r1493925473 ## drivers/rptun/rptun.c: ## @@ -409,6 +424,104 @@ static int rptun_notify_wait(FAR struct remoteproc *rproc, uint32_t id) return 0; } +static void rptun_dump_b

Re: [PR] rptun dump: move rptun_dump.c to rptun.c, remove redundant code. [nuttx]

2024-02-18 Thread via GitHub
wyr8899 commented on code in PR #11712: URL: https://github.com/apache/nuttx/pull/11712#discussion_r1493928595 ## drivers/rptun/rptun.c: ## @@ -409,6 +424,104 @@ static int rptun_notify_wait(FAR struct remoteproc *rproc, uint32_t id) return 0; } +static void rptun_dump_bu

Re: [PR] rptun dump: move rptun_dump.c to rptun.c, remove redundant code. [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 merged PR #11712: URL: https://github.com/apache/nuttx/pull/11712 -- 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...@nu

(nuttx) branch master updated: rptun dump: move rptun_dump.c to rptun.c, remove redundant code.

2024-02-18 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6d27c12c57 rptun dump: move rptun_dump.c to rp

Re: [PR] rptun ioctl: Strip rpmsg ioctl and rptun ioctl. [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11713: URL: https://github.com/apache/nuttx/pull/11713#discussion_r1494057409 ## drivers/rptun/rptun.c: ## @@ -608,6 +551,71 @@ static int rptun_ioctl(FAR struct rpmsg_s *rpmsg, int cmd, unsigned long arg) return ret; } +static void rptun_p

Re: [PR] rptun ioctl: Strip rpmsg ioctl and rptun ioctl. [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11713: URL: https://github.com/apache/nuttx/pull/11713#discussion_r1494073012 ## drivers/rptun/rptun.c: ## @@ -608,6 +551,71 @@ static int rptun_ioctl(FAR struct rpmsg_s *rpmsg, int cmd, unsigned long arg) return ret; } +static voi

Re: [PR] rptun ioctl: Strip rpmsg ioctl and rptun ioctl. [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen commented on code in PR #11713: URL: https://github.com/apache/nuttx/pull/11713#discussion_r1494073542 ## drivers/rptun/rptun.c: ## @@ -608,6 +551,71 @@ static int rptun_ioctl(FAR struct rpmsg_s *rpmsg, int cmd, unsigned long arg) return ret; } +static void rptun

Re: [PR] rptun ioctl: Strip rpmsg ioctl and rptun ioctl. [nuttx]

2024-02-18 Thread via GitHub
CV-Bowen commented on code in PR #11713: URL: https://github.com/apache/nuttx/pull/11713#discussion_r1494073542 ## drivers/rptun/rptun.c: ## @@ -608,6 +551,71 @@ static int rptun_ioctl(FAR struct rpmsg_s *rpmsg, int cmd, unsigned long arg) return ret; } +static void rptun

Re: [PR] rptun ioctl: Strip rpmsg ioctl and rptun ioctl. [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11713: URL: https://github.com/apache/nuttx/pull/11713#discussion_r1494131401 ## drivers/rptun/rptun.c: ## @@ -608,6 +551,71 @@ static int rptun_ioctl(FAR struct rpmsg_s *rpmsg, int cmd, unsigned long arg) return ret; } +static void rptun_p