|
k_uptime_get/k_uptime_delta on 32-bit devices
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@...
·
|
|
Using Echo_Server/Client samples with Openthread on Renode
#networking
Hi, I have recently started experimenting with Renode, and when I run the "echo_server" sample with "overlay-ot.conf", I get the following errors: "<err> net_otPlat_settings: Failed to store setting 1
Hi, I have recently started experimenting with Renode, and when I run the "echo_server" sample with "overlay-ot.conf", I get the following errors: "<err> net_otPlat_settings: Failed to store setting 1
|
By
Brenton Chetty
·
|
|
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
·
|
|
re-assembling large notification data 4 messages
#ble
#bluetooth
Hello, I am fairly new to bluetooth n BLE and would need advice about how to transfer large amount of data (data larger than the MTU) from a sensor to a central device. So the sensor is using notifica
Hello, I am fairly new to bluetooth n BLE and would need advice about how to transfer large amount of data (data larger than the MTU) from a sensor to a central device. So the sensor is using notifica
|
By
alok.sethi1+zephyr@...
·
|
|
Zephyr SDK 0.15.0-rc1 Pre-release
Hi, Zephyr SDK 0.15.0-rc1 pre-release is now available for testing. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0-rc1 In this release, the GNU toolchain version has been updated: *
Hi, Zephyr SDK 0.15.0-rc1 pre-release is now available for testing. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0-rc1 In this release, the GNU toolchain version has been updated: *
|
By
Stephanos Ioannidis
·
|
|
libapp.a linking
Hello, I'm having trouble to find where the cmake target "app" created in the file cmake/app/boilerplate.cmake is used in the zephyr cmake process to generate the executable. Any idea of where the tar
Hello, I'm having trouble to find where the cmake target "app" created in the file cmake/app/boilerplate.cmake is used in the zephyr cmake process to generate the executable. Any idea of where the tar
|
By
francois-xavier.jegaden@...
·
|
|
NVS thready safety, multiple NVS objects to same flash partition 3 messages
I am using nrf9160, and as part of compliance with some carriers, I must use the lwm2m_carrier library supplied by Nordic. This library works with the NVS partition using the NVS APIs. I also want to
I am using nrf9160, and as part of compliance with some carriers, I must use the lwm2m_carrier library supplied by Nordic. This library works with the NVS partition using the NVS APIs. I also want to
|
By
Wayne Uroda
·
|
|
Need help to debug a data abort in pl011 uart driver 4 messages
Hi all, I am trying to run aarch32 armv8r binary on Xen as domU guest and I am getting a data abort. I have changed the memory address in dts node as follows (based on my fvp address) :- - dram0: memo
Hi all, I am trying to run aarch32 armv8r binary on Xen as domU guest and I am getting a data abort. I have changed the memory address in dts node as follows (based on my fvp address) :- - dram0: memo
|
By
Halder, Ayan Kumar
·
|