|
stm32: DMA: driver bindings new packaging
Hi all,
I'd like to inform STM32 DMA users that I'm pushing a change [1] to simplify the definition of the<dma—cells> properties for dma peripherals of the stm32 MCUs.
This change now
Hi all,
I'd like to inform STM32 DMA users that I'm pushing a change [1] to simplify the definition of the<dma—cells> properties for dma peripherals of the stm32 MCUs.
This change now
|
By
Francois RAMU
·
#7864
·
|
|
Re: stm32 quadrature decoder general purpose timer functionality
I thought I sent an answer but I don't see it here so I'll send again.
Thanks for the reply. What I was looking for is a way that could be acceptable for merging upstream, if possible.
So should I
I thought I sent an answer but I don't see it here so I'll send again.
Thanks for the reply. What I was looking for is a way that could be acceptable for merging upstream, if possible.
So should I
|
By
Matias N.
·
#7863
·
|
|
Event: Zephyr Project: APIs - 06/29/2021
#cal-reminder
Reminder: Zephyr Project: APIs
When:
06/29/2021
4:00pm to 5:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When:
06/29/2021
4:00pm to 5:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7862
·
|
|
RFC: API Change: Mesh: Add return value for opcode callback
Hello,
I would like to inform you that I started a Stable API Change procedure regarding Mesh: Add return value for opcode callback. Here is the link to the RFC issue:
Hello,
I would like to inform you that I started a Stable API Change procedure regarding Mesh: Add return value for opcode callback. Here is the link to the RFC issue:
|
By
Michal Narajowski
·
#7861
·
|
|
API meeting: agenda
Hi all,
Items for today`s API meeting:
Stable API changes
- RFC: Flash area changes #34530 (https://github.com/zephyrproject-rtos/zephyr/pull/34530)
- Bluetooth: Mesh: Add return value for opcode
Hi all,
Items for today`s API meeting:
Stable API changes
- RFC: Flash area changes #34530 (https://github.com/zephyrproject-rtos/zephyr/pull/34530)
- Bluetooth: Mesh: Add return value for opcode
|
By
Alexander Wachter
·
#7860
·
|
|
Happening Now: Zephyr: Toolchain Working Group - 06/28/2021
#cal-notice
Zephyr: Toolchain Working Group
When:
06/28/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: Torsten Rasmussen
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
06/28/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: Torsten Rasmussen
Description:
Live meeting minutes:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7859
·
|
|
Event: Zephyr: Toolchain Working Group - 06/28/2021
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When:
06/28/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: Torsten Rasmussen
An RSVP is requested. Click here to
Reminder: Zephyr: Toolchain Working Group
When:
06/28/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: Torsten Rasmussen
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7858
·
|
|
Save data files in flash memory
#nvs
Hi there,
I want to save some files (txt, html, etc) in flash memory so I can access them later using the filesystem.
I know how to access the flash memory (as described in samples/fs), however my
Hi there,
I want to save some files (txt, html, etc) in flash memory so I can access them later using the filesystem.
I know how to access the flash memory (as described in samples/fs), however my
|
By
Daniel O <dsoliveira@...>
·
#7857
·
|
|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi Jacob,
Thank you for the response. The issue got resolved now.
Regards,
Srinivasan
Hi Jacob,
Thank you for the response. The issue got resolved now.
Regards,
Srinivasan
|
By
Srinivasan Tamilarasan
·
#7856
·
|
|
Bluetooth API upgrade request
Hello,
I would like inform that I created an API upgrade request regarding GATT Read Multiple. Here is the link to RFC issue:
https://github.com/zephyrproject-rtos/zephyr/issues/36544 and Pull
Hello,
I would like inform that I created an API upgrade request regarding GATT Read Multiple. Here is the link to RFC issue:
https://github.com/zephyrproject-rtos/zephyr/issues/36544 and Pull
|
By
Krzysztof Kopyściński <krzysztof.kopyscinski@...>
·
#7855
·
|
|
Re: Periodic Advertising with long periodic intervals
Hi Carl,
Question 1, it is a bug, please feel free to send a pull request.
Question 2, the window widening requires that the packet is listened for earlier that the periodic interval, hence
Hi Carl,
Question 1, it is a bug, please feel free to send a pull request.
Question 2, the window widening requires that the packet is listened for earlier that the periodic interval, hence
|
By
Chettimada, Vinayak Kariappa
·
#7854
·
|
|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Srinivasan,
From the logs it seems that you managed to pass the configuration phase and it looks that you are able to use your custom application repository properly with your own board, soc, and dts
Srinivasan,
From the logs it seems that you managed to pass the configuration phase and it looks that you are able to use your custom application repository properly with your own board, soc, and dts
|
By
Jacob Avraham
·
#7853
·
|
|
Periodic Advertising with long periodic intervals
I am having some difficulty establishing and maintaining scan
synchronization to a Periodic Advertising train when the Periodic
Advertising interval is relatively long (e.g. 10+ seconds).
I am
I am having some difficulty establishing and maintaining scan
synchronization to a Periodic Advertising train when the Periodic
Advertising interval is relatively long (e.g. 10+ seconds).
I am
|
By
Carl Stehle
·
#7852
·
|
|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi Jacob,
Thank you for the response.
As you have mentioned, I have tried following items,
· Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake .
· Added env
Hi Jacob,
Thank you for the response.
As you have mentioned, I have tried following items,
· Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake .
· Added env
|
By
Srinivasan Tamilarasan
·
#7851
·
|
|
nrf5340Dk
#bluetooth
Please help. I cannot get a single bluethooth sample project to work. I tried a beacon, central etc. I expected to see the device on my cell phone so i could connect.
Please help. I cannot get a single bluethooth sample project to work. I tried a beacon, central etc. I expected to see the device on my cell phone so i could connect.
|
By
Makavaz
·
#7850
·
|
|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Srinivasan,
I just did that recently.
I modeled my application and soc, board, dts and drivers as a standalone Zephyr module, and used example-application as a reference. Note the content of the
Srinivasan,
I just did that recently.
I modeled my application and soc, board, dts and drivers as a standalone Zephyr module, and used example-application as a reference. Note the content of the
|
By
Jacob Avraham
·
#7849
·
|
|
Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi,
I am creating the standalone Zephyr application build.
I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake
Hi,
I am creating the standalone Zephyr application build.
I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake
|
By
Srinivasan Tamilarasan
·
#7848
·
|
|
Re: Failed to register advertisement: org.bluez.Error.NotPermitted
#nrf52
Hi,
Did you configure the Bluetooth stack in zephyr to enable the additional options/features? Hciconfig was deprecated 3 years ago now, use the latest version of blueZ and the latest utilities, not
Hi,
Did you configure the Bluetooth stack in zephyr to enable the additional options/features? Hciconfig was deprecated 3 years ago now, use the latest version of blueZ and the latest utilities, not
|
By
lairdjm
·
#7847
·
|
|
Failed to register advertisement: org.bluez.Error.NotPermitted
#nrf52
Hi there ,
I am trying to turn on advertise and I have below errors
[bluetooth]# scan on
Discovery started
[CHG] Controller AB:89:67:45:23:01 Discovering: yes
[NEW] Device FE:9B:39:0D:92:DA
Hi there ,
I am trying to turn on advertise and I have below errors
[bluetooth]# scan on
Discovery started
[CHG] Controller AB:89:67:45:23:01 Discovering: yes
[NEW] Device FE:9B:39:0D:92:DA
|
By
akshaykulkarniak@...
·
#7846
·
Edited
|
|
Event: Zephyr Project: Dev Meeting - 06/24/2021
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When:
06/24/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When:
06/24/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7845
·
|