|
Re: Few questions regarding sockets/DTLS and net_offload
Hello Benjamin,
I’ll try to address part of your questions:
First, regarding delayed handshakes. In sockets_tls.c:
if (net_context_get_type(ctx) == SOCK_STREAM) {
/* Do the handshake for
Hello Benjamin,
I’ll try to address part of your questions:
First, regarding delayed handshakes. In sockets_tls.c:
if (net_context_get_type(ctx) == SOCK_STREAM) {
/* Do the handshake for
|
By
Lubos, Robert
·
#5780
·
|
|
Few questions regarding sockets/DTLS and net_offload
First, regarding delayed handshakes. In sockets_tls.c:
if (net_context_get_type(ctx) == SOCK_STREAM) {
/* Do the handshake for TLS, not DTLS. */
This had our scratching our heads for a while today
First, regarding delayed handshakes. In sockets_tls.c:
if (net_context_get_type(ctx) == SOCK_STREAM) {
/* Do the handshake for TLS, not DTLS. */
This had our scratching our heads for a while today
|
By
Benjamin Lindqvist
·
#5779
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Kai,
It doesn’t. It seems like a possible oversight with this configuration file. There’s a second one for this sample app called microbit_gatt.conf which does have PB_GATT=y. Note that the
Hi Kai,
It doesn’t. It seems like a possible oversight with this configuration file. There’s a second one for this sample app called microbit_gatt.conf which does have PB_GATT=y. Note that the
|
By
Johan Hedberg
·
#5778
·
|
|
[Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
This is the commit I used: 3aa8443ab41202f978258810961dbc5a74ad2727
I tried to build ./samples/Bluetooth/mesh/ product in Zephyr master following this guide and target device is
This is the commit I used: 3aa8443ab41202f978258810961dbc5a74ad2727
I tried to build ./samples/Bluetooth/mesh/ product in Zephyr master following this guide and target device is
|
By
Kai Ren
·
#5777
·
|
|
Re: Unable to install zephyr in Windows following the getting started guide
#gettingstartedguide
Hi Bo,
Glad to hear you got this working.
The recommended mechanism to install Git in the Zephyr Getting Started guide is to use Chocolatey, which does update the PATH with the Git folder
Hi Bo,
Glad to hear you got this working.
The recommended mechanism to install Git in the Zephyr Getting Started guide is to use Chocolatey, which does update the PATH with the Git folder
|
By
Carles Cufi
·
#5776
·
|
|
Re: Unable to install zephyr in Windows following the getting started guide
#gettingstartedguide
Hi Carles,
And thank you very much for the very quick answer.
I have installed git version 2.20.1 on my Windows and for some reason git doesn't add the path of its binary folder to the PATH
Hi Carles,
And thank you very much for the very quick answer.
I have installed git version 2.20.1 on my Windows and for some reason git doesn't add the path of its binary folder to the PATH
|
By
Bo.Kragelund@...
·
#5775
·
|
|
Re: Unable to install zephyr in Windows following the getting started guide
#gettingstartedguide
Hi Bo,
I notice 2 issues with your screenshots:
You are running `west init` in c:\. I certainly would not recommend that. My recommendation would be to initialize zephyr in your user folder
Hi Bo,
I notice 2 issues with your screenshots:
You are running `west init` in c:\. I certainly would not recommend that. My recommendation would be to initialize zephyr in your user folder
|
By
Carles Cufi
·
#5774
·
|
|
Unable to install zephyr in Windows following the getting started guide
#gettingstartedguide
Hi zephyr,
I am not able to install the latest zephyr on Windows following the getting started guide.
I have previously installed zephyr on Windows without any issues.
But following the latest getting
Hi zephyr,
I am not able to install the latest zephyr on Windows following the getting started guide.
I have previously installed zephyr on Windows without any issues.
But following the latest getting
|
By
Bo.Kragelund@...
·
#5773
·
|
|
Re: Error when using './boards/x86/common/scripts/build_grub.sh x86_64' on Clear Linux
Ø Should I submit this to Zephyr (as a PR)?
Assuming this works in your testing, we would appreciate a patch. :)
Andrew
Ø Should I submit this to Zephyr (as a PR)?
Assuming this works in your testing, we would appreciate a patch. :)
Andrew
|
By
Boie, Andrew P
·
#5772
·
|
|
Re: Error when using './boards/x86/common/scripts/build_grub.sh x86_64' on Clear Linux
Quick update following some more testing I did. I hit the same "packed-not-aligned" issue on Fedora 29. I applied the same fix and subsequently hit another issue (see error below), which got resolved
Quick update following some more testing I did. I hit the same "packed-not-aligned" issue on Fedora 29. I applied the same fix and subsequently hit another issue (see error below), which got resolved
|
By
Geoffroy Van Cutsem
·
#5771
·
|
|
Re: Default LED Pin for STM32 min dev board
Hi,
So, actually, what you request is a revert of https://github.com/zephyrproject-rtos/zephyr/pull/11736,
which was fixing LED pinmux from PB12 to PC13, thought which missed doc update.
As you
Hi,
So, actually, what you request is a revert of https://github.com/zephyrproject-rtos/zephyr/pull/11736,
which was fixing LED pinmux from PB12 to PC13, thought which missed doc update.
As you
|
By
Erwan Gouriou
·
#5770
·
|
|
Re: Default LED Pin for STM32 min dev board
Hi Eghongon (et al),
Welcome to Zephyr!
This sounds like a quick fix - mind just sending a patch? You can link to the datasheet in the GitHub comments for your pull request. Please look at the
Hi Eghongon (et al),
Welcome to Zephyr!
This sounds like a quick fix - mind just sending a patch? You can link to the datasheet in the GitHub comments for your pull request. Please look at the
|
By
Marti Bolivar <marti@...>
·
#5769
·
|
|
Default LED Pin for STM32 min dev board
Hello!
We are a group of four Embedded Systems graduate students from TU Delft who are working on analyzing the architecture of the Zephyr project for our Software Architecture class. We want to
Hello!
We are a group of four Embedded Systems graduate students from TU Delft who are working on analyzing the architecture of the Zephyr project for our Software Architecture class. We want to
|
By
E.Eigbe@...
·
#5768
·
|
|
Error when using './boards/x86/common/scripts/build_grub.sh x86_64' on Clear Linux
Hi folks,
I am trying to build a GRUB2 bootloader image following these steps on a Clear Linux system (version 28230). I ran into the problem below (see output at [1]). That is a problem with gcc 8.x
Hi folks,
I am trying to build a GRUB2 bootloader image following these steps on a Clear Linux system (version 28230). I ran into the problem below (see output at [1]). That is a problem with gcc 8.x
|
By
Geoffroy Van Cutsem
·
#5767
·
|
|
Re: Zephyr SDK 0.10.0 available
Hi Luiz,
The Zephyr SDK can be found on the Developers page in the Downloads section here: https://www.zephyrproject.org/developers/#downloads
We'll re-work the page so its easier to find!
Best,
Thea
Hi Luiz,
The Zephyr SDK can be found on the Developers page in the Downloads section here: https://www.zephyrproject.org/developers/#downloads
We'll re-work the page so its easier to find!
Best,
Thea
|
By
Zephyr Project
·
#5766
·
|
|
Re: LE pair disconnected
Hi Carles,
We are using 1.13.
Best Regards
Isaac Chen
Quanta Computer Inc.
Business Unit 11 BL1
Tel : +886-3-327-2345 Ext : 17585
This transmission is intended only for the use of
Hi Carles,
We are using 1.13.
Best Regards
Isaac Chen
Quanta Computer Inc.
Business Unit 11 BL1
Tel : +886-3-327-2345 Ext : 17585
This transmission is intended only for the use of
|
By
Isaac Chen (陳尚航) <Isaac_Chen@...>
·
#5765
·
|
|
Re: LE pair disconnected
Hi Vinayak,
Do you find any cue on btmon logs?
Best Regards
Isaac Chen
Quanta Computer Inc.
Business Unit 11 BL1
Tel : +886-3-327-2345 Ext : 17585
This transmission is
Hi Vinayak,
Do you find any cue on btmon logs?
Best Regards
Isaac Chen
Quanta Computer Inc.
Business Unit 11 BL1
Tel : +886-3-327-2345 Ext : 17585
This transmission is
|
By
Isaac Chen (陳尚航) <Isaac_Chen@...>
·
#5764
·
|
|
Re: Zephyr SDK 0.10.0 available
Hi Kumar,
It seems there is no link for it in the developers page:
https://www.zephyrproject.org/developers/
--
Luiz Augusto von Dentz
Hi Kumar,
It seems there is no link for it in the developers page:
https://www.zephyrproject.org/developers/
--
Luiz Augusto von Dentz
|
By
Luiz Augusto von Dentz
·
#5763
·
|
|
Does sanitycheck "--subtest" work and if yes how?
In this example, passing either 1, --test, or 2. --subtest, or 3. both seems to make no difference; in all 3 cases the same, complete kernel.fifo.poll set gets run:
./scripts/sanitycheck -v -v \
In this example, passing either 1, --test, or 2. --subtest, or 3. both seems to make no difference; in all 3 cases the same, complete kernel.fifo.poll set gets run:
./scripts/sanitycheck -v -v \
|
By
Marc Herbert
·
#5762
·
|
|
Change of required SDK version to 0.10.0
With the release of SDK 0.10.0 (https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.0) we will be changing the required SDK version to it. The PR for that change is
With the release of SDK 0.10.0 (https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.0) we will be changing the required SDK version to it. The PR for that change is
|
By
Kumar Gala
·
#5761
·
|