|
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
·
|
|
Re: Get BT MAC addr in zephyr
Hi Tommy,
It’s always the responsibility of the host to set the random address. When you do a combined build of Zephyr (both controller and host) the FICR address will be used. However, if you’re
Hi Tommy,
It’s always the responsibility of the host to set the random address. When you do a combined build of Zephyr (both controller and host) the FICR address will be used. However, if you’re
|
By
Johan Hedberg
·
#5823
·
|
|
Get BT MAC addr in zephyr
Hi Zephyr,
We use Nordic 51824 with Zephyr 1.13 version.
By default, the Nordic BLE address is derived from the NRF_FICR->DEVICEADDR[] register.
We use “bluetoothctl show” and can get a random
Hi Zephyr,
We use Nordic 51824 with Zephyr 1.13 version.
By default, the Nordic BLE address is derived from the NRF_FICR->DEVICEADDR[] register.
We use “bluetoothctl show” and can get a random
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5822
·
|
|
Use GH labels, save time
Hi,
Lots of GitHub issues and PRs are being created daily.
To help us manage them we have “labels”: to classify them by area, type, priority, or to mark them in need of attention.
When
Hi,
Lots of GitHub issues and PRs are being created daily.
To help us manage them we have “labels”: to classify them by area, type, priority, or to mark them in need of attention.
When
|
By
alberto.piedras@...
·
#5821
·
|
|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas,
(added zephyr-devel back to CC since this info may benefit others as well)
No, that’s normal. It means you used the configuration client API without requesting it to wait for the
Hi Lucas,
(added zephyr-devel back to CC since this info may benefit others as well)
No, that’s normal. It means you used the configuration client API without requesting it to wait for the
|
By
Johan Hedberg
·
#5820
·
|
|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#5819
·
|
|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas,
It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the
Hi Lucas,
It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the
|
By
Johan Hedberg
·
#5818
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#5817
·
Edited
|
|
Re: LE pair disconnected
Hi Thea Aldrich,
The issue has been fixed.
Thank You,
Tommy
寄件者: Thea Aldrich <aldrich.thea@...>
寄件日期: 2019年3月21日 下午 08:54
收件者: Tommy Lin (林志聰); Thea
Hi Thea Aldrich,
The issue has been fixed.
Thank You,
Tommy
寄件者: Thea Aldrich <aldrich.thea@...>
寄件日期: 2019年3月21日 下午 08:54
收件者: Tommy Lin (林志聰); Thea
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5816
·
|