|
Re: override alias in test application
Hello,
There's no need to open an issue.
The alias should be named eeprom-0 in a DTS file,
aliases {
eeprom-0 = ...;
};
but needs to be eeprom_0 (i.e. "lowercase-and-underscores" form) in
Hello,
There's no need to open an issue.
The alias should be named eeprom-0 in a DTS file,
aliases {
eeprom-0 = ...;
};
but needs to be eeprom_0 (i.e. "lowercase-and-underscores" form) in
|
By
Bolivar, Marti
·
#7081
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 06/09/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 9 June 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, 9 June 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@...>
·
#7080
·
|
|
Re: override alias in test application
Hi Carles,
thanks, I managed like this:
/ {
aliases {
eeprom_0 = &eeprom0;
};
};
but eeprom_0 is not a valid alias:
dtlib.DTError: /aliases: alias property name 'eeprom_0' should
Hi Carles,
thanks, I managed like this:
/ {
aliases {
eeprom_0 = &eeprom0;
};
};
but eeprom_0 is not a valid alias:
dtlib.DTError: /aliases: alias property name 'eeprom_0' should
|
By
Stefano Manni
·
#7079
·
|
|
Re: API meeting: agenda
Hi all,
A small addition to the agenda:
- PWM: add functions for capturing pwm pulse width and period
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26026
Carles
Hi all,
A small addition to the agenda:
- PWM: add functions for capturing pwm pulse width and period
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26026
Carles
|
By
Carles Cufi
·
#7078
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#7077
·
|
|
Re: override alias in test application
For properties there is /delete-property/ to delete one and then be able to override it.
In the case of an alias I am not sure, have you tried to override it directly?
Carles
On 08/06/2020,
For properties there is /delete-property/ to delete one and then be able to override it.
In the case of an alias I am not sure, have you tried to override it directly?
Carles
On 08/06/2020,
|
By
Carles Cufi
·
#7076
·
|
|
Enforcing a 2-approval policy in GitHub: request for more help with PR reviewing
Dear Zephyr developers,
According to the Zephyr Project Roles and Contribution Guidelines documentation (https://docs.zephyrproject.org/latest/contribute/project_roles.html#merge-criteria), pull
Dear Zephyr developers,
According to the Zephyr Project Roles and Contribution Guidelines documentation (https://docs.zephyrproject.org/latest/contribute/project_roles.html#merge-criteria), pull
|
By
Glaropoulos, Ioannis
·
#7075
·
|
|
override alias in test application
Hi there,
I'm trying to compile test/drivers/eeprom for my board. I see that the
code requires the alias 'eeprom_0' defined, but my board does not have
it natively.
I managed to compile changing in
Hi there,
I'm trying to compile test/drivers/eeprom for my board. I see that the
code requires the alias 'eeprom_0' defined, but my board does not have
it natively.
I managed to compile changing in
|
By
Stefano Manni
·
#7074
·
|
|
Rebasing PRs post 2.3 merge window opening
All,
Please make sure to rebase PRs post the 2.3 merge window opening as the change to make C99 integer (PR #25679) types the default supported type in Zephyr will impact most PRs. Ensuring a rebase
All,
Please make sure to rebase PRs post the 2.3 merge window opening as the change to make C99 integer (PR #25679) types the default supported type in Zephyr will impact most PRs. Ensuring a rebase
|
By
Kumar Gala
·
#7073
·
|
|
Re: Optional drivers and board configuration
HI Michael,
I’d say he cleanest way is to do it at the SoC level, like this:
https://github.com/zephyrproject-rtos/zephyr/blob/master/soc/arm/atmel_sam/same70/Kconfig.defconfig.series#L83
HI Michael,
I’d say he cleanest way is to do it at the SoC level, like this:
https://github.com/zephyrproject-rtos/zephyr/blob/master/soc/arm/atmel_sam/same70/Kconfig.defconfig.series#L83
|
By
Carles Cufi
·
#7072
·
|
|
Optional drivers and board configuration
Hi there. I'm adding a new SAM0 based board. What's the best way to enable optional peripherals? For example, not all users need the PWM driver. Should I:
- Put CONFIG_PWM=y and CONFIG_PWM_SAM0=y
Hi there. I'm adding a new SAM0 based board. What's the best way to enable optional peripherals? For example, not all users need the PWM driver. Should I:
- Put CONFIG_PWM=y and CONFIG_PWM_SAM0=y
|
By
Michael Hope
·
#7071
·
|
|
Zephyr v2.3.0 released
Hi all,
We are pleased to announce the release of Zephyr RTOS version 2.3.0.
Major enhancements with this release include:
* A new Zephyr CMake package has been introduced, reducing the need
Hi all,
We are pleased to announce the release of Zephyr RTOS version 2.3.0.
Major enhancements with this release include:
* A new Zephyr CMake package has been introduced, reducing the need
|
By
Carles Cufi
·
#7070
·
|
|
Updated Event: Zephyr: Toolchain Working Group
#cal-invite
Zephyr: Toolchain Working Group
When:
Thursday, 28 May 2020
2:00pm to 3:00pm
(UTC+00:00) UTC
Repeats: Every 2 weeks on Thursday, through Thursday, 23 July 2020
Where:
Microsoft Teams
Zephyr: Toolchain Working Group
When:
Thursday, 28 May 2020
2:00pm to 3:00pm
(UTC+00:00) UTC
Repeats: Every 2 weeks on Thursday, through Thursday, 23 July 2020
Where:
Microsoft Teams
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7069
·
|
|
Updated Event: Zephyr Project: Dev Meeting
#cal-invite
Zephyr Project: Dev Meeting
When:
Thursday, 21 May 2020
3:00pm to 4:00pm
(UTC+00:00) UTC
Repeats: Weekly on Thursday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is
Zephyr Project: Dev Meeting
When:
Thursday, 21 May 2020
3:00pm to 4:00pm
(UTC+00:00) UTC
Repeats: Weekly on Thursday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7068
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 06/04/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 4 June 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, 4 June 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@...>
·
#7067
·
|
|
Dev-Review Meeting Agenda Jun 4
Here’s the agenda topics for this week:
* Concept Overview for improving support for serial flash devices via SPI and QSPI [Peter]:
https://github.com/zephyrproject-rtos/zephyr/issues/25958
*
Here’s the agenda topics for this week:
* Concept Overview for improving support for serial flash devices via SPI and QSPI [Peter]:
https://github.com/zephyrproject-rtos/zephyr/issues/25958
*
|
By
Kumar Gala
·
#7066
·
|
|
Updated Event: Zephyr Project: APIs
#cal-invite
Zephyr Project: APIs
When:
Tuesday, 26 May 2020
4:00pm to 5:00pm
(UTC+00:00) UTC
Repeats: Weekly on Tuesday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
Zephyr Project: APIs
When:
Tuesday, 26 May 2020
4:00pm to 5:00pm
(UTC+00:00) UTC
Repeats: Weekly on Tuesday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7065
·
|
|
Zephyr 2.3.0-rc2 tagged
Hi all,
The second release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc2).
The current issue counts are:
- 1 high-priority bug
- 16 medium-priority bugs
The high-priority bug (#23364)
Hi all,
The second release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc2).
The current issue counts are:
- 1 high-priority bug
- 16 medium-priority bugs
The high-priority bug (#23364)
|
By
Carles Cufi
·
#7064
·
|
|
Running LWM2M client on nucleo_wb55rg
Hi, I am new to Zephyr.
I managed to get the LWM2M client working using qemu.
How do I get lwm2m working on the nucleo_wb55rg?
On RIOT OS, I had to make use of a border router and tap interface to
Hi, I am new to Zephyr.
I managed to get the LWM2M client working using qemu.
How do I get lwm2m working on the nucleo_wb55rg?
On RIOT OS, I had to make use of a border router and tap interface to
|
By
Brenton Chetty
·
#7063
·
|
|
Updated Event: Zephyr Project: APIs
#cal-invite
Zephyr Project: APIs
When:
Tuesday, 26 May 2020
4:00pm to 5:00pm
(UTC+00:00) UTC
Repeats: Weekly on Tuesday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
Zephyr Project: APIs
When:
Tuesday, 26 May 2020
4:00pm to 5:00pm
(UTC+00:00) UTC
Repeats: Weekly on Tuesday
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7062
·
|