|
Resolve warning of DT_INST_DMAS_LABEL_BY_NAME deprecated macro in zephyr 2.6.0
Hi,
In our dma based serial driver code, I am using the DT_INST_DMAS_LABEL_BY_NAME() as given in below code snippet.
DT_INST_DMAS_LABEL_BY_NAME macro is deprecated in zephyr 2.6.0 release. I
Hi,
In our dma based serial driver code, I am using the DT_INST_DMAS_LABEL_BY_NAME() as given in below code snippet.
DT_INST_DMAS_LABEL_BY_NAME macro is deprecated in zephyr 2.6.0 release. I
|
By
Srinivasan Tamilarasan
·
#7827
·
|
|
Event: Zephyr Project: APIs - 06/15/2021
#cal-reminder
Reminder: Zephyr Project: APIs
When:
06/15/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/15/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@...>
·
#7826
·
|
|
Re: [DEV REVIEW] Topic - Flash Map API
I'll be there.
Kumar Gala <kumar.gala@...> writes:
I'll be there.
Kumar Gala <kumar.gala@...> writes:
|
By
Bolivar, Marti
·
#7825
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- Devicetree API to stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/36182
- syscon API
- PR https://github.com/zephyrproject-rtos/zephyr/pull/35903
-
Hi all,
Agenda for today.
- Devicetree API to stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/36182
- syscon API
- PR https://github.com/zephyrproject-rtos/zephyr/pull/35903
-
|
By
Carles Cufi
·
#7824
·
|
|
[DEV REVIEW] Topic - Flash Map API
All,
I was hoping to confirm that you’d be able to join this week’s Dev-review meeting as one of the Agenda topic items will be the Flash Map API:
RFC: API Change: Flash map:
-
All,
I was hoping to confirm that you’d be able to join this week’s Dev-review meeting as one of the Agenda topic items will be the Flash Map API:
RFC: API Change: Flash map:
-
|
By
Kumar Gala
·
#7823
·
|
|
Happening Now: Zephyr: Toolchain Working Group - 06/14/2021
#cal-notice
Zephyr: Toolchain Working Group
When:
06/14/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/14/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@...>
·
#7822
·
|
|
Event: Zephyr: Toolchain Working Group - 06/14/2021
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When:
06/14/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/14/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@...>
·
#7821
·
|
|
how to support new touch screen sensor with integration to LVGL
Hi,
I'm considering adding support for a touchscreen sensor (CST816, used in PineTime) and I would like
to use LVGL as well. Right now LVGL expects touchscreen sensor to be exposed via KSCAN
Hi,
I'm considering adding support for a touchscreen sensor (CST816, used in PineTime) and I would like
to use LVGL as well. Right now LVGL expects touchscreen sensor to be exposed via KSCAN
|
By
Matias N.
·
#7820
·
|
|
Making devicetree.h a stable API
Pull request 36182 has been submitted marking devicetree.h stable:
https://github.com/zephyrproject-rtos/zephyr/pull/36182
This email is a notification about that as required by the
Pull request 36182 has been submitted marking devicetree.h stable:
https://github.com/zephyrproject-rtos/zephyr/pull/36182
This email is a notification about that as required by the
|
By
Bolivar, Marti
·
#7819
·
|
|
Which IDE use for hifive1_revb+zephyr
https://docs.zephyrproject.org/latest/boards/riscv/hifive1_revb/doc/index.html
I want to use zephyr on hifive1_revb
Which Ide is recommend?
https://docs.zephyrproject.org/latest/boards/riscv/hifive1_revb/doc/index.html
I want to use zephyr on hifive1_revb
Which Ide is recommend?
|
By
jesse stone <fatalfeel@...>
·
#7818
·
|
|
stm32: PWM: Default all "st,prescaler" pwm property to 0
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to harmonize the default value of property "st,prescaler" to 0 for all pwm nodes on all (STM32) SoCs.
Benefit is to solve the
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to harmonize the default value of property "st,prescaler" to 0 for all pwm nodes on all (STM32) SoCs.
Benefit is to solve the
|
By
Erwan Gouriou
·
#7817
·
|
|
Re: How to add username and password to MQTT_Publisher
Hi Brenton,
Generally your approach is correct to set the username/password in the `client_init()` function of the sample, but please note that these fields are not plain C strings but rather
Hi Brenton,
Generally your approach is correct to set the username/password in the `client_init()` function of the sample, but please note that these fields are not plain C strings but rather
|
By
Lubos, Robert
·
#7816
·
|
|
How to add username and password to MQTT_Publisher
Hi, I am trying to get "mqtt_publisher" working with Eclipse Kapua using "qemu_x86".
I managed to get mqtt_publisher working with a simple mosquitto client, however I cannot connect to Kapua because I
Hi, I am trying to get "mqtt_publisher" working with Eclipse Kapua using "qemu_x86".
I managed to get mqtt_publisher working with a simple mosquitto client, however I cannot connect to Kapua because I
|
By
Brenton Chetty <brent7984@...>
·
#7815
·
|
|
Event: Zephyr Memory Footprint - biweekly discussion - 06/07/2021
#cal-reminder
Reminder: Zephyr Memory Footprint - biweekly discussion
When:
06/07/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:
06/07/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@...>
·
#7814
·
|
|
Zephyr 2.6.0 released, merge window is now open.
Hi,
We are pleased to announce the release of Zephyr RTOS version 2.6.0!
Major enhancements with this release include:
Major enhancements with this release include:
* Logging subsystem overhauled
*
Hi,
We are pleased to announce the release of Zephyr RTOS version 2.6.0!
Major enhancements with this release include:
Major enhancements with this release include:
* Logging subsystem overhauled
*
|
By
Kumar Gala
·
#7813
·
|
|
Re: Configuring Incomplete
Hi there,
It looks like you are missing the Devicetree compiler (dtc.exe). Make sure you install it via chocolatey or otherwise.
Carles
Hi there,
It looks like you are missing the Devicetree compiler (dtc.exe). Make sure you install it via chocolatey or otherwise.
Carles
|
By
Carles Cufi
·
#7812
·
|
|
Re: Things to do when submitting a PR
Hi,
Can a regular contributor do this? Using a mention?
I'd love to fix scripts/get_maintainer.py in order to find who to ask.
If you don't have write permission, you can't add any label, right?
--
Hi,
Can a regular contributor do this? Using a mention?
I'd love to fix scripts/get_maintainer.py in order to find who to ask.
If you don't have write permission, you can't add any label, right?
--
|
By
Yasushi SHOJI
·
#7811
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, June 3, 2021
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, June 3, 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, June 3, 2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7810
·
|
|
Configuring Incomplete
Hi,
I'm trying to set up Zephyr for a Nordic nRF52833. However, when I attempt to build blinky for the board, I am met with a "Configuring Incomplete, errors occurred!" message. Looking further into
Hi,
I'm trying to set up Zephyr for a Nordic nRF52833. However, when I attempt to build blinky for the board, I am met with a "Configuring Incomplete, errors occurred!" message. Looking further into
|
By
Josh Myatt <jmyatt@...>
·
#7809
·
|
|
Zephyr 2.6.0-rc3 tagged
Hi,
The third release candidate for Zephyr v2.6.0 has been tagged (v2.6.0-rc3).
The merge window for features and enhancements remains closed until v2.6.0 is released. The next release milestone is
Hi,
The third release candidate for Zephyr v2.6.0 has been tagged (v2.6.0-rc3).
The merge window for features and enhancements remains closed until v2.6.0 is released. The next release milestone is
|
By
Kumar Gala
·
#7808
·
|