|
API meeting: agenda
Hi all,
Agenda for today:
- RFC: API change: Add SMbus support to I2C API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/37101
- Pinctrl: Side-by-side comparison of two (similar)
Hi all,
Agenda for today:
- RFC: API change: Add SMbus support to I2C API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/37101
- Pinctrl: Side-by-side comparison of two (similar)
|
By
Carles Cufi
·
#7992
·
|
|
Event: Zephyr Memory Footprint - biweekly discussion - 08/30/2021
#cal-reminder
Reminder: Zephyr Memory Footprint - biweekly discussion
When:
08/30/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
Reminder: Zephyr Memory Footprint - biweekly discussion
When:
08/30/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7991
·
|
|
Re: activating Low power mode with Bluetooth mesh sample
Hi,
To support low power mode, you must set CONFIG_BT_MESH_LOW_POWER=y.
To make the device enter low power mode, either set CONFIG_BT_MESH_LPN_AUTO=y or call bt_mesh_lpn_set(true).
Note that low
Hi,
To support low power mode, you must set CONFIG_BT_MESH_LOW_POWER=y.
To make the device enter low power mode, either set CONFIG_BT_MESH_LPN_AUTO=y or call bt_mesh_lpn_set(true).
Note that low
|
By
Trond Snekvik
·
#7990
·
|
|
Issue using lwm2m sample
#lwm2m
Hi all,
I'm trying to set up the LWM2M client sample with the ot overlay on a nrf52840 platform.
So far, I have set up the OTBR and I am able to ping the outside world (net ping 64:ff9b::8.8.8.8 is
Hi all,
I'm trying to set up the LWM2M client sample with the ot overlay on a nrf52840 platform.
So far, I have set up the OTBR and I am able to ping the outside world (net ping 64:ff9b::8.8.8.8 is
|
By
Profitrolle
·
#7989
·
|
|
activating Low power mode with Bluetooth mesh sample
Hi
I am testing the bluetooth mesh sample (samples\bluetooth\mesh) on a battery-powered device, I have to activate the low power mode in order to make it consume the least amount of power.
What's
Hi
I am testing the bluetooth mesh sample (samples\bluetooth\mesh) on a battery-powered device, I have to activate the low power mode in order to make it consume the least amount of power.
What's
|
By
Omar Morceli
·
#7988
·
|
|
Re: Cancelled Event: Zephyr Project: Dev Meeting - Thursday, August 26, 2021
#cal-cancelled
Sorry for the late cancellation. I’m on vacation this week.
- k
Sorry for the late cancellation. I’m on vacation this week.
- k
|
By
Kumar Gala
·
#7987
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, August 26, 2021
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, August 26, 2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer:
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, August 26, 2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7986
·
|
|
Event: Zephyr Project: Dev Meeting - 08/26/2021
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When:
08/26/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:
08/26/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@...>
·
#7985
·
|
|
Re: Problem in Mesh network
Hi,
Both buffer errors are a result of missing adv buffers. To minimize copying, both relay buffers and transport buffers are allocated from the advertising buffer pool, so that's the one that needs
Hi,
Both buffer errors are a result of missing adv buffers. To minimize copying, both relay buffers and transport buffers are allocated from the advertising buffer pool, so that's the one that needs
|
By
Trond Snekvik
·
#7984
·
|
|
Re: Driver development on zephyr
Hi Vinayak,
Thank you so much for the information.
Regards,
Nandhakumar
Hi Vinayak,
Thank you so much for the information.
Regards,
Nandhakumar
|
By
Nandhakumar Sundarraj <Nandhakumar.Sundarraj@...>
·
#7983
·
|
|
Event: Zephyr Project: APIs - 08/24/2021
#cal-reminder
Reminder: Zephyr Project: APIs
When:
08/24/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:
08/24/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@...>
·
#7982
·
|
|
Re: MCU Bootloader offset incorrect
#firmwareupdate
Sorry, got it by myself. You have to select the code partition in the device tree:
chosen {
zephyr,code-partition = &slot0_partition;
};
Thanks anyway!
Benedikt
Sorry, got it by myself. You have to select the code partition in the device tree:
chosen {
zephyr,code-partition = &slot0_partition;
};
Thanks anyway!
Benedikt
|
By
Benedikt Schmidt
·
#7981
·
|
|
MCU Bootloader offset incorrect
#firmwareupdate
Hi there,
I have got a problem with the MCU bootloader. To get it up and running I am following the steps documented in https://docs.zephyrproject.org/latest/guides/west/sign.html.
With some slight
Hi there,
I have got a problem with the MCU bootloader. To get it up and running I am following the steps documented in https://docs.zephyrproject.org/latest/guides/west/sign.html.
With some slight
|
By
Benedikt Schmidt
·
#7980
·
|
|
Problem in Mesh network
Hi
There are four nodes in my bluetooth mesh network, each with two elements
The first element consists of four models
1. BT_MESH_MODEL_CFG_SRV
2. BT_MESH_MODEL_HEALTH_SRV
3.
Hi
There are four nodes in my bluetooth mesh network, each with two elements
The first element consists of four models
1. BT_MESH_MODEL_CFG_SRV
2. BT_MESH_MODEL_HEALTH_SRV
3.
|
By
Omar Morceli
·
#7979
·
|
|
Now: Zephyr: Toolchain Working Group - 08/23/2021
#cal-notice
Zephyr: Toolchain Working Group
When:
08/23/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:
08/23/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@...>
·
#7978
·
|
|
Event: Zephyr: Toolchain Working Group - 08/23/2021
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When:
08/23/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:
08/23/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@...>
·
#7977
·
|
|
Re: Driver development on zephyr
Earlier messages posted on Slack:
Nandhakumar Sundarraj Today at 7:44 AM
Hi, Need clarification on driver development on zephyr. We are developing a new chip(ARM Cortex M0+ based SoC) for which
Earlier messages posted on Slack:
Nandhakumar Sundarraj Today at 7:44 AM
Hi, Need clarification on driver development on zephyr. We are developing a new chip(ARM Cortex M0+ based SoC) for which
|
By
Chettimada, Vinayak Kariappa
·
#7976
·
|
|
Driver development on zephyr
Hi,
Need clarification on driver development on zephyr. We are developing a new chip(ARM Cortex M0+ based SoC) for which Zephyr RTOS would be used. We have seen the driver APIs defined under
Hi,
Need clarification on driver development on zephyr. We are developing a new chip(ARM Cortex M0+ based SoC) for which Zephyr RTOS would be used. We have seen the driver APIs defined under
|
By
Nandhakumar Sundarraj <Nandhakumar.Sundarraj@...>
·
#7975
·
|
|
Re: CMake 3.20 or higher is now required to build Zephyr.
Hi,
By
Yasushi SHOJI
·
#7974
·
|
|
CMake 3.20 or higher is now required to build Zephyr.
Zephyrhttps://github.com/zephyrproject-rtos/zephyr/tree/main now requires CMake version 3.20 or newer.
The docs has been updated with info on how to do this on systems that has an older CMake per
Zephyrhttps://github.com/zephyrproject-rtos/zephyr/tree/main now requires CMake version 3.20 or newer.
The docs has been updated with info on how to do this on systems that has an older CMake per
|
By
Rasmussen, Torsten
·
#7973
·
|