|
Zephyr: Toolchain Working Group - Thu, 09/10/2020
#cal-notice
Zephyr: Toolchain Working Group
When:
Thursday, 10 September 2020
2:00pm to 3:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
Thursday, 10 September 2020
2:00pm to 3:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7324
·
|
|
Zephyr: Toolchain Working Group - Thu, 09/10/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 10 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 10 September 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7323
·
|
|
Zephyr Toolchain Working Group Meeting β 10 September 2020
Call for todayβs Toolchain WG.
Agenda
Updates:
PR #22668: Made it for v2.4.0π
Thomas: IAR: Updates ?
Torsten: Toolchain abstraction: PR #24851: Made it for v2.4.0π
Next steps ?
Call for todayβs Toolchain WG.
Agenda
Updates:
PR #22668: Made it for v2.4.0π
Thomas: IAR: Updates ?
Torsten: Toolchain abstraction: PR #24851: Made it for v2.4.0π
Next steps ?
|
By
Rasmussen, Torsten
·
#7322
·
|
|
Re: Does ISR cause a preemptible thread to be swapped out
Hi George,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
Yes this is guaranteed. There should
Hi George,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
Yes this is guaranteed. There should
|
By
Boie, Andrew P
·
#7321
·
|
|
Re: Does ISR cause a preemptible thread to be swapped out
Hey George,
When coming back from an ISR, Zephyr should switch to the highest priority thread that is ready (with some caveats around multiple cooperative threads being ready). At least that is what I
Hey George,
When coming back from an ISR, Zephyr should switch to the highest priority thread that is ready (with some caveats around multiple cooperative threads being ready). At least that is what I
|
By
Jett β Rink
·
#7320
·
|
|
Re: User Mode Drivers
#driver
Hi Jett,
It should certainly be possible to do this, where you implement driver logic as just code which makes other system calls at a lower-level bus abstraction to interact with the hardware. It
Hi Jett,
It should certainly be possible to do this, where you implement driver logic as just code which makes other system calls at a lower-level bus abstraction to interact with the hardware. It
|
By
Boie, Andrew P
·
#7319
·
|
|
Re: User Mode Drivers
#driver
Hi,
Jett β Rink via lists.zephyrproject.org
<jettrink=google.com@...> writes:
The devicetree describes the hardware. Whether or not a particular
software driver runs in user
Hi,
Jett β Rink via lists.zephyrproject.org
<jettrink=google.com@...> writes:
The devicetree describes the hardware. Whether or not a particular
software driver runs in user
|
By
Bolivar, Marti
·
#7318
·
|
|
Does ISR cause a preemptible thread to be swapped out
Hi,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
I understand the behaviour for the cooperative
Hi,
In Zephyr scheduling, after an ISR is done, can a preemptible thread be swapped out, and a higher priority thread, if ready, is allowed to run?
I understand the behaviour for the cooperative
|
By
George Kumar
·
#7317
·
|
|
User Mode Drivers
#driver
Hey all,
Do all "drivers" need to be run in supervisor mode (within the kernel)? I am specifically thinking about external ICs that are connected to an embedded controller running Zephyr via
Hey all,
Do all "drivers" need to be run in supervisor mode (within the kernel)? I am specifically thinking about external ICs that are connected to an embedded controller running Zephyr via
|
By
Jett β Rink
·
#7316
·
|
|
Re: C++ user apps
Hi,
Thank you for the info!
Regards,
Simon
Hi,
Thank you for the info!
Regards,
Simon
|
By
Simon Glass <sjg@...>
·
#7315
·
|
|
Zephyr Project: APIs - Tue, 09/08/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 8 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: APIs
When: Tuesday, 8 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7314
·
|
|
API meeting: agenda
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
|
By
Carles Cufi
·
#7313
·
|
|
Zephyr 2.4.0-rc1 tagged
Hi everyone,
The first release candidate for Zephyr 2.4.0 has been tagged (v2.4.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed
Hi everyone,
The first release candidate for Zephyr 2.4.0 has been tagged (v2.4.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed
|
By
Maureen Helm
·
#7312
·
|
|
double free detected in bfree_recombine
Hi all,
I am running zephyr 2.2.0 on my board and while developing a multi-threading application, running into a double free at ZEPHY_BASE/lib/os/mempool.c:163.
/*Detect common double-free occurrences
Hi all,
I am running zephyr 2.2.0 on my board and while developing a multi-threading application, running into a double free at ZEPHY_BASE/lib/os/mempool.c:163.
/*Detect common double-free occurrences
|
By
George Kumar
·
#7311
·
|
|
Timeout in NCS (nRF Connect SDK) by Nordic Semiconductors using Zephyr OS
Hello,
I am using the default Zephyr BLE stack while using the NCS SDK with nrf52840 development board by Nordic.
My setup is as follows
Board1 β Running a Peripheral_Uart demo code which
Hello,
I am using the default Zephyr BLE stack while using the NCS SDK with nrf52840 development board by Nordic.
My setup is as follows
Board1 β Running a Peripheral_Uart demo code which
|
By
Lavingia, Raj
·
#7310
·
|
|
Zephyr Project: Dev Meeting - Thu, 09/03/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 3 September 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 3 September 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7309
·
|
|
Re: RFC: API change - make all device instance constant
Hello,
The PR was merged. Now ALL device instances are constant.
Along with this change: all isr handlers take a const void pointer.
To all relevant stakeholders that this may affect:
!!! PLEASE
Hello,
The PR was merged. Now ALL device instances are constant.
Along with this change: all isr handlers take a const void pointer.
To all relevant stakeholders that this may affect:
!!! PLEASE
|
By
Tomasz Bursztyka
·
#7308
·
|
|
Zephyr Project: APIs - Tue, 09/01/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 1 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: APIs
When: Tuesday, 1 September 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7307
·
|
|
API meeting agenda: 2020-09-01
Carles has asked me to stand in for him in coordinating this week's API telecon.
Topics include:
- #26516 add MODBUS RTU subsystem
- Anything else added to
Carles has asked me to stand in for him in coordinating this week's API telecon.
Topics include:
- #26516 add MODBUS RTU subsystem
- Anything else added to
|
By
Peter A. Bigot
·
#7306
·
|
|
v2.4.0 merge window closes friday
Hi everyone,
This is a reminder that the v2.4.0 merge window for new features closes this Friday, 4 September. After that, only bug fixes and documentation will be merged until the final release is
Hi everyone,
This is a reminder that the v2.4.0 merge window for new features closes this Friday, 4 September. After that, only bug fixes and documentation will be merged until the final release is
|
By
Maureen Helm
·
#7305
·
|