|
FT800 Driver and FT813 compatibility
hello can anyone tell me if the ft8xx driver (https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers/misc/ft8xx) is compatible with the ft813? im not that familiar with Zephyr but ive been loo
hello can anyone tell me if the ft8xx driver (https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers/misc/ft8xx) is compatible with the ft813? im not that familiar with Zephyr but ive been loo
|
By
christopher tyerman
·
|
|
difference betw. "_SAFE" and non-"_SAFE" versions of SYS_SLIST_FOR_EACH_CONTAINER
#api
Hi, I just want to make sure that I understand the difference between SYS_SLIST_FOR_EACH_CONTAINER and SYS_SLIST_FOR_EACH_CONTAINER_SAFE. The documentation says for the former: Note: the loop is unsaf
Hi, I just want to make sure that I understand the difference between SYS_SLIST_FOR_EACH_CONTAINER and SYS_SLIST_FOR_EACH_CONTAINER_SAFE. The documentation says for the former: Note: the loop is unsaf
|
By
yshragai.firmware@...
·
|
|
Issues with installing zephyr
Hi, I was installing Zephyr. When I was installing additional python dependencies using this command: "pip install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt". I got this error. I ran
Hi, I was installing Zephyr. When I was installing additional python dependencies using this command: "pip install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt". I got this error. I ran
|
By
Ananya Kc
·
|
|
[Zephyr-devel] West Flash not supports JLinkScriptFile option for Jlink programming
4 messages
This is not currently possible. You are welcome to send a pull request adding the feature.
This is not currently possible. You are welcome to send a pull request adding the feature.
|
By
Bolivar, Marti
·
|
|
Are these 5 registers required for 802.15.4 in Zephyr
3 messages
#nrf52480
#networking
Hi, I am trying to run Zephyr 802.15.4 samples in Renode for the NRF52840. On Renode I receive warnings that Renode does not implement the following 5 registers: NVMC:ICACHECNF EGU3:INTENSET EGU3:INTE
Hi, I am trying to run Zephyr 802.15.4 samples in Renode for the NRF52840. On Renode I receive warnings that Renode does not implement the following 5 registers: NVMC:ICACHECNF EGU3:INTENSET EGU3:INTE
|
By
Brenton Chetty
·
|
|
Debug on Teensy 4.1
I'm thinking of using Teensey 4.1 with Zephyr. After I ordered a few Teensy, I found out there is no SWD or JTAG connection for my trusty Segger J-Link! Debugging is mentioned here: https://docs.zephy
I'm thinking of using Teensey 4.1 with Zephyr. After I ordered a few Teensy, I found out there is no SWD or JTAG connection for my trusty Segger J-Link! Debugging is mentioned here: https://docs.zephy
|
By
Dave Nadler
·
|
|
Trouble develop with CAN & MCP2515/2518
9 messages
Hello, see at : https://docs.zephyrproject.org/latest/hardware/peripherals/canbus/controller.html?highlight=socket+can#sending there is an inconsistency between the examples and the latest revision. T
Hello, see at : https://docs.zephyrproject.org/latest/hardware/peripherals/canbus/controller.html?highlight=socket+can#sending there is an inconsistency between the examples and the latest revision. T
|
By
m.silvio@babos.it
·
|
|
Output Image Padding
#zephyr
Is there a way to pad the end of a Zephyr application so that the overall size of the image stored in internal flash is divisible by 8? I need this for post-process enciphering of the image.
Is there a way to pad the end of a Zephyr application so that the overall size of the image stored in internal flash is divisible by 8? I need this for post-process enciphering of the image.
|
By
Casey Shea
·
|
|
pointer to base of an iterable section
#api
Hi, I would like to use the Polling API. And, I would like to set up the array of k_poll_event objects as an iterable section, so that I can potentially scale it dynamically. The only hitch I can see
Hi, I would like to use the Polling API. And, I would like to set up the array of k_poll_event objects as an iterable section, so that I can potentially scale it dynamically. The only hitch I can see
|
By
yshragai.firmware@...
·
|
|
Using multiple pwm output channels on a single timer
Hi all If I understand the STM32F74xxx specs right, a timer provides provides several independent channels for PWM output signal generation (e.g. TIM1/TIM8 6 channels each). My question is, how do I h
Hi all If I understand the STM32F74xxx specs right, a timer provides provides several independent channels for PWM output signal generation (e.g. TIM1/TIM8 6 channels each). My question is, how do I h
|
By
Michael Federer
·
|
|
West Flash not supports JLinkScriptFile option for Jlink programming
Hi All, I need to use the custom Jlink script file, after flashing and resetting the target using -JLinkScriptFile command in jlink. This custom script is needed for our application to start executing
Hi All, I need to use the custom Jlink script file, after flashing and resetting the target using -JLinkScriptFile command in jlink. This custom script is needed for our application to start executing
|
By
Srinivasan Tamilarasan
·
|
|
why can’t e thread be added to the run queue?
Sure I will submit a ticket in GH and assign it to you. Yes I am trying to bring up an SMP system while the IPI support is not yet in place, which will be enabled soon. At the moment I am limited to u
Sure I will submit a ticket in GH and assign it to you. Yes I am trying to bring up an SMP system while the IPI support is not yet in place, which will be enabled soon. At the moment I am limited to u
|
By
Justin Huang
·
|
|
why can’t le thread be added to the run queue?
2 messages
Hi Andy, Thank you for replying. Sorry for the confusion. I incorrectly described the situation. In this case it is the ‘idle thread’ that was to be swapped out, and fails the ASSERT at https://github
Hi Andy, Thank you for replying. Sorry for the confusion. I incorrectly described the situation. In this case it is the ‘idle thread’ that was to be swapped out, and fails the ASSERT at https://github
|
By
Justin Huang
·
|
|
why can’t e thread be added to the run queue?
I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do: checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6) disable SCHED_IPI_SUPPORTED in th
I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do: checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6) disable SCHED_IPI_SUPPORTED in th
|
By
Justin Huang
·
|
|
why can’t dle thread be added to the run queue?
2 messages
Hi Zephyr users, I recently looked into the Zephyr scheduler for an SMP application and see a case where: One core that runs an old thread (dummy in this case) and swaps to its idle thread. Soon it fa
Hi Zephyr users, I recently looked into the Zephyr scheduler for an SMP application and see a case where: One core that runs an old thread (dummy in this case) and swaps to its idle thread. Soon it fa
|
By
Justin Huang
·
|
|
Problem including slist.h
3 messages
Hi, I have this struct defined in a .h file: struct mystruct { struct device mydevice; struct k_sem semaphore; struct sys_snode_t snode; }; I have included slist.h thus: #include <sys/slist.h> I know
Hi, I have this struct defined in a .h file: struct mystruct { struct device mydevice; struct k_sem semaphore; struct sys_snode_t snode; }; I have included slist.h thus: #include <sys/slist.h> I know
|
By
yshragai.firmware@...
·
|
|
How to access external PSRAM via FSMC on STM32H753ZI
Hello, I ‘am currently working on a project, where an extern device (FPGA) is connected to a STM32H753ZI via a multiplexed FSMC interface. After some investigation I managed to setup my device tree al
Hello, I ‘am currently working on a project, where an extern device (FPGA) is connected to a STM32H753ZI via a multiplexed FSMC interface. After some investigation I managed to setup my device tree al
|
By
Weiberg, Bernd
·
|
|
external library building with cmake
hello, i am new to zephyr and i am looking into application development. I am trying to build an external library that is normally built with CMake. I have tried to use the external_lib https://github
hello, i am new to zephyr and i am looking into application development. I am trying to build an external library that is normally built with CMake. I have tried to use the external_lib https://github
|
By
antonisk
·
|
|
Using Echo_Server/Client samples with Openthread on Renode
3 messages
#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
·
|
|
Question about testing target
2 messages
Sorry if this is a newbies question... Backround: We normally do most development, testing, and regression testing on PC, not target. This is efficient given most of our issues are logic and not targe
Sorry if this is a newbies question... Backround: We normally do most development, testing, and regression testing on PC, not target. This is efficient given most of our issues are logic and not targe
|
By
Dave Nadler
·
|