|
build zephyr OS in ASIC without user mode
3 messages
Hi Zephyr experts, We are planning to use Zephyr OS in our project, but our ASIC doesn’t support User mode, only has machine mode. What you want to do Could you kindly tell me if there has any approac
Hi Zephyr experts, We are planning to use Zephyr OS in our project, but our ASIC doesn’t support User mode, only has machine mode. What you want to do Could you kindly tell me if there has any approac
|
By
Jinnan Li A
·
|
|
mps2_an521 UART interrupt issue
2 messages
I am running Zephyr on an mps2_an521. I am having trouble with a very simple example that has three UARTs that are active. One UART serves as a console and the other two UARTs provide a bidirectional
I am running Zephyr on an mps2_an521. I am having trouble with a very simple example that has three UARTs that are active. One UART serves as a console and the other two UARTs provide a bidirectional
|
By
Michael Eskowitz
·
|
|
[stm32][ethernet] New ethernet API deployment
Hi, This message specifically targets STM32 users and developers that are using ethernet on STM32F4 and STM32H7 SoCs. A new STM32 HAL ethernet driver has been released earlier this year in STM32Cube p
Hi, This message specifically targets STM32 users and developers that are using ethernet on STM32F4 and STM32H7 SoCs. A new STM32 HAL ethernet driver has been released earlier this year in STM32Cube p
|
By
Erwan Gouriou
·
|
|
Zephyr SDK 0.15.1 Release
Hi, Zephyr SDK 0.15.1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 The following changes have been made in this release: - general: * Updated the Zephyr SDK CMa
Hi, Zephyr SDK 0.15.1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1 The following changes have been made in this release: - general: * Updated the Zephyr SDK CMa
|
By
Stephanos Ioannidis
·
|
|
Non-static GPIO initialization
#drivers
In the Zephyr GPIO API, it appears there are only static initializers for struct gpio_dt_spec objects from the device tree. To initialize the GPIO in a module context structure with the static structu
In the Zephyr GPIO API, it appears there are only static initializers for struct gpio_dt_spec objects from the device tree. To initialize the GPIO in a module context structure with the static structu
|
By
W Kicinski
·
|
|
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
·
|
|
Using a TTS on a Raspberry Pi Pico with Zephyr OS
Hello, how are you? I would like to take this channel to ask you a question about a personal project I am doing. I am currently using a Raspberry pi pico and I want to use a Text To Speech(TTS) on it.
Hello, how are you? I would like to take this channel to ask you a question about a personal project I am doing. I am currently using a Raspberry pi pico and I want to use a Text To Speech(TTS) on it.
|
By
David Fidda
·
|
|
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
·
|