|
Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello developers!
I have difficulties finding any documentation/examples of how to define a simple GPIO as an e.g. output in the frdm_k64f.dts file for the frdm_k64f board.
As long as we talk about
Hello developers!
I have difficulties finding any documentation/examples of how to define a simple GPIO as an e.g. output in the frdm_k64f.dts file for the frdm_k64f board.
As long as we talk about
|
By
Bo.Kragelund@...
·
#5843
·
|
|
Re: Opus codec on nrf52840
Hi,
Very late, as I wanted to try to do that properly,
###############
Opus configuration :
- frame of 5ms
- opus bitrate (CBR) : 32kbit/s
- Sampling
Hi,
Very late, as I wanted to try to do that properly,
###############
Opus configuration :
- frame of 5ms
- opus bitrate (CBR) : 32kbit/s
- Sampling
|
By
nicolas lantz <nicolas.lantz@...>
·
#5842
·
|
|
Re: SPI slave on nRF52840-PCA10059
#nrf52480
Thanks to Marcio I resolved. The dts overlay was missing.
I created nrf52840_pca10059.overlay in the application main folder.&spi1 {
compatible = "nordic,nrf-spis";
status = "ok";
Thanks to Marcio I resolved. The dts overlay was missing.
I created nrf52840_pca10059.overlay in the application main folder.&spi1 {
compatible = "nordic,nrf-spis";
status = "ok";
|
By
Riccardo
·
#5841
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Anas,
The processor is an nrf52840, and the opus codec is imported from the "nRFready Smart Remote 3 for nRF52 Series" project.
The project is build with the NEWLIB_LIBC and i
Anas,
The processor is an nrf52840, and the opus codec is imported from the "nRFready Smart Remote 3 for nRF52 Series" project.
The project is build with the NEWLIB_LIBC and i
|
By
nicolas lantz <nicolas.lantz@...>
·
#5840
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Nicolas,
Which architecture? I did not see any issues.
Anas
Nicolas,
Which architecture? I did not see any issues.
Anas
|
By
Nashif, Anas
·
#5839
·
|
|
SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Hi all,
I just migrate from SDK 0.9.5 to SDK 0.10.0 on my projet and i have between 40% to 90% of additional CPU usage with the new toolchain on the audio compression and decompression
Hi all,
I just migrate from SDK 0.9.5 to SDK 0.10.0 on my projet and i have between 40% to 90% of additional CPU usage with the new toolchain on the audio compression and decompression
|
By
nicolas lantz <nicolas.lantz@...>
·
#5838
·
|
|
Re: v1.14.0-rc3 release
Doc updates will still be acceptable, but please tag them with v1.14 milestone & doc label.
- k
Doc updates will still be acceptable, but please tag them with v1.14 milestone & doc label.
- k
|
By
Kumar Gala
·
#5837
·
|
|
Fix Bugs, Win Boards
Hi Zephyr Community,
I wanted to signal boost the bug fixing contest we launched yesterday on the Zephyr website.
"To show our appreciation, the Zephyr Project will be sending the 5 contributors
Hi Zephyr Community,
I wanted to signal boost the bug fixing contest we launched yesterday on the Zephyr website.
"To show our appreciation, the Zephyr Project will be sending the 5 contributors
|
By
Thea Aldrich
·
#5836
·
|
|
Re: v1.14.0-rc3 release
Hi Kumar,
What about doc PRs?
Thanks
Erwan
Hi Kumar,
What about doc PRs?
Thanks
Erwan
|
By
Erwan Gouriou
·
#5835
·
|
|
v1.14.0-rc3 release
All,
I plan on making a -rc3 release at the end of the day on Thursday (Mar 28). After which only Bug fix PRs that have an associated GitHub issue will be merged.
Again, please tag any PRs with the
All,
I plan on making a -rc3 release at the end of the day on Thursday (Mar 28). After which only Bug fix PRs that have an associated GitHub issue will be merged.
Again, please tag any PRs with the
|
By
Kumar Gala
·
#5834
·
|
|
Re: How to enable DMA transfers for UART?
Hi Stefan and Erwan,
I’m rebasing my previous implementations to the latest master branch and you can find it here:https://github.com/zephyrproject-rtos/zephyr/pull/14916
I’m still working on
Hi Stefan and Erwan,
I’m rebasing my previous implementations to the latest master branch and you can find it here:https://github.com/zephyrproject-rtos/zephyr/pull/14916
I’m still working on
|
By
Li, Jun R
·
#5833
·
|
|
Re: How to enable DMA transfers for UART?
Hi Stefan,
Thanks for sharing code and experience, this is useful!
Indeed, we should have a proper DMA driver that could be called from other drivers.
While I agree DMA has numerous benefits, I
Hi Stefan,
Thanks for sharing code and experience, this is useful!
Indeed, we should have a proper DMA driver that could be called from other drivers.
While I agree DMA has numerous benefits, I
|
By
Erwan Gouriou
·
#5832
·
|
|
SPI slave on nRF52840-PCA10059
#nrf52480
Hi all,
I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol
Hi all,
I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol
|
By
Riccardo
·
#5831
·
|
|
SPI slave on nRF52840-PCA10059
#nrf52480
Hi all,
I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol
Hi all,
I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol
|
By
Cavallari, Riccardo <riccardo.cavallari@...>
·
#5830
·
|
|
Re: How to enable DMA transfers for UART?
Hey
I done a demo driver implementation:
https://github.com/StefJar/zephyr_stm32_uart3_dma_driver
Some problems I was facing:
- DMA API: the current one doesn't support ring buffer setups
- UART
Hey
I done a demo driver implementation:
https://github.com/StefJar/zephyr_stm32_uart3_dma_driver
Some problems I was facing:
- DMA API: the current one doesn't support ring buffer setups
- UART
|
By
Stefan Jaritz
·
#5829
·
|
|
Particle Xenon SPI ports
Hi all,
I am developing a new project using Particle Xenon and SPI port 1.
According docs Xenon has 3 dtsi files and SPI1 is selectable with overlay (SPI).
mesh_feather_spi_spi1.dtsi exposes SPI1 on
Hi all,
I am developing a new project using Particle Xenon and SPI port 1.
According docs Xenon has 3 dtsi files and SPI1 is selectable with overlay (SPI).
mesh_feather_spi_spi1.dtsi exposes SPI1 on
|
By
Marcio Montenegro
·
#5828
·
|
|
Re: One-for-all overlay file for each sensor
Hi Aaron,
I have similar needs for networking overlay config files which are
typically the same. I created enhancement req in
https://github.com/zephyrproject-rtos/zephyr/issues/14740 for
Hi Aaron,
I have similar needs for networking overlay config files which are
typically the same. I created enhancement req in
https://github.com/zephyrproject-rtos/zephyr/issues/14740 for
|
By
Jukka Rissanen
·
#5827
·
|
|
One-for-all overlay file for each sensor
Hi,
For evaluating sensor samples, I need to add overlay file for every board into every sample. But the content of the overlay file is almost the same, for example :
'''
&i2c0 {
hts221@5f {
Hi,
For evaluating sensor samples, I need to add overlay file for every board into every sample. But the content of the overlay file is almost the same, for example :
'''
&i2c0 {
hts221@5f {
|
By
Aaron Xu
·
#5826
·
|
|
Re: the defect of memory pool bitmap
Can you please post a PR or a bug with more information about the proposed changes below?
Thanks,
Anas
Can you please post a PR or a bug with more information about the proposed changes below?
Thanks,
Anas
|
By
Nashif, Anas
·
#5825
·
|
|
the defect of memory pool bitmap
My opinion is as follows:
My opinion is as follows:
|
By
吴升 <wusheng@...>
·
#5824
·
|