|
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
·
|
|
simple coap client-server communication of two posix applications
#coap
Hi,
I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client.
What I did so far:
1) I build both
Hi,
I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client.
What I did so far:
1) I build both
|
By
Stefan Hristozov
·
#1899
·
|
|
Enable traces on Serial Wire Output
#debugging
Hi,I am just getting started with Zephyr and currently working on a STM32F746ZE. I added a custom configuration for this board based on STM32F746G_DISCO.After having run successfully the blinky
Hi,I am just getting started with Zephyr and currently working on a STM32F746ZE. I added a custom configuration for this board based on STM32F746G_DISCO.After having run successfully the blinky
|
By
David K
·
#1898
·
|
|
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
·
#1897
·
|
|
Serial communication Node-red
#ble
#bluetoothmesh
#gpio
#usb
#bluetooth
Hi,
I am wondering if anyone has tried reading for a serial port using node-red
Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
Hi,
I am wondering if anyone has tried reading for a serial port using node-red
Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
|
By
Daniel Fox <danny.fox97@...>
·
#1896
·
|
|
API meeting: agenda
Hi all,
The topics for today:
- Discussion on whether to move the hw_info API to stable
- PR: generalize async notification and add queued operation manager
-
Hi all,
The topics for today:
- Discussion on whether to move the hw_info API to stable
- PR: generalize async notification and add queued operation manager
-
|
By
Carles Cufi
·
#1895
·
|
|
Re: Help on Devicetree aliases on eclipse
#dts
#eclipse
#nrf52840
Hi there,
Most of the questions you ask are covered in the DT documentation:
https://docs.zephyrproject.org/latest/guides/dts/index.html#
The macros are generated by a Python script at build
Hi there,
Most of the questions you ask are covered in the DT documentation:
https://docs.zephyrproject.org/latest/guides/dts/index.html#
The macros are generated by a Python script at build
|
By
Carles Cufi
·
#1894
·
|
|
Help on Devicetree aliases on eclipse
#dts
#eclipse
#nrf52840
Good morning!
I'm a total newbie to Zephyr, learning the basics to implement in a project for an IoT sensor, more specifically IIoT(Industrial IoT). The module I'm using is a NINAB302, which
Good morning!
I'm a total newbie to Zephyr, learning the basics to implement in a project for an IoT sensor, more specifically IIoT(Industrial IoT). The module I'm using is a NINAB302, which
|
By
henrique.guimaraes@...
·
#1893
·
|
|
Re: BBC-Microbit BLE MESH sending data
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Danny,
I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples.
You may also find that the Micro:bit is notoriously difficult to work with
Danny,
I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples.
You may also find that the Micro:bit is notoriously difficult to work with
|
By
William Fish
·
#1892
·
|
|
SDK 0.11.2 Release
Hi,
Some fixes based on usage of SDK v0.11.x and addition of some new xtensa variants to enable work from the Sound Open Firmware Project (https://www.sofproject.org).
The SDK can be found
Hi,
Some fixes based on usage of SDK v0.11.x and addition of some new xtensa variants to enable work from the Sound Open Firmware Project (https://www.sofproject.org).
The SDK can be found
|
By
Kumar Gala
·
#1891
·
|
|
Re: [Zephyr-devel] The topic-gpio branch has been merged to master
Hi all,
I would like to provide a bit more information about the recent change
to the GPIO API.
The main drive behind the rework was to support GPIO DTS
Hi all,
I would like to provide a bit more information about the recent change
to the GPIO API.
The main drive behind the rework was to support GPIO DTS
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#1890
·
|