|
API meeting: agenda 2 messages
Hi all, Agenda for today, sorry for the short notice. - Pinmux and pinctrl API: Decide what the priorities for this are, and how to get to LTS with it - Issue: https://github.com/zephyrproject-rtos/ze
Hi all, Agenda for today, sorry for the short notice. - Pinmux and pinctrl API: Decide what the priorities for this are, and how to get to LTS with it - Issue: https://github.com/zephyrproject-rtos/ze
|
By Carles Cufi
·
|
|
[RFC] SMP support for RISC-V privilege architecture
Hello All, I'm working on SMP support for RISC-V privilege architecture. https://github.com/katsuster/zephyr/tree/riscv_virt_pc_smp It seems worked well on QEMU RV32 virt pc (*) porting. (RV64 not tes
Hello All, I'm working on SMP support for RISC-V privilege architecture. https://github.com/katsuster/zephyr/tree/riscv_virt_pc_smp It seems worked well on QEMU RV32 virt pc (*) porting. (RV64 not tes
|
By Katsuhiro Suzuki
·
|
|
Zephyr SDK 0.12.0-alpha-1 available for testing
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-alpha-1 Please download and try things out and report any issues. Please report issue
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-alpha-1 Please download and try things out and report any issues. Please report issue
|
By Kumar Gala
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tuesday 6 Oct at 8AM PDT / 17.00 CET. Agenda: - TCP2 is now the default TCP implementation, legacy TCP implementation is not yet removed. We can discu
Hi all, There is a network forum meeting tomorrow Tuesday 6 Oct at 8AM PDT / 17.00 CET. Agenda: - TCP2 is now the default TCP implementation, legacy TCP implementation is not yet removed. We can discu
|
By Jukka Rissanen
·
|
|
SMP support for ARM architecture 2 messages
Hi, For our multicore ARM based project we would like to use SMP and affinity mechanism in Zephyr. When digging into the code I found that it is not implemented. Mainly, there is an implementation of
Hi, For our multicore ARM based project we would like to use SMP and affinity mechanism in Zephyr. When digging into the code I found that it is not implemented. Mainly, there is an implementation of
|
By Krzysztof Walczak
·
|
|
RFC: API Change: k_work 2 messages
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work functions behav
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work functions behav
|
By Peter A. Bigot
·
|
|
Zephyr Project: Dev Meeting - Thu, 10/01/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting When: Thursday, 1 October 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Desc
Reminder: Zephyr Project: Dev Meeting When: Thursday, 1 October 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Desc
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Dev-Review Meeting Agenda Oct 1 2 messages
Here’s the agenda topics for this week: * List property label for all active ADCs regardless of the board used: - https://github.com/zephyrproject-rtos/zephyr/issues/28566 * DTS default usage guidelin
Here’s the agenda topics for this week: * List property label for all active ADCs regardless of the board used: - https://github.com/zephyrproject-rtos/zephyr/issues/28566 * DTS default usage guidelin
|
By Kumar Gala
·
|
|
Review of LoRaWAN PR
Hi Folks, There is a LoRaWAN PR posted a while ago [1] and it has undergone reviews from several developers. But it still got stuck and I'd appreciate any help to move this forward. This will be a gre
Hi Folks, There is a LoRaWAN PR posted a while ago [1] and it has undergone reviews from several developers. But it still got stuck and I'd appreciate any help to move this forward. This will be a gre
|
By
Mani Sadhasivam
·
|
|
STM32: Moving devices pin configuration to device tree
TL;DR: - Upcoming device tree based pin configuration for STM32 based boards - Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules - Each *.pcintrl.dtsi file
TL;DR: - Upcoming device tree based pin configuration for STM32 based boards - Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules - Each *.pcintrl.dtsi file
|
By Erwan Gouriou
·
|
|
Zephyr Project: APIs - Tue, 09/29/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs When: Tuesday, 29 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descripti
Reminder: Zephyr Project: APIs When: Tuesday, 29 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descripti
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Enabling LE Periodic Advertising for nRF8240-dongle
Hello Zephyr Developers, I am trying to enable BT 5.0 features - 2MPHY & CODED PHY, LE Extended Advertising & Periodic Advertising features for my nRF52840 USB dongle with Linux Host (Bluez) In order
Hello Zephyr Developers, I am trying to enable BT 5.0 features - 2MPHY & CODED PHY, LE Extended Advertising & Periodic Advertising features for my nRF52840 USB dongle with Linux Host (Bluez) In order
|
By Anupam Roy
·
|
|
API meeting agenda: 2020-09-29
Carles has asked me to stand in for him in coordinating this week's API telecon. Topics include: - Triage #28220 - Highlight #28579 and discuss whether this needs to follow the "incompatible API chang
Carles has asked me to stand in for him in coordinating this week's API telecon. Topics include: - Triage #28220 - Highlight #28579 and discuss whether this needs to follow the "incompatible API chang
|
By Peter A. Bigot
·
|
|
How to check if a Kconfig string is empty?
#builds
#defines
Given this Kconfig: config MY_STR string "A string" The directive #if defined(CONFIG_MY_STR) will eval to true for the default empty string. How to check if CONFIG_MY_STR is an empty string at compile
Given this Kconfig: config MY_STR string "A string" The directive #if defined(CONFIG_MY_STR) will eval to true for the default empty string. How to check if CONFIG_MY_STR is an empty string at compile
|
By arnaud.durand@...
·
|
|
Zephyr v2.4.0 released
Hi everyone, We are pleased to announce the release of Zephyr RTOS version 2.4.0! Major enhancements with this release include: Introduced initial support for virtual memory management. Added Bluetoot
Hi everyone, We are pleased to announce the release of Zephyr RTOS version 2.4.0! Major enhancements with this release include: Introduced initial support for virtual memory management. Added Bluetoot
|
By Maureen Helm
·
|
|
Zephyr v2.4.0-rc3 tagged 2 messages
Hi everyone, The third release candidate for Zephyr v2.4.0 has been tagged (v2.4.0-rc3). The full release log can be found here: https://github.com/zephyrproject-rtos/zephyr/releases/tag/v2.4.0-rc3 Th
Hi everyone, The third release candidate for Zephyr v2.4.0 has been tagged (v2.4.0-rc3). The full release log can be found here: https://github.com/zephyrproject-rtos/zephyr/releases/tag/v2.4.0-rc3 Th
|
By Maureen Helm
·
|
|
Zephyr: Toolchain Working Group - Thu, 09/24/2020
#cal-notice
Zephyr: Toolchain Working Group When: Thursday, 24 September 2020 2:00pm to 3:00pm (GMT+00:00) UTC Where: Microsoft Teams Meeting Description: Live meeting minutes: https://docs.google.com/document/d/
Zephyr: Toolchain Working Group When: Thursday, 24 September 2020 2:00pm to 3:00pm (GMT+00:00) UTC Where: Microsoft Teams Meeting Description: Live meeting minutes: https://docs.google.com/document/d/
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 24 September 2020
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting This event has been cancelled. When: Thursday, 24 September 2020 3:00pm to 4:00pm (UTC+00:00) UTC Where: Microsoft Teams Meeting Organizer: devel@... Description
Cancelled: Zephyr Project: Dev Meeting This event has been cancelled. When: Thursday, 24 September 2020 3:00pm to 4:00pm (UTC+00:00) UTC Where: Microsoft Teams Meeting Organizer: devel@... Description
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Zephyr: Toolchain Working Group - Thu, 09/24/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Toolchain Working Group When: Thursday, 24 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: Maureen
Reminder: Zephyr: Toolchain Working Group When: Thursday, 24 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: Maureen
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Zephyr Toolchain Working Group Meeting – 24 September 2020
Call for today’s Toolchain WG. Agenda Updates: Toolchain related issues for 2.4 Thomas: IAR: Updates ? Zephyr SDK. Milestones for 2.5 ? Feel free to send a mail, if you would like additional topics to
Call for today’s Toolchain WG. Agenda Updates: Toolchain related issues for 2.4 Thomas: IAR: Updates ? Zephyr SDK. Milestones for 2.5 ? Feel free to send a mail, if you would like additional topics to
|
By Rasmussen, Torsten
·
|