|
Re: CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
I added this in my prj.conf file
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
user-tls.conf file:
#define MBEDTLS_X509_CRT_PARSE_C
In my code, i added a check to
I added this in my prj.conf file
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
user-tls.conf file:
#define MBEDTLS_X509_CRT_PARSE_C
In my code, i added a check to
|
By
Linux Weekend Learning
·
#6800
·
|
|
Re: CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
Hi,
I would recommend opening menuconfig and reading the help text for each option.
________________________________________
Sent: Monday, March 2, 2020 3:14 PM
To: devel@...
Cc:
Hi,
I would recommend opening menuconfig and reading the help text for each option.
________________________________________
Sent: Monday, March 2, 2020 3:14 PM
To: devel@...
Cc:
|
By
Sebastian Boe
·
#6799
·
|
|
CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
Hi All,
What is the difference between CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
When i set CONFIG_MBEDTLS_LIBRARY it is throwing
Hi All,
What is the difference between CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
When i set CONFIG_MBEDTLS_LIBRARY it is throwing
|
By
Linux Weekend Learning
·
#6798
·
|
|
Re: mqtt_connect blocked at connect stage
Hi,
some comments inline below:
Use IP address here instead of hostname.
You could print the IP address you are trying to connect in order to
verify that it is set correctly.
Cheers,
Jukka
Hi,
some comments inline below:
Use IP address here instead of hostname.
You could print the IP address you are trying to connect in order to
verify that it is set correctly.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6797
·
|
|
mqtt_connect blocked at connect stage
Hi Guys,
Please help me out here, the code is blocked internally when calling 'connect'
I wrote a code to connect to the Amazon Web Services IOT Service
/*
* Copyright (c) 2019 Intel Corporation
*
Hi Guys,
Please help me out here, the code is blocked internally when calling 'connect'
I wrote a code to connect to the Amazon Web Services IOT Service
/*
* Copyright (c) 2019 Intel Corporation
*
|
By
Linux Weekend Learning
·
#6796
·
|
|
Zephyr 2.2.0-rc3 tagged
Hi Zephyr developers,
We have now tagged Zephyr 2.2.0-rc3, i.e. we’re getting close to the final release. We’re currently at 15 medium priority bugs and no high priority bugs, so the release
Hi Zephyr developers,
We have now tagged Zephyr 2.2.0-rc3, i.e. we’re getting close to the final release. We’re currently at 15 medium priority bugs and no high priority bugs, so the release
|
By
Johan Hedberg
·
#6795
·
|
|
Re: ARMv7 Cortex-A port for Xilinx Zynq7000
Hi Immo,
the networking unit tests under tests/net directory should be self
contained i.e., they should not need SLIP to be able to run. The
sanitychecker also compiles samples/net/ programs and
Hi Immo,
the networking unit tests under tests/net directory should be self
contained i.e., they should not need SLIP to be able to run. The
sanitychecker also compiles samples/net/ programs and
|
By
Jukka Rissanen
·
#6794
·
|
|
Re: ARMv7 Cortex-A port for Xilinx Zynq7000
Hi Jukka,
thanks for the info, I looked at the YAML files of other platforms and eventually came across the "-netif:eth" switch. Once I had that integrated, I had a bit of a fight against the QEMU
Hi Jukka,
thanks for the info, I looked at the YAML files of other platforms and eventually came across the "-netif:eth" switch. Once I had that integrated, I had a bit of a fight against the QEMU
|
By
Immo Birnbaum
·
#6793
·
|
|
Re: ARMv7 Cortex-A port for Xilinx Zynq7000
Hi Immo,
for networking tests to run, I think you need to say
- netif:eth
in board yaml file (instead of just "- net")
Cheers,
Jukka
Hi Immo,
for networking tests to run, I think you need to say
- netif:eth
in board yaml file (instead of just "- net")
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6792
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 02/27/2020 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 27 February 2020, 8:00am to 9:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 27 February 2020, 8:00am to 9:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6791
·
|
|
Re: ARMv7 Cortex-A port for Xilinx Zynq7000
Hi Immo,
Thanks for looking into this.
For the time being, I believe focusing on the following issues would help in getting these changes upstream-ed:
Getting all applicable tests to
Hi Immo,
Thanks for looking into this.
For the time being, I believe focusing on the following issues would help in getting these changes upstream-ed:
Getting all applicable tests to
|
By
Stephanos Ioannidis
·
#6790
·
|
|
Re: ARMv7 Cortex-A port for Xilinx Zynq7000
Hi all,
here's my first update on the topic of the Zynq-7000 port, this is the progress so far:
- Set up a fresh development VM which now uses the Zephyr SDK, which works fine for the Cortex-A9.
-
Hi all,
here's my first update on the topic of the Zynq-7000 port, this is the progress so far:
- Set up a fresh development VM which now uses the Zephyr SDK, which works fine for the Cortex-A9.
-
|
By
Immo Birnbaum
·
#6789
·
|
|
Re: How to use DTLS with offloaded socket if the underlying modem does not support DTLS
Hi Holger,
one option is use the generic GSM modem, which uses PPP to connect to
modem, instead of offloading the IP stack to the modem. In that case
one can send DTLS data via the modem.
Hi Holger,
one option is use the generic GSM modem, which uses PPP to connect to
modem, instead of offloading the IP stack to the modem. In that case
one can send DTLS data via the modem.
|
By
Jukka Rissanen
·
#6788
·
|
|
Re: How to use DTLS with offloaded socket if the underlying modem does not support DTLS
Hi Billy,
thanks for the reply. I still have to clean up the driver a bit, then I will create the PR.
With regard to the second message, thanks for the hint. I have already stumbled upon these
Hi Billy,
thanks for the reply. I still have to clean up the driver a bit, then I will create the PR.
With regard to the second message, thanks for the hint. I have already stumbled upon these
|
By
Holger Gräf
·
#6787
·
|
|
Zephyr 2.2.0-rc2 tagged
Hi Zephyr developers,
We have now tagged the second release candidate for Zephyr 2.2: 2.2.0-rc2.
We’re currently at 0 high priority bugs and 21 medium priority bugs. This is already close to the
Hi Zephyr developers,
We have now tagged the second release candidate for Zephyr 2.2: 2.2.0-rc2.
We’re currently at 0 high priority bugs and 21 medium priority bugs. This is already close to the
|
By
Johan Hedberg
·
#6786
·
|
|
Re: How do I get to know about plans on on-going or future features?
Hi Alex,
Thanks for your interest in Zephyr.
I think you should begin by defining an area you want to contribute in: kernel, filesystems, drivers, protocol stacks, etc.
In order to find out
Hi Alex,
Thanks for your interest in Zephyr.
I think you should begin by defining an area you want to contribute in: kernel, filesystems, drivers, protocol stacks, etc.
In order to find out
|
By
Carles Cufi
·
#6785
·
|
|
Re: How can west commands be executed when doing ‘west update’?
Hello,
I believe the west issue covering this feature request is:
https://github.com/zephyrproject-rtos/west/issues/320
Please take a look and feel free to comment!
Thanks,
Marti
"Li, Jun R via
Hello,
I believe the west issue covering this feature request is:
https://github.com/zephyrproject-rtos/west/issues/320
Please take a look and feel free to comment!
Thanks,
Marti
"Li, Jun R via
|
By
Bolivar, Marti
·
#6784
·
|
|
How can west commands be executed when doing ‘west update’?
Hey,
I would like to copy some environment setting scripts to the top directory of my project by using west commands when the command “west update” runs. So far, I can run “west <my_cmd>“ to
Hey,
I would like to copy some environment setting scripts to the top directory of my project by using west commands when the command “west update” runs. So far, I can run “west <my_cmd>“ to
|
By
Li, Jun R
·
#6783
·
|
|
Does Nordic’s SPI driver support easyDMA?
Hey,
Anyone has experience on enabling easyDMA for nRF52’s SPI master?
Thank you!
Jun
Hey,
Anyone has experience on enabling easyDMA for nRF52’s SPI master?
Thank you!
Jun
|
By
Li, Jun R
·
#6782
·
|
|
API meeting: cancelled today
Hi all,
Due to several contributors being unavailable today and myself having an additional commitment I have decided to cancel this week's API meeting.
Next week the meeting will take place as
Hi all,
Due to several contributors being unavailable today and myself having an additional commitment I have decided to cancel this week's API meeting.
Next week the meeting will take place as
|
By
Carles Cufi
·
#6781
·
|