|
Re: nrf52840 hang without errors
#ble
#nrf52840
#uart
Hi Narendar,
Please create a github bug report, with details on how to build your application and reproduce the issue.
You may share a branch in the GH issue if that is faster for me or others
Hi Narendar,
Please create a github bug report, with details on how to build your application and reproduce the issue.
You may share a branch in the GH issue if that is faster for me or others
|
By
Chettimada, Vinayak Kariappa
·
#6809
·
|
|
nrf52840 hang without errors
#ble
#nrf52840
#uart
Hi,
Iam using nrf52840 development board, developing software using zephyr.
In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module),
Hi,
Iam using nrf52840 development board, developing software using zephyr.
In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module),
|
By
Narendar Malepu
·
#6808
·
|
|
Re: To bring back RPL to Zephyr project
Hi,
Former RPL was a port of contiki's RPL implementation, if I am not
mistaken. But it slipped a lot compared to its original code, which one
got a lot more features implemented.
Also, the issue
Hi,
Former RPL was a port of contiki's RPL implementation, if I am not
mistaken. But it slipped a lot compared to its original code, which one
got a lot more features implemented.
Also, the issue
|
By
Tomasz Bursztyka
·
#6807
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 03/03/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 3 March 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 3 March 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6806
·
|
|
Re: To bring back RPL to Zephyr project
Hi,
I would also be interested in getting RPL back. Do you already have a branch somewhere? I would also be willing to participate in the porting.
Best Regards,
Max
Hi,
I would also be interested in getting RPL back. Do you already have a branch somewhere? I would also be willing to participate in the porting.
Best Regards,
Max
|
By
Schuh Max
·
#6805
·
|
|
API meeting: agenda
Hi all,
The topics for today:
- PR: Fix handling of WDT_DISABLE_AT_BOOT option
- https://github.com/zephyrproject-rtos/zephyr/pull/22859
- PR (cont): generalize async notification and add queued
Hi all,
The topics for today:
- PR: Fix handling of WDT_DISABLE_AT_BOOT option
- https://github.com/zephyrproject-rtos/zephyr/pull/22859
- PR (cont): generalize async notification and add queued
|
By
Carles Cufi
·
#6804
·
|
|
Re: CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
Hello,
"Sebastian Boe" <Sebastian.Boe@...> wrote:
It's also possible to search/read config option descriptions in Zephyr
docs, just go to https://docs.zephyrproject.org/latest/ , paste
Hello,
"Sebastian Boe" <Sebastian.Boe@...> wrote:
It's also possible to search/read config option descriptions in Zephyr
docs, just go to https://docs.zephyrproject.org/latest/ , paste
|
By
Paul Sokolovsky
·
#6803
·
|
|
Re: Why is TLS_CREDENTIAL_PRIVATE_KEY not implemented
I’m afraid you’ve misunderstood the code in there. Just by the fact the `case TLS_CREDENTIAL_PRIVATE_KEY` is empty does not mean that private key management is not implemented (which is more or
I’m afraid you’ve misunderstood the code in there. Just by the fact the `case TLS_CREDENTIAL_PRIVATE_KEY` is empty does not mean that private key management is not implemented (which is more or
|
By
Lubos, Robert
·
#6802
·
|
|
Why is TLS_CREDENTIAL_PRIVATE_KEY not implemented
I tried to debug my problem and found that TLS_CREDENTIAL_PRIVATE_KEY is not implemented. I need to set private key and my certificate and both are not implemented. When setting
certificate it is
I tried to debug my problem and found that TLS_CREDENTIAL_PRIVATE_KEY is not implemented. I need to set private key and my certificate and both are not implemented. When setting
certificate it is
|
By
Linux Weekend Learning
·
#6801
·
|
|
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
·
|