|
Re: Shave Zephyr boards with Occam's razor
Good! Thanks Carles.
By
Erwan Gouriou
·
#2096
·
|
|
Re: Shave Zephyr boards with Occam's razor
In case anyone is wondering, the current dtc version in our Windows packaging scheme is 1.4.4, so we should be safe in this regard.
In case anyone is wondering, the current dtc version in our Windows packaging scheme is 1.4.4, so we should be safe in this regard.
|
By
Carles Cufi
·
#2095
·
|
|
Re: Shave Zephyr boards with Occam's razor
Hi all,
Guidelines for default board configuration are now documented in Zephyr board porting guide.
Next step will be to get all existing boards to comply with these guidelines.
I've open issue
Hi all,
Guidelines for default board configuration are now documented in Zephyr board porting guide.
Next step will be to get all existing boards to comply with these guidelines.
I've open issue
|
By
Erwan Gouriou
·
#2094
·
|
|
Re: [Zephyr-tsc] Examples for "Zstream" Socket/TLS API
Hello Patrik,
"Flykt, Patrik" <patrik.flykt@...> wrote:
The "big_http_download" example I was talking about is based on
the "http_get" and is a further extension of it. Unlike
Hello Patrik,
"Flykt, Patrik" <patrik.flykt@...> wrote:
The "big_http_download" example I was talking about is based on
the "http_get" and is a further extension of it. Unlike
|
By
Paul Sokolovsky
·
#2093
·
|
|
Re: [Zephyr-tsc] Examples for "Zstream" Socket/TLS API
Hi,
I looked through the socket based samples in the Zephyr source code and
for the sake of presenting the various API options, I think we should
go with something very close to the http_get/ example
Hi,
I looked through the socket based samples in the Zephyr source code and
for the sake of presenting the various API options, I think we should
go with something very close to the http_get/ example
|
By
Flykt, Patrik <patrik.flykt@...>
·
#2092
·
|
|
Examples for "Zstream" Socket/TLS API
Hello,
At yesterday's TSC meeting, it was requested to provide examples of the
usage of 2 contender TLS APIs, to better assess trade-offs they make.
(Please see an earlier email today re: background
Hello,
At yesterday's TSC meeting, it was requested to provide examples of the
usage of 2 contender TLS APIs, to better assess trade-offs they make.
(Please see an earlier email today re: background
|
By
Paul Sokolovsky
·
#2091
·
|
|
Re: FOTA takes so long to complete (MCUBoot + mcumgr + Bluetooth)
Hi,
3. Use the 2Mbps Phy. The code should already be setting a preference to
it automatically, so I *think* it then only depends on whether the
remote side is able to do 2Mbps.
Johan
Hi,
3. Use the 2Mbps Phy. The code should already be setting a preference to
it automatically, so I *think* it then only depends on whether the
remote side is able to do 2Mbps.
Johan
|
By
Johan Hedberg
·
#2090
·
|
|
Re: FOTA takes so long to complete (MCUBoot + mcumgr + Bluetooth)
Hi Rodrigo,
There are a few things that might help:
1. Increate the GATT MTU: We might need to increase the buffer size on
Zephyr and then use Exchange MTU command to enable it. By default, it
is
Hi Rodrigo,
There are a few things that might help:
1. Increate the GATT MTU: We might need to increase the buffer size on
Zephyr and then use Exchange MTU command to enable it. By default, it
is
|
By
Luiz Augusto von Dentz
·
#2089
·
|
|
FOTA takes so long to complete (MCUBoot + mcumgr + Bluetooth)
Hello,
I could make the FOTA via Bluetooth work following the documentation (http://docs.zephyrproject.org/samples/subsys/mgmt/mcumgr/smp_svr/README.html). It was not so easy, in fact, some parts of
Hello,
I could make the FOTA via Bluetooth work following the documentation (http://docs.zephyrproject.org/samples/subsys/mgmt/mcumgr/smp_svr/README.html). It was not so easy, in fact, some parts of
|
By
Rodrigo Peixoto
·
#2088
·
|
|
[RFC] TLS API(s) for Socket-based applications in Zephyr
Hello,
It occurred to me that the matter of TLS API for BSD Sockets based
application, which was discussed for few months at the online (spoken)
Zephyr Networking Forum meetings and in Github
Hello,
It occurred to me that the matter of TLS API for BSD Sockets based
application, which was discussed for few months at the online (spoken)
Zephyr Networking Forum meetings and in Github
|
By
Paul Sokolovsky
·
#2087
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
Hii
Indeed, this example is working fine, I tried again and it runs. But, In my application, I don't have an idea why it doesn't work.
I'm developing an http_client library and I want to add an
Hii
Indeed, this example is working fine, I tried again and it runs. But, In my application, I don't have an idea why it doesn't work.
I'm developing an http_client library and I want to add an
|
By
christian tavares
·
#2086
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
Hi Christian,
I just tried to compile http-client sample for frdm-k64f with TLS
support and did not see any errors.
cd samples/net/http_client
mkdir build && cd build
cmake ..
Hi Christian,
I just tried to compile http-client sample for frdm-k64f with TLS
support and did not see any errors.
cd samples/net/http_client
mkdir build && cd build
cmake ..
|
By
Jukka Rissanen
·
#2085
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
I'm developing an http_client library and put it inside of zephyr / subsys. Out of zephyr I created a simple application that just performs the call of the start function of my library. However, I'd
I'm developing an http_client library and put it inside of zephyr / subsys. Out of zephyr I created a simple application that just performs the call of the start function of my library. However, I'd
|
By
christian tavares
·
#2084
·
|
|
Re: not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#bluetoothmesh
#meshctl
Hi,
This was already identified as a bug in meshctl by Steve, a week ago or
so. However, I haven't seen a patch submitted to BlueZ yet.
Johan
Hi,
This was already identified as a bug in meshctl by Steve, a week ago or
so. However, I haven't seen a patch submitted to BlueZ yet.
Johan
|
By
Johan Hedberg
·
#2083
·
|
|
Re: not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#bluetoothmesh
#meshctl
Hi Vikrant,
I just did two tests today, the detail is:
1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today,
Hi Vikrant,
I just did two tests today, the detail is:
1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today,
|
By
Kai Ren
·
#2082
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
Hi,
Quotes should not placed here, now you are trying to include a file
that is called CONFIG_MBEDTLS_CFG_FILE which will not work.
Could you check that you have similar configuration as
Hi,
Quotes should not placed here, now you are trying to include a file
that is called CONFIG_MBEDTLS_CFG_FILE which will not work.
Could you check that you have similar configuration as
|
By
Jukka Rissanen
·
#2081
·
|
|
Re: not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#bluetoothmesh
#meshctl
HI Kai,
Today I tried to provision #BlueNRG Mesh (It is based on ST Mesh library to which we could provision using Silicon Labs Mesh App )
DEVICE using #meshctl, in this case too provisioning process
HI Kai,
Today I tried to provision #BlueNRG Mesh (It is based on ST Mesh library to which we could provision using Silicon Labs Mesh App )
DEVICE using #meshctl, in this case too provisioning process
|
By
vikrant8051 <vikrant8051@...>
·
#2080
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
Is the following line missing the quotes (“) before the file name?
#include CONFIG_MBEDTLS_CFG_FILE"
Should be
#include “CONFIG_MBEDTLS_CFG_FILE"
Is the following line missing the quotes (“) before the file name?
#include CONFIG_MBEDTLS_CFG_FILE"
Should be
#include “CONFIG_MBEDTLS_CFG_FILE"
|
By
Graham Stott <gbcstott1@...>
·
#2079
·
|
|
Re: fatal error: config-mini-tls1_2.h: No such file or directory
Hi Christian,
Can you please paste the complete and exact steps of what you tried, and not just the error? It will be difficult for people to help you without knowing exactly what you did.
Please
Hi Christian,
Can you please paste the complete and exact steps of what you tried, and not just the error? It will be difficult for people to help you without knowing exactly what you did.
Please
|
By
Marti Bolivar
·
#2078
·
|
|
fatal error: config-mini-tls1_2.h: No such file or directory
Hello!!
I'm developing a http_client application and I want to include https support. But, happends
"[ 95%] Built target ext__lib__crypto__mbedtls
In file included from
Hello!!
I'm developing a http_client application and I want to include https support. But, happends
"[ 95%] Built target ext__lib__crypto__mbedtls
In file included from
|
By
christian tavares
·
#2077
·
|