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
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 "
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
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
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
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.
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
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
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
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 @@
-
+#
###
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
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
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
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
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
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:
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
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
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 @@
-
+#
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
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...
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
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 @@
-
+#
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
67 matches
Mail list logo