|
Re: [Zephyr Main] WEST File Initialization Problem
Sorry - forwarding from the main mail list to devel@...
--
Brett Preston
Sr. Program Manager
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Sorry - forwarding from the main mail list to devel@...
--
Brett Preston
Sr. Program Manager
The Linux Foundation
+1 (971) 303-9030
bpreston@...
|
By
Brett Preston
·
#5850
·
|
|
Zephyr v1.14.0-rc3 Tagged
Hi all,
We have just tagged Zephyr 1.14.0-rc3.
At this point ONLY PRs related to docs or related to a GitHub issue / bug will go in. If a PR fixes a bug it MUST have an associated GitHub
Hi all,
We have just tagged Zephyr 1.14.0-rc3.
At this point ONLY PRs related to docs or related to a GitHub issue / bug will go in. If a PR fixes a bug it MUST have an associated GitHub
|
By
Kumar Gala
·
#5849
·
|
|
Re: Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello,
Yes, my example was hardcoded in regard to port and pin number. Your example makes them configurable via dts, while code remains the same.
I only have to point another thing: the
Hello,
Yes, my example was hardcoded in regard to port and pin number. Your example makes them configurable via dts, while code remains the same.
I only have to point another thing: the
|
By
Andrei Gansari
·
#5848
·
|
|
Re: Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello Andrei,
And thank you very much for your quick answer.
I really appriciate the quick link to where I can find the documentation and also the example you have provided.
I am also aware of, that
Hello Andrei,
And thank you very much for your quick answer.
I really appriciate the quick link to where I can find the documentation and also the example you have provided.
I am also aware of, that
|
By
Bo.Kragelund@...
·
#5847
·
|
|
Re: Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello Bo,
We have a general help page for Device Tree: https://docs.zephyrproject.org/latest/guides/dts/index.html
In your particular case, you need to set port b pin 22 as output.
Hello Bo,
We have a general help page for Device Tree: https://docs.zephyrproject.org/latest/guides/dts/index.html
In your particular case, you need to set port b pin 22 as output.
|
By
Andrei Gansari
·
#5846
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi Aaron,
There is a Pull Request to fix this, but it is not merged yet:
https://github.com/zephyrproject-rtos/zephyr/pull/14106
Regards,
Carles
Hi Aaron,
There is a Pull Request to fix this, but it is not merged yet:
https://github.com/zephyrproject-rtos/zephyr/pull/14106
Regards,
Carles
|
By
Carles Cufi
·
#5845
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi,
After updating my zephyr code to latest, I found some patch already done both on USB driver and sample. Good job!
And the result of console sample on my win10 PC is changed, there is one more
Hi,
After updating my zephyr code to latest, I found some patch already done both on USB driver and sample. Good job!
And the result of console sample on my win10 PC is changed, there is one more
|
By
Aaron Xu
·
#5844
·
|
|
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
·
|