|
version of zephyr project
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is in
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is in
|
By
Nikos Karamolegkos
·
|
|
Timer with fixed interrupt period
2 messages
Hello. I use stm32f429 and Zephyr Os 2.7.0 Is there any API for timers with fixed interrupt period? I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general purpo
Hello. I use stm32f429 and Zephyr Os 2.7.0 Is there any API for timers with fixed interrupt period? I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general purpo
|
By
Arsenii Soitu
·
|
|
USB OTG?
Does Zephyr support USB host mode and also USB-OTG? If not, is it on the roadmap? Thanks! Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
Does Zephyr support USB host mode and also USB-OTG? If not, is it on the roadmap? Thanks! Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
|
By
Dave Nadler
·
|
|
stm32: PWM: "st,prescaler" pwm property moved to timers node
Hi all, I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node. Benefit is that it reflect hardware reality, and pres
Hi all, I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node. Benefit is that it reflect hardware reality, and pres
|
By
Alexandre BOURDIOL
·
|
|
MCUboot - Signing image for slot 1
5 messages
#mcuboot
1. Hi, how do I go about signing an image for slot1 usage. I used the following command for flashing into slot0 successfully: west sign -t imgtool -- --key ~/zephyrproject/bootloader/mcuboot/root-rsa-
1. Hi, how do I go about signing an image for slot1 usage. I used the following command for flashing into slot0 successfully: west sign -t imgtool -- --key ~/zephyrproject/bootloader/mcuboot/root-rsa-
|
By
Brenton Chetty
·
|
|
MCUboot "Image in the primary slot is not valid"
2 messages
#mcuboot
Hi there I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my bo
Hi there I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my bo
|
By
Brenton Chetty
·
|
|
PlatformIO for flashing zephyr code on ESP 32
4 messages
Hello Zephyr foundation Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But not b
Hello Zephyr foundation Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But not b
|
By
Komal Rajput-Hajare
·
|
|
Share variables between threads
Hi all, is it possible to have some sort of global variables in Zephyr which can be shared between several threads? If yes, how can I create and access them? Thanks for your help. Cheers, Mike
Hi all, is it possible to have some sort of global variables in Zephyr which can be shared between several threads? If yes, how can I create and access them? Thanks for your help. Cheers, Mike
|
By
Michael Federer
·
|
|
Two websocket connections at the same time
3 messages
Hi all, I try to open two websocket connections and keep them connected to a FastAPI server at the same time. Establishing the first websocket connection seems to work. But establishing the second con
Hi all, I try to open two websocket connections and keep them connected to a FastAPI server at the same time. Establishing the first websocket connection seems to work. But establishing the second con
|
By
Michael Federer
·
|
|
Zephyr and MCUXpresso question
#flash
Hello, The main idea of my project is to update the software OTA using MCUBoot, DFU and Mender. I followed this https://hub.mender.io/t/updating-device-firmware-using-dfu-in-zephyr-project-on-a-frdm-k
Hello, The main idea of my project is to update the software OTA using MCUBoot, DFU and Mender. I followed this https://hub.mender.io/t/updating-device-firmware-using-dfu-in-zephyr-project-on-a-frdm-k
|
By
Ridvan Karaman
·
|
|
[PATCH] Fix the problem that it cannot work under mimxrt1061cvl5a SOC
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC Best Regards Zhihao
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC Best Regards Zhihao
|
By
Zhou, ZhihaoX
·
|
|
[Zephyr-devel] TinyCrypt end of life - Help needed
3 messages
Send it to users list as well.
Send it to users list as well.
|
By
Flavio Ceolin
·
|
|
How do I create drivers in platformio?
#drivers
#devicetree
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files work t
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files work t
|
By
leo moreland
·
|
|
Proper BT-SETTINGS Behavior
#bluetoothmesh
#bluetooth
#ble
Hi, Thanks in advance for all replies. I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick. It seems to work fine, except I'm unsure if the CONFIG-BT-S
Hi, Thanks in advance for all replies. I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick. It seems to work fine, except I'm unsure if the CONFIG-BT-S
|
By
bob@...
·
|
|
Zephyr running on Arm Cortex-M7 within Intel PSE (Elkharts Lake)
2 messages
Dear Zyphyr Users, first of all: I'm a completely newbie regarding zephyr! Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of t
Dear Zyphyr Users, first of all: I'm a completely newbie regarding zephyr! Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of t
|
By
Weiberg, Bernd
·
|
|
nRF5340 GPIO FEM control (generic)
2 messages
#nrf53
Greetings, I see that a new feature of Zephyr 2.6.0 is: "Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes). Are there a
Greetings, I see that a new feature of Zephyr 2.6.0 is: "Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes). Are there a
|
By
Bob Recny
·
|
|
System Level Testing for Zephyr Adopters
3 messages
HI All For the Teams adopting zephyr, what the adopting teams do for automation at system level when everything is put together , Is there any recommendations from the Zephyr Community, or form any of
HI All For the Teams adopting zephyr, what the adopting teams do for automation at system level when everything is put together , Is there any recommendations from the Zephyr Community, or form any of
|
By
Pandey, Mithun
·
|
|
Control-flow Enforcement Technology (CET) support
2 messages
Hi, I’ve tried building zephyr app with GCC compiler flags to enable CET feature (Control-flow Enforcement Technology) “-fcf-protection=full -z cet-report=error”. Unfortunately there’s “error: missing
Hi, I’ve tried building zephyr app with GCC compiler flags to enable CET feature (Control-flow Enforcement Technology) “-fcf-protection=full -z cet-report=error”. Unfortunately there’s “error: missing
|
By
Bisiorowski, Rafal
·
|
|
bme680 sample: I2C address in overlay file (nrf52840) does not match described wiring
#i2c
#nrf52840
#sensor
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is". My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is". My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
|
By
chrisduf
·
|
|
Thread safety with multiple shell instances
Hello, I'm planning to use two simultaneous shell instances each with a different backend in my application. I have a couple of questions regarding this. 1. Is this possible? 2. Do I need to use a mut
Hello, I'm planning to use two simultaneous shell instances each with a different backend in my application. I have a couple of questions regarding this. 1. Is this possible? 2. Do I need to use a mut
|
By
mbarrett@...
·
|