Re: Dev-Review Meeting Agenda Nov 18th
Kevin Townsend
One more PoC I've poked at as a Zephyr module, making a processing pipeline for sensor data similar to what Noed-Red does conceptually: Kevin
On Thu, 18 Nov 2021 at 16:55, Kumar Gala <kumar.gala@...> wrote: All,
|
|
Dev-Review Meeting Agenda Nov 18th
Kumar Gala
All,
The weekly dev-review meeting will focus on the Sensor API and be lead by Maureen. Here are some links for background on the topic: • Lack of a performant sensor API [ https://github.com/zephyrproject-rtos/zephyr/issues/1387 ] • Updated Sensor API [ https://github.com/zephyrproject-rtos/zephyr/issues/13718 ] • Asynchronous sensor API [ https://github.com/zephyrproject-rtos/zephyr/issues/21515 ] • ZIO: Beginnings of a Sampled Input/Output API [ https://github.com/zephyrproject-rtos/zephyr/pull/14008 ] • Rtio: Real-Time Stream and Sensor API [ https://github.com/zephyrproject-rtos/zephyr/pull/17434 ] • Include Android’s CHRE as a module [ https://github.com/zephyrproject-rtos/zephyr/issues/37223 ] - k
|
|
Event: Zephyr Project: Dev Meeting - 11/18/2021
#cal-reminder
devel@lists.zephyrproject.org Calendar <noreply@...>
Reminder: Zephyr Project: Dev Meeting When: Where: Organizer: devel@... An RSVP is requested. Click here to RSVP Description: ________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 483 314 739#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Event: Zephyr Project: APIs - 11/16/2021
#cal-reminder
devel@lists.zephyrproject.org Calendar <noreply@...>
Reminder: Zephyr Project: APIs When: Where: Organizer: devel@... An RSVP is requested. Click here to RSVP Description: Meeting decisions/discussions in their respective PRs, tracked here: https://github.com/zephyrproject-rtos/zephyr/projects/18 ________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 317 990 129#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
API meeting: agenda
Carles Cufi
Hi all,
Agenda for today: - Flash RFC cleanup - https://github.com/zephyrproject-rtos/zephyr/issues/36485 - https://github.com/zephyrproject-rtos/zephyr/issues/36517 - https://github.com/zephyrproject-rtos/zephyr/issues/34707 - Device init/deinit - Umbrella issue: https://github.com/zephyrproject-rtos/zephyr/issues/40385 - SPI API: tracking progress - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39992 - Road to pinctrl: tracking progress - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39740 If you have additional items please let me know. Teams link: https://teams.microsoft.com/l/meetup-join/19%3ameeting_NWU2MjZlYWEtZDcwMi00MWQzLTgwMjEtNDdkYjQwMjBjMmFj%40thread.v2/0?context=%7b%22Tid%22%3a%22af0096d9-700c-411a-b795-b3dd7122bad2%22%2c%22Oid%22%3a%22841a7c92-7816-4faf-9887-5e334e88f6d8%22%7d https://lists.zephyrproject.org/g/devel/calendar https://github.com/zephyrproject-rtos/zephyr/projects/18 Minutes: https://docs.google.com/document/d/1lv-8B5QE2m4FjBcvfqAXFIgQfW5oz6306zJ7GIZIWCk/edit Regards, Carles
|
|
Now: Zephyr: Toolchain Working Group - 11/15/2021
#cal-notice
devel@lists.zephyrproject.org Calendar <noreply@...>
Zephyr: Toolchain Working Group When: Where: Organizer: Torsten Rasmussen Description: Live meeting minutes: https://docs.google.com/document/d/1IQKBK-GcJNZG0O9QArqYfvb6Huk5xHscN-XIGEZr-z8/edit#heading=h.x36xe8bnwr9r
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 682 738 030#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
|
|
Event: Zephyr: Toolchain Working Group - 11/15/2021
#cal-reminder
devel@lists.zephyrproject.org Calendar <noreply@...>
Reminder: Zephyr: Toolchain Working Group When: Where: Organizer: Torsten Rasmussen An RSVP is requested. Click here to RSVP Description: Live meeting minutes: https://docs.google.com/document/d/1IQKBK-GcJNZG0O9QArqYfvb6Huk5xHscN-XIGEZr-z8/edit#heading=h.x36xe8bnwr9r
________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 682 738 030#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
|
|
Re: Functional Safety Certification
Hibberd, Amber M
Hi Thomas,
I am the Safety Architect for the Zephyr Project. I set up time with you 11/23 at 9:30 am PST to meet and chat about ZP safety plans.
Best, Amber
From: devel@... <devel@...>
On Behalf Of Thomas Langaas
Sent: Saturday, November 13, 2021 1:40 AM To: devel@... Subject: [Zephyr-devel] Functional Safety Certification
Hi,
Is there some more details about the functional safety certification for Zephyr, or is there someone who can give me some more information? I'm working with a company that is considering Zephyr for some of it's products but this requires functional safety certification. Right now, the most promising options are FreeRTOS and SafeRTOS...
-- Best regards, Thomas Langås
|
|
Functional Safety Certification
Thomas Langaas
Hi, Is there some more details about the functional safety certification for Zephyr, or is there someone who can give me some more information? I'm working with a company that is considering Zephyr for some of it's products but this requires functional safety certification. Right now, the most promising options are FreeRTOS and SafeRTOS... Best regards, Thomas Langås
|
|
clock peripheral zephyr APIs for nordic boards
#nrf52
ubaidunited@...
Hi, I found options like: static inline int clock_control_on(const struct device *dev, clock_control_subsys_t sys) static inline int clock_control_off(const struct device *dev, clock_control_subsys_t sys)
I do understand that all of this is done through the configurations in prj.conf. But i want to know which APIs are responsible for it and how to call those APIs for LFCLK..? As in if i call clock_control_on( ), how do i populate the arguments *dev and sys..?
|
|
Re: Trusted firmware update date
Kevin Townsend
Hi Jamie, We'll have to evalute the complexity of the changes from TF-M, but if there are no major breaking changes to the build system, etc., it should be possible to update for the next Zephyr release cycle. We'll need at least an RC1 or RC2 for TF-M before doing the Zephyr PR, though. Kevin
On Fri, 12 Nov 2021 at 10:15, lairdjm <jamie.mccrae@...> wrote:
|
|
Trusted firmware update date
lairdjm
Hi,
We have some board file changes to make for when the next release of TF-M is pulled into zephyr, there is an upcoming TF-M release for version 1.5.0 on Monday - will 1.5.0 be used for the upcoming 3.0 release of Zephyr and if so, what is the expected date
of pulling it in?
Thanks,
Jamie
|
|
Cancelled Event: Zephyr: Power Management Sync - Thursday, November 11, 2021
#cal-cancelled
devel@lists.zephyrproject.org Calendar <noreply@...>
Cancelled: Zephyr: Power Management Sync This event has been cancelled. When: Where: Organizer: devel@... Description: ________________________________________________________________________________
Microsoft Teams meeting
Join on your computer or mobile app
Click here to join the meetingOr call in (audio only)
+1 321-558-6518,,677440320# United States, Orlando
________________________________________________________________________________
|
|
Event: Zephyr Project: Dev Meeting - 11/11/2021
#cal-reminder
devel@lists.zephyrproject.org Calendar <noreply@...>
Reminder: Zephyr Project: Dev Meeting When: Where: Organizer: devel@... An RSVP is requested. Click here to RSVP Description: ________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 483 314 739#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: Dev-Review Meeting Agenda Nov 11th
Kumar Gala
(Correcting Subject to Nov 11th)
toggle quoted messageShow quoted text
On Nov 10, 2021, at 12:18 PM, Kumar Gala via lists.zephyrproject.org <kumar.gala=linaro.org@lists.zephyrproject.org> wrote:
|
|
Dev-Review Meeting Agenda Oct 14th
Kumar Gala
All,
Originally we planned on discussing sensors this week, but that will get pushed to next week (Nov 18th). I’ll be out this week and Carles will run the meeting. Agenda for the week: doc: replace breathe with Sphinx-Doxygen bridge - https://github.com/zephyrproject-rtos/zephyr/pull/39702 soc: esp32: Support booting from MCUboot - https://github.com/zephyrproject-rtos/zephyr/pull/37872 Plus anything anyone else has. - k
|
|
Event: Zephyr Project: APIs - 11/09/2021
#cal-reminder
devel@lists.zephyrproject.org Calendar <noreply@...>
Reminder: Zephyr Project: APIs When: Where: Organizer: devel@... An RSVP is requested. Click here to RSVP Description: Meeting decisions/discussions in their respective PRs, tracked here: https://github.com/zephyrproject-rtos/zephyr/projects/18 ________________________________________________________________________________
+1 321-558-6518 United States, Orlando (Toll)
Conference ID: 317 990 129#
Local numbers | Reset PIN | Learn more about Teams | Meeting options
________________________________________________________________________________
|
|
Re: API meeting: agenda
Burdick, Thomas
Hi Carles,
toggle quoted messageShow quoted text
I'd like to discuss the stats work I've done for i2c if possible, its on the API project in TODO Thanks! Tom
-----Original Message-----
From: devel@lists.zephyrproject.org <devel@lists.zephyrproject.org> On Behalf Of Carles Cufi via lists.zephyrproject.org Sent: Tuesday, November 9, 2021 5:48 AM To: devel@lists.zephyrproject.org Cc: Bursztyka, Tomasz <tomasz.bursztyka@intel.com> Subject: [Zephyr-devel] API meeting: agenda Hi all, Agenda for today: - SPI API updates - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39992 - PM structure optimization: Update - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39286 - PR (option 4): https://github.com/zephyrproject-rtos/zephyr/pull/39397 - Road to pinctrl: Update - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39740 If you have additional items please let me know. Teams link: https://teams.microsoft.com/l/meetup-join/19%3ameeting_NWU2MjZlYWEtZDcwMi00MWQzLTgwMjEtNDdkYjQwMjBjMmFj%40thread.v2/0?context=%7b%22Tid%22%3a%22af0096d9-700c-411a-b795-b3dd7122bad2%22%2c%22Oid%22%3a%22841a7c92-7816-4faf-9887-5e334e88f6d8%22%7d https://lists.zephyrproject.org/g/devel/calendar https://github.com/zephyrproject-rtos/zephyr/projects/18 Minutes: https://docs.google.com/document/d/1lv-8B5QE2m4FjBcvfqAXFIgQfW5oz6306zJ7GIZIWCk/edit Regards, Carles
|
|
Re: API meeting: agenda
Carles Cufi
Hi all,
toggle quoted messageShow quoted text
Another item for today: - I2C stats - PR: https://github.com/zephyrproject-rtos/zephyr/pull/39788 Thanks, Carles
-----Original Message-----
|
|
API meeting: agenda
Carles Cufi
Hi all,
Agenda for today: - SPI API updates - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39992 - PM structure optimization: Update - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39286 - PR (option 4): https://github.com/zephyrproject-rtos/zephyr/pull/39397 - Road to pinctrl: Update - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/39740 If you have additional items please let me know. Teams link: https://teams.microsoft.com/l/meetup-join/19%3ameeting_NWU2MjZlYWEtZDcwMi00MWQzLTgwMjEtNDdkYjQwMjBjMmFj%40thread.v2/0?context=%7b%22Tid%22%3a%22af0096d9-700c-411a-b795-b3dd7122bad2%22%2c%22Oid%22%3a%22841a7c92-7816-4faf-9887-5e334e88f6d8%22%7d https://lists.zephyrproject.org/g/devel/calendar https://github.com/zephyrproject-rtos/zephyr/projects/18 Minutes: https://docs.google.com/document/d/1lv-8B5QE2m4FjBcvfqAXFIgQfW5oz6306zJ7GIZIWCk/edit Regards, Carles
|
|