|
[Zephyr-devel] Zephyr Project: Contact Inquiry
Hi there, To my knowledge OpenCV does not support Zephyr. Looking at their ports folder it seems like they target full-blown operating systems, and not smaller RTOS like Zephyr: https://github.com/ope
Hi there, To my knowledge OpenCV does not support Zephyr. Looking at their ports folder it seems like they target full-blown operating systems, and not smaller RTOS like Zephyr: https://github.com/ope
|
By
Carles Cufi
·
|
|
Zephyr Project: Contact Inquiry
3 messages
Thank you Brett. Team, Please let us know OpenCV library support in Zephyr RTOS. Regards, Selvakumar
Thank you Brett. Team, Please let us know OpenCV library support in Zephyr RTOS. Regards, Selvakumar
|
By
Selvakumar M
·
|
|
Zephyr SDK 0.15.0 Release
Hi, Zephyr SDK 0.15.0 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0 In this release, the GNU toolchain version has been updated: * Updated to Binutils 2.38 relea
Hi, Zephyr SDK 0.15.0 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0 In this release, the GNU toolchain version has been updated: * Updated to Binutils 2.38 relea
|
By
Stephanos Ioannidis
·
|
|
How to integrate Zephyr Test Framework (Ztest).
Hi, I use nrf sdk 1.9.1. I saw this documentation and want to understand how integrate it to my project of sdk 1.9.1? I use VS Code. 1. Should i create a new project? 2. what is the difference between
Hi, I use nrf sdk 1.9.1. I saw this documentation and want to understand how integrate it to my project of sdk 1.9.1? I use VS Code. 1. Should i create a new project? 2. what is the difference between
|
By
Maxim Shmalovsky
·
|
|
Problem with zephyr os
Hi, I'm a beginner in zephyr and i've tried to start with the started guide of zephyr os. I followed it step by step and everything is fine but in the end when i tried to flashing the sample by the co
Hi, I'm a beginner in zephyr and i've tried to start with the started guide of zephyr os. I followed it step by step and everything is fine but in the end when i tried to flashing the sample by the co
|
By
Mahmoud Aloulou
·
|
|
k_uptime_get/k_uptime_delta on 32-bit devices
5 messages
Hi, I want to use k_uptime_get and k_uptime_delta. These are defined as having return type int64_t , and k_uptime_delta expects an argument of type *int64_t. However, it seems that there is garbage in
Hi, I want to use k_uptime_get and k_uptime_delta. These are defined as having return type int64_t , and k_uptime_delta expects an argument of type *int64_t. However, it seems that there is garbage in
|
By
yshragai.firmware@...
·
|
|
Disable image verification during flash
#flash
As the title says, i'm looking for a way to disable image verification during its flash. Currently the board i'm using requires bossac, but maybe there is a KCONFIG option that disables it in general.
As the title says, i'm looking for a way to disable image verification during its flash. Currently the board i'm using requires bossac, but maybe there is a KCONFIG option that disables it in general.
|
By
lucatorresetti@...
·
|
|
Problem for Linking config_bootloader_mcuboot=y to normal zephyr application
#zephyr
#mcuboot
Hi Mate, I have very small issue that is when i am trying to link config_bootloader_mcuboot=y in zephyr application the program is not flashed. I need to run zephyr application in mcuboot for the reas
Hi Mate, I have very small issue that is when i am trying to link config_bootloader_mcuboot=y in zephyr application the program is not flashed. I need to run zephyr application in mcuboot for the reas
|
By
taraka.g@...
·
|
|
How to build with CMSIS-DSP
Hi, I'm wanting to use some FFT functions from the CMSIS-DSP library. What do I need to do beyond including CONFIG_CMSIS_DSP=y in my prj.conf? I have in my source file: #include <arm_const_structs.h>
Hi, I'm wanting to use some FFT functions from the CMSIS-DSP library. What do I need to do beyond including CONFIG_CMSIS_DSP=y in my prj.conf? I have in my source file: #include <arm_const_structs.h>
|
By
yshragai.firmware@...
·
|
|
Process a module overlay file in addition to the ones in the regular places
2 messages
#devicetree
#defconfig
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks? That is, without having to explicitly point to
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks? That is, without having to explicitly point to
|
By
yshragai.firmware@...
·
|
|
Requesting support for fixing compilation issue
Hi All, I attempted to compile I2C sensor (LM75) source code from zephyrproject. But I'm getting an compiler error related to CMake command. Screenshot for the error is attached. Please advise me on h
Hi All, I attempted to compile I2C sensor (LM75) source code from zephyrproject. But I'm getting an compiler error related to CMake command. Screenshot for the error is attached. Please advise me on h
|
By
Muthiah Krishnasamy
·
|
|
Does uart_pl011.c support non interrupt mode
8 messages
Hi Zephyr Users, When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation error /home/ayan/zephyrproject/zephyr/drivers/serial/
Hi Zephyr Users, When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation error /home/ayan/zephyrproject/zephyr/drivers/serial/
|
By
Ayan Kumar Halder
·
|
|
Confusion with generated devicetree_unfixed.h file
2 messages
#devicetree
Hello All, I am running into an issue when trying to reference a #define from the generated devicetree_unfixed.h file. #define DT_N_S_gpio_keys_S_gpio_18_EXISTS 1 #define DT_N_ALIAS_mux_en DT_N_S_gpio
Hello All, I am running into an issue when trying to reference a #define from the generated devicetree_unfixed.h file. #define DT_N_S_gpio_keys_S_gpio_18_EXISTS 1 #define DT_N_ALIAS_mux_en DT_N_S_gpio
|
By
Dominic
·
|
|
json parse error.
hello, Am developing http client app in zephyr. After http post am getting huge json data as response. It contains around 60 elements in it. Am using in built json library to parse the json data. Crea
hello, Am developing http client app in zephyr. After http post am getting huge json data as response. It contains around 60 elements in it. Am using in built json library to parse the json data. Crea
|
By
Mariappan N
·
|
|
Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
2 messages
#bluetooth
Dear all, I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
Dear all, I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
|
By
Ivo
·
|
|
Zephyr Support for Genesys2 FPGA Board
#driver
#api
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support. I want to run this flow. https://gitlab.com/incoresemi/os_ports/zephyr Please help with Board Support Files.
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support. I want to run this flow. https://gitlab.com/incoresemi/os_ports/zephyr Please help with Board Support Files.
|
By
marmiksoni007@...
·
|
|
Zephyr python netifaces install failure
2 messages
I’m following the Zephyr getting started guide here: https://docs.zephyrproject.org/latest/develop/getting_started/index.html In the section “Get Zephyr and install Python dependencies” I’m following
I’m following the Zephyr getting started guide here: https://docs.zephyrproject.org/latest/develop/getting_started/index.html In the section “Get Zephyr and install Python dependencies” I’m following
|
By
W Kicinski
·
|
|
Labels removed from Device Tree
2 messages
Hello, the commit dts: arm: st: Remove label property from devicetrees has broken my code. I used device_get_binding() with the string to the device label in the dts file. What is the correct approach
Hello, the commit dts: arm: st: Remove label property from devicetrees has broken my code. I used device_get_binding() with the string to the device label in the dts file. What is the correct approach
|
By
Weiberg, Bernd
·
|
|
Porting Host-only build with HCI SPI to another RTOS
4 messages
#stm32
#nrf52840
#hci
#spi
Of the 3 layers running on the Host (App, BLE Host and HCI driver) in the dual chip configuration what is the difficulty in porting each layer over to Microsoft's ThreadX? My host micro will eventuall
Of the 3 layers running on the Host (App, BLE Host and HCI driver) in the dual chip configuration what is the difficulty in porting each layer over to Microsoft's ThreadX? My host micro will eventuall
|
By
valens.dsilva@...
·
|
|
Bluetooth Classic Audio A2DP
Hi, We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth. We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or someth
Hi, We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth. We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or someth
|
By
Daniel Felkar
·
|