|
Re: Recursive checkout with West
Jørn Villesen Christensen via Lists.Zephyrproject.Org
<extjvc=trifork.com@...> writes:
I'm trying to get a beta in people's hands in early November. This will
be available on
Jørn Villesen Christensen via Lists.Zephyrproject.Org
<extjvc=trifork.com@...> writes:
I'm trying to get a beta in people's hands in early November. This will
be available on
|
By
Bolivar, Marti
·
#1750
·
|
|
Re: Recursive checkout with West
Hi Marti,
Thank you too - and for the links :)
Hm... I just assumed that if you were including a project you would always a) need all dependencies of that project, and b) be ok with their licenses.
Hi Marti,
Thank you too - and for the links :)
Hm... I just assumed that if you were including a project you would always a) need all dependencies of that project, and b) be ok with their licenses.
|
By
Jørn Villesen Christensen <extjvc@...>
·
#1749
·
|
|
Re: Recursive checkout with West
Hi Jørn,
Thank you for taking the time to write down your thoughts.
Jørn Villesen Christensen via Lists.Zephyrproject.Org
<extjvc=trifork.com@...> writes:
Doing this
Hi Jørn,
Thank you for taking the time to write down your thoughts.
Jørn Villesen Christensen via Lists.Zephyrproject.Org
<extjvc=trifork.com@...> writes:
Doing this
|
By
Bolivar, Marti
·
#1748
·
|
|
Zephyr Release 2.1: Status
A reminder that the feature merge window to Zephyr will be closing on November 8th (three short weeks away). Please keep this date in mind for any items you may be working on that you wish to be
A reminder that the feature merge window to Zephyr will be closing on November 8th (three short weeks away). Please keep this date in mind for any items you may be working on that you wish to be
|
By
David Leach
·
#1747
·
|
|
Re: Recursive checkout with West
"barry.solomon via Lists.Zephyrproject.Org"
<barry.solomon=dexcom.com@...> writes:
Sounds like a fun hack. I wouldn't have thought of doing it like that!
I tried to use pyyaml
"barry.solomon via Lists.Zephyrproject.Org"
<barry.solomon=dexcom.com@...> writes:
Sounds like a fun hack. I wouldn't have thought of doing it like that!
I tried to use pyyaml
|
By
Bolivar, Marti
·
#1746
·
|
|
Re: Bluetooth mcumgr SMP DFU speed
#ble
Hi Carles,
Thanks for the link, I experimented with the settings provided and I maybe saw a small increase (~0.2KiB/s) but not major boost.
My client test devices have been:
- a 4.0 Bluetooth
Hi Carles,
Thanks for the link, I experimented with the settings provided and I maybe saw a small increase (~0.2KiB/s) but not major boost.
My client test devices have been:
- a 4.0 Bluetooth
|
By
nick.ward@...
·
#1745
·
|
|
Re: more documentation needed
Hi Stefan,
"stefan.hristozov via Lists.Zephyrproject.Org"
<stefan.hristozov=aisec.fraunhofer.de@...> writes:
If you want to see what 'west build' is doing, just run it in
Hi Stefan,
"stefan.hristozov via Lists.Zephyrproject.Org"
<stefan.hristozov=aisec.fraunhofer.de@...> writes:
If you want to see what 'west build' is doing, just run it in
|
By
Bolivar, Marti
·
#1744
·
|
|
Re: more documentation needed
Hi Stefan,
wrote:
You need to create a device driver for this chip. By doing that, the
network interface is instantiated automatically when the device runs.
I recommend that you look how other
Hi Stefan,
wrote:
You need to create a device driver for this chip. By doing that, the
network interface is instantiated automatically when the device runs.
I recommend that you look how other
|
By
Jukka Rissanen
·
#1743
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- V4Z: Update on the state of the Pull Request, should we merge it?
- https://github.com/zephyrproject-rtos/zephyr/pull/17194
- GPIO: Update on progress
-
Hi all,
This week we will look at:
- V4Z: Update on the state of the Pull Request, should we merge it?
- https://github.com/zephyrproject-rtos/zephyr/pull/17194
- GPIO: Update on progress
-
|
By
Carles Cufi
·
#1742
·
|
|
Re: Bluetooth mcumgr SMP DFU speed
#ble
Hi Nick,
What is your client device? i.e. the device sending the image. If it’s a Linux box running mcumgr there might be limitations there, but if it’s a mobile phone then you should
Hi Nick,
What is your client device? i.e. the device sending the image. If it’s a Linux box running mcumgr there might be limitations there, but if it’s a mobile phone then you should
|
By
Carles Cufi
·
#1741
·
|
|
more documentation needed
Dear Zephyr community,
I very like the zephyr project but I need more documentation in order to get productive with it.
1) Concepts: For me it looks like Zephyr uses some of the Linux concepts.
Dear Zephyr community,
I very like the zephyr project but I need more documentation in order to get productive with it.
1) Concepts: For me it looks like Zephyr uses some of the Linux concepts.
|
By
Stefan Hristozov
·
#1740
·
|
|
Bluetooth mcumgr SMP DFU speed
#ble
Hi all,
I'm trying to optimise the mcumgr SMP DFU transfer speed over Bluetooth LE.
I'm getting speeds up to 5.12KibB/s (with different combinations of devices) but this Punchthrough blog post claims
Hi all,
I'm trying to optimise the mcumgr SMP DFU transfer speed over Bluetooth LE.
I'm getting speeds up to 5.12KibB/s (with different combinations of devices) but this Punchthrough blog post claims
|
By
nick.ward@...
·
#1739
·
|
|
Re: Recursive checkout with West
In case this is useful to anyone. I am doing a recursive checkout currently with a little bit of a hack. So I have a west file that just includes my project and the nordic NCS release. The NCS release
In case this is useful to anyone. I am doing a recursive checkout currently with a little bit of a hack. So I have a west file that just includes my project and the nordic NCS release. The NCS release
|
By
barry.solomon@...
·
#1738
·
|
|
Re: MIMXRT1060_EVK touch screen support
#input
Hi Olivier,
The touch input hasn’t been enabled upstream yet. I posted a draft pull request to add this, but it hasn’t been merged because we haven’t solidified the
Hi Olivier,
The touch input hasn’t been enabled upstream yet. I posted a draft pull request to add this, but it hasn’t been merged because we haven’t solidified the
|
By
Maureen Helm
·
#1737
·
|
|
MIMXRT1060_EVK touch screen support
#input
Hello,
I'm new to Zephyr, so pardon me if this is a trivial question.
At the moment I'm trying Zephyr on my MIMXRT1060_RT and so far I'm satisfied with the experience, everything works as
Hello,
I'm new to Zephyr, so pardon me if this is a trivial question.
At the moment I'm trying Zephyr on my MIMXRT1060_RT and so far I'm satisfied with the experience, everything works as
|
By
BOUCARD Olivier
·
#1736
·
|
|
Re: Recursive checkout with West
Hi Carles (and others),
Thank you for your response and link to the issue you are working on. But it seems to me that what you are working on / discussing is a slightly different issue - or at least
Hi Carles (and others),
Thank you for your response and link to the issue you are working on. But it seems to me that what you are working on / discussing is a slightly different issue - or at least
|
By
Jørn Villesen Christensen <extjvc@...>
·
#1735
·
|
|
Call for help: SAM0 GPIO driver
Hi all,
As you all know we are currently transitioning to a new GPIO driver API.
With this transition comes the need to port all existing GPIO drivers to the new API, and work for this is currently
Hi all,
As you all know we are currently transitioning to a new GPIO driver API.
With this transition comes the need to port all existing GPIO drivers to the new API, and work for this is currently
|
By
Carles Cufi
·
#1734
·
|
|
Re: Recursive checkout with West
Hi there,
By
Carles Cufi
·
#1733
·
|
|
Re: Recursive checkout with West
Now with actual attachment, sorry :-o
Now with actual attachment, sorry :-o
|
By
Jørn Villesen Christensen <extjvc@...>
·
#1732
·
|
|
Recursive checkout with West
Hi Zephyr community,
I am a little bit uncertain whether this is the correct list to ask for
help; if not I would appreciate if you could guide me to the correct
place :-)
TLDR: (Current) main
Hi Zephyr community,
I am a little bit uncertain whether this is the correct list to ask for
help; if not I would appreciate if you could guide me to the correct
place :-)
TLDR: (Current) main
|
By
Jørn Villesen Christensen <extjvc@...>
·
#1731
·
|