|
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
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
|
By
Mahmoud Aloulou <alouloumahmoud57@...>
·
#3056
·
|
|
Re: Zephyr Project: Contact Inquiry
Thank you Brett.
Team,
Please let us knowOpenCV library support in Zephyr RTOS.
Regards,
Selvakumar
Thank you Brett.
Team,
Please let us knowOpenCV library support in Zephyr RTOS.
Regards,
Selvakumar
|
By
Selvakumar M <Selvakumar.M1@...>
·
#3055
·
|
|
Re: k_uptime_get/k_uptime_delta on 32-bit devices
If I understand your question correctly, the answer actually depends on your toolchain.
With GCC, you might be looking for the "aligned" attribute, see
If I understand your question correctly, the answer actually depends on your toolchain.
With GCC, you might be looking for the "aligned" attribute, see
|
By
chrisduf
·
#3054
·
|
|
Re: k_uptime_get/k_uptime_delta on 32-bit devices
How do you make sure that a int64_t is 8-byte aligned?
How do you make sure that a int64_t is 8-byte aligned?
|
By
yshragai.firmware@...
·
#3053
·
|
|
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@...
·
#3052
·
|
|
Re: k_uptime_get/k_uptime_delta on 32-bit devices
I remember something like this happening to me a long time ago, and the reason was that the datatype was not aligned to a 64bit boundary. Could you try capturing the result in a int64_t that is
I remember something like this happening to me a long time ago, and the reason was that the datatype was not aligned to a 64bit boundary. Could you try capturing the result in a int64_t that is
|
By
Manu R
·
#3051
·
|
|
Re: k_uptime_get/k_uptime_delta on 32-bit devices
This is definitely supposed to be working. Your second note seems to rule out my first guess (word size mistake in the printf format). Can you submit a bug in github (I'm "andyross" there)
This is definitely supposed to be working. Your second note seems to rule out my first guess (word size mistake in the printf format). Can you submit a bug in github (I'm "andyross" there)
|
By
Andy Ross
·
#3050
·
|
|
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@...
·
#3049
·
Edited
|
|
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
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
|
By
Brenton Chetty
·
#3048
·
|
|
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
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
|
By
taraka.g@...
·
#3047
·
|
|
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
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
|
By
yshragai.firmware@...
·
#3045
·
|
|
Re: Process a module overlay file in addition to the ones in the regular places
#devicetree
#defconfig
There's no way to do this that I know of, but perhaps you could send a
patch allowing APPLICATION_CONFIG_DIR to be a list, to allow you to
specify your module and the app source directory in one go?
There's no way to do this that I know of, but perhaps you could send a
patch allowing APPLICATION_CONFIG_DIR to be a list, to allow you to
specify your module and the app source directory in one go?
|
By
Bolivar, Marti
·
#3044
·
|
|
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
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
|
By
Muthiah Krishnasamy
·
#3043
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Ayan,
By
Jaxson Han <Jaxson.Han@...>
·
#3042
·
|
|
Re: Confusion with generated devicetree_unfixed.h file
#devicetree
In general the defines in devicetree_unfixed.h are not meant to be directly used. One should utilize the API/macros in devicetree.h.
So without having a snippet of how you are trying to use the
In general the defines in devicetree_unfixed.h are not meant to be directly used. One should utilize the API/macros in devicetree.h.
So without having a snippet of how you are trying to use the
|
By
Kumar Gala <galak.kernel@...>
·
#3041
·
|
|
Confusion with generated devicetree_unfixed.h file
#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
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
|
By
Dominic
·
#3040
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Jaxson/Luca,
Thanks for your feedback.
I have created a pull request https://github.com/zephyrproject-rtos/zephyr/pull/48706
As it is my first patch to Zephyr, please let me know if there is any
Hi Jaxson/Luca,
Thanks for your feedback.
I have created a pull request https://github.com/zephyrproject-rtos/zephyr/pull/48706
As it is my first patch to Zephyr, please let me know if there is any
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3039
·
|
|
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.
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.
|
By
Mariappan N <nmarijoe@...>
·
#3038
·
|
|
Re: Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
#bluetooth
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
|
By
Ivo
·
#3037
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Luca,
By
Jaxson Han <Jaxson.Han@...>
·
#3036
·
|