|
API meeting: agenda
Hi all,
Tomorrow's topics:
- RFC: Require system clock stability on startup:
- https://github.com/zephyrproject-rtos/zephyr/issues/22758
- RFC: API change: Add I2C bus recovery API:
-
Hi all,
Tomorrow's topics:
- RFC: Require system clock stability on startup:
- https://github.com/zephyrproject-rtos/zephyr/issues/22758
- RFC: API change: Add I2C bus recovery API:
-
|
By
Carles Cufi
·
#1919
·
|
|
trying to add support for STM32F334 discovery
hello all,
I am new to Zephyr, just want to give it a try. I don't have any of the supported boards, but I have a STM32F334 Discovery which is close to several supported ones. I thought I'd see if I
hello all,
I am new to Zephyr, just want to give it a try. I don't have any of the supported boards, but I have a STM32F334 Discovery which is close to several supported ones. I thought I'd see if I
|
By
Daniel McBrearty <danielmcbrearty@...>
·
#1918
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
Hi David,
I'm not a SWO user myself but I'm suspecting a clock set up issue.
On FreeRTOS, what was the clock configuration you were using ?
Cheers
Hi David,
I'm not a SWO user myself but I'm suspecting a clock set up issue.
On FreeRTOS, what was the clock configuration you were using ?
Cheers
|
By
Erwan Gouriou
·
#1917
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
Hi all,
I use segger ozone to do debugging via RTT it's free download which may be helpful.
It does have swo trace and STM32 JTAG configuration inbuilt it may be something to consider.
But I work
Hi all,
I use segger ozone to do debugging via RTT it's free download which may be helpful.
It does have swo trace and STM32 JTAG configuration inbuilt it may be something to consider.
But I work
|
By
William Fish
·
#1916
·
Edited
|
|
Zephyr+BLE dongle: Maping a USB port and full stack inside
Hi
This is my first contact with Zephyr project. My question is about good or wrong direction:
I need a BLE 5 "autonomous" dongle similar to BLED112 BLE 4 one. It maps a USB PORT on the computer and
Hi
This is my first contact with Zephyr project. My question is about good or wrong direction:
I need a BLE 5 "autonomous" dongle similar to BLED112 BLE 4 one. It maps a USB PORT on the computer and
|
By
Imóveis Nacionais
·
#1915
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
+ Erwan, Simen, Krzysztof, Andrzej
As mentioned in an earlier email (to which you replied without context so I had to start a new thread), RTT does work across reboots without problems, at least
+ Erwan, Simen, Krzysztof, Andrzej
As mentioned in an earlier email (to which you replied without context so I had to start a new thread), RTT does work across reboots without problems, at least
|
By
Carles Cufi
·
#1914
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
Hi, thanks for your feedback !I have a STM32F746ZE-based board and using west with jlink runner to flash it.I have the same issue when I reset the target via JLink Commander.
Hi, thanks for your feedback !I have a STM32F746ZE-based board and using west with jlink runner to flash it.I have the same issue when I reset the target via JLink Commander.
|
By
David K
·
#1913
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
Hi there,
We don’t use SWO but RTT (also from Segger) and we don’t need to reset the JLinkRTTViewer/Logger when we reset the target.
Could it be that the way Zephr flashes and then resets the
Hi there,
We don’t use SWO but RTT (also from Segger) and we don’t need to reset the JLinkRTTViewer/Logger when we reset the target.
Could it be that the way Zephr flashes and then resets the
|
By
Carles Cufi
·
#1912
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
I am still struggling to figure out why I cannot keep receiving traces through reboots.On the same dev board with FreeRTOS it was consistent: I was able to log target resets without re-launching
I am still struggling to figure out why I cannot keep receiving traces through reboots.On the same dev board with FreeRTOS it was consistent: I was able to log target resets without re-launching
|
By
David K
·
#1911
·
|
|
Re: [Zephyr-devel] API meeting next week: Focusing on watchdogs
Hi all,
Due to the switch to summer time in the US, the meeting today is at 17h CET/8AM PDT, so in 15min.
Regards,
Carles
Hi all,
Due to the switch to summer time in the US, the meeting today is at 17h CET/8AM PDT, so in 15min.
Regards,
Carles
|
By
Carles Cufi
·
#1910
·
|
|
Re: API meeting next week: Focusing on watchdogs
Hi all,
Just a friendly reminder that today's API meeting will be dedicated to watchdog handling in Zephyr.
Thanks,
Carles
Hi all,
Just a friendly reminder that today's API meeting will be dedicated to watchdog handling in Zephyr.
Thanks,
Carles
|
By
Carles Cufi
·
#1909
·
|
|
Re: Opinions / experiences requested regarding choosing the right IoT embedded OS
Hi Noëlle,
Since I have participated in similar comparison efforts in the past, I thought I may post my two cents here.
Please do bear in mind the following disclaimers:
I work for a company
Hi Noëlle,
Since I have participated in similar comparison efforts in the past, I thought I may post my two cents here.
Please do bear in mind the following disclaimers:
I work for a company
|
By
Carles Cufi
·
#1908
·
|
|
Re: Opinions / experiences requested regarding choosing the right IoT embedded OS
Hi Noelle,
I'd be interested in contributing to this survey, which is directly applicable to us also. But, only if you collate and publish the results back to the list. Thanks!
--
Lee Courtney
Hi Noelle,
I'd be interested in contributing to this survey, which is directly applicable to us also. But, only if you collate and publish the results back to the list. Thanks!
--
Lee Courtney
|
By
Lee Courtney <leec2124@...>
·
#1907
·
|
|
Opinions / experiences requested regarding choosing the right IoT embedded OS
Hi users part of the Zephyr project!
My team is looking into the possibility to transition from a bare-metal application to an OS for our embedded controllers. We develop IoT and wireless sensors
Hi users part of the Zephyr project!
My team is looking into the possibility to transition from a bare-metal application to an OS for our embedded controllers. We develop IoT and wireless sensors
|
By
Noëlle Clement
·
#1906
·
|
|
Re: Questions about Dynamic Threads
There isn't, due to the lack of a memory allocator which returns aligned pointers.
You sound like a good customer for the k_thread_join() API I recently sent a PR
There isn't, due to the lack of a memory allocator which returns aligned pointers.
You sound like a good customer for the k_thread_join() API I recently sent a PR
|
By
Boie, Andrew P
·
#1905
·
|
|
Questions about Dynamic Threads
Hi,
I'm using Zephyr for the first time with the NRF9160, and I have a few
questions about Zephyr's support of threads:
1. Is there any support for runtime creation of a new thread's stack
in
Hi,
I'm using Zephyr for the first time with the NRF9160, and I have a few
questions about Zephyr's support of threads:
1. Is there any support for runtime creation of a new thread's stack
in
|
By
David Lerch
·
#1904
·
|
|
API meeting next week: Focusing on watchdogs
Hi all,
Next week (Tuesday 10th of March) we will focus our attention to watchdog handling in Zephyr.
We recently closed #22858 with the merge of #22859, but this was a temporary solution to what is
Hi all,
Next week (Tuesday 10th of March) we will focus our attention to watchdog handling in Zephyr.
We recently closed #22858 with the merge of #22859, but this was a temporary solution to what is
|
By
Carles Cufi
·
#1903
·
|
|
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
·
#1902
·
|
|
Re: Enable traces on Serial Wire Output
#debugging
Replying to my own issue:
First I misunderstood module registration:#include <logging/log.h>// Must be done outside the functionLOG_MODULE_REGISTER(toto, LOG_LEVEL_DBG);void main(void){ //...
Replying to my own issue:
First I misunderstood module registration:#include <logging/log.h>// Must be done outside the functionLOG_MODULE_REGISTER(toto, LOG_LEVEL_DBG);void main(void){ //...
|
By
David K
·
#1901
·
|
|
Re: simple coap client-server communication of two posix applications
#coap
Hi Stefan,
I have had similar issues when zephyr tries to send data to host. In
all cases my firewall was blocking the connection. If this is the case
here, then just allow incoming packets from
Hi Stefan,
I have had similar issues when zephyr tries to send data to host. In
all cases my firewall was blocking the connection. If this is the case
here, then just allow incoming packets from
|
By
Jukka Rissanen
·
#1900
·
|