|
Pending pull requests needing reviews
Hi,
We have submitted 3 pull requests recently for adding new functionality to zephyr which are waiting to be merged/reviewed, is anyone able to have a look at the following PR’s to progress
Hi,
We have submitted 3 pull requests recently for adding new functionality to zephyr which are waiting to be merged/reviewed, is anyone able to have a look at the following PR’s to progress
|
By
lairdjm
·
#7280
·
|
|
Zephyr Project: Dev Meeting - Thu, 08/20/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 20 August 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, 20 August 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@...>
·
#7279
·
|
|
Dev-Review Meeting Agenda Aug 20
Hi,
Kumar is out this week, so I'm sending the dev-review agenda.
* There are no open issues and just one seemingly stale PR (#24107) with
the "dev-review" label, so there doesn't seem to be
Hi,
Kumar is out this week, so I'm sending the dev-review agenda.
* There are no open issues and just one seemingly stale PR (#24107) with
the "dev-review" label, so there doesn't seem to be
|
By
Bolivar, Marti
·
#7278
·
|
|
RFC: API Change: usb: Device argument to USB HID ops
Hello,
I would like to post an RFC issue in USB subsystem. Here is the link for the issue itself:
https://github.com/zephyrproject-rtos/zephyr/issues/27612
And the proposed PR resolving the
Hello,
I would like to post an RFC issue in USB subsystem. Here is the link for the issue itself:
https://github.com/zephyrproject-rtos/zephyr/issues/27612
And the proposed PR resolving the
|
By
Obalski, Emil <Emil.Obalski@...>
·
#7277
·
|
|
Zephyr Project: APIs - Tue, 08/18/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 18 August 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, 18 August 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@...>
·
#7276
·
|
|
Re: LVGL support and more examples
Hi Jan,
I'm using Nordic Connect SDK with Segger Embedded Studio, maybe that's why I'm confused. There is no option to select the shield in Segger and the nordic people forwarded me to Zephyr for
Hi Jan,
I'm using Nordic Connect SDK with Segger Embedded Studio, maybe that's why I'm confused. There is no option to select the shield in Segger and the nordic people forwarded me to Zephyr for
|
By
Lazar Chervenkov <lazar.chervenkov@...>
·
#7275
·
|
|
Re: LVGL support and more examples
Hi Lazar,
Not sure if your question is about how to tell LVGL which display to use or how to select a specific display controller.
The former is done by setting CONFIG_LVGL_DISPLAY_DEV_NAME to the
Hi Lazar,
Not sure if your question is about how to tell LVGL which display to use or how to select a specific display controller.
The former is done by setting CONFIG_LVGL_DISPLAY_DEV_NAME to the
|
By
Jan Van Winkel
·
#7274
·
|
|
Re: LVGL support and more examples
Hi Carles,
I don't understand how to select which driver is used for the current project, as all are listed in the kconfig.
Thanks!
Hi Carles,
I don't understand how to select which driver is used for the current project, as all are listed in the kconfig.
Thanks!
|
By
Lazar Chervenkov <lazar.chervenkov@...>
·
#7273
·
|
|
API meeting agenda: 2020-08-18
Carles has asked me to stand in for him again in coordinating this week's API telecon.
Topics include:
https://github.com/zephyrproject-rtos/zephyr/pull/25049 on USB include files, which I propose
Carles has asked me to stand in for him again in coordinating this week's API telecon.
Topics include:
https://github.com/zephyrproject-rtos/zephyr/pull/25049 on USB include files, which I propose
|
By
Peter A. Bigot
·
#7272
·
|
|
Re: [LWM2M] Client example - QEMU x86
Robert,
Thanks again for your help.
It works fine.
I just flush dev tap0 and it is ok now in IPv4 and IPv6.
There is just one issue in strdup allocation. Default size is too small (we need more than 4
Robert,
Thanks again for your help.
It works fine.
I just flush dev tap0 and it is ok now in IPv4 and IPv6.
There is just one issue in strdup allocation. Default size is too small (we need more than 4
|
By
Guillaume PAQUET <guillaume.paquet@...>
·
#7271
·
|
|
Re: [LWM2M] Client example - QEMU x86
Hi Robert,
I think I saw what is wrong for me.
I have bad configuration on tap0.
Indeed, I have not the good inet addr. Here is my output :
tap0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
Hi Robert,
I think I saw what is wrong for me.
I have bad configuration on tap0.
Indeed, I have not the good inet addr. Here is my output :
tap0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
|
By
Guillaume PAQUET <guillaume.paquet@...>
·
#7270
·
|
|
Re: [LWM2M] Client example - QEMU x86
Hi Guillaume,
I’ve just verified the sample with current master (4bd247af700a88df3d5f2cca60e46b5669b4aa71), and it works fine on my machine.
Please double check if:
The tap0 interface is up
Hi Guillaume,
I’ve just verified the sample with current master (4bd247af700a88df3d5f2cca60e46b5669b4aa71), and it works fine on my machine.
Please double check if:
The tap0 interface is up
|
By
Lubos, Robert
·
#7269
·
|
|
Re: [LWM2M] Client example - QEMU x86
Hi,
Sorry for bad manipulation, my previous mail was not finished ...
So to complete it, I run ./loop-socat.sh and sudo ./loop-slip-tap.sh in net-tools to be able to run QEMU x86 properly.
Thanks for
Hi,
Sorry for bad manipulation, my previous mail was not finished ...
So to complete it, I run ./loop-socat.sh and sudo ./loop-slip-tap.sh in net-tools to be able to run QEMU x86 properly.
Thanks for
|
By
Guillaume PAQUET <guillaume.paquet@...>
·
#7268
·
|
|
[LWM2M] Client example - QEMU x86
Hello Zephyr Community,
I am Guillaume Paquet, I worked for STIMIO company and I am now working for SMILE company, specialised in Linux Open Source Embedded topics.
I tried to run LWM2M client demo on
Hello Zephyr Community,
I am Guillaume Paquet, I worked for STIMIO company and I am now working for SMILE company, specialised in Linux Open Source Embedded topics.
I tried to run LWM2M client demo on
|
By
Guillaume PAQUET <guillaume.paquet@...>
·
#7267
·
|
|
Zephyr Project Code Guideline - A Couple Notes
Hi All,
Just wanted to send out a communication to highlight a few things regarding the Zephyr Project Coding Guideline (CG):
-The CG has been published to the Zephyrproject.org documentation,
Hi All,
Just wanted to send out a communication to highlight a few things regarding the Zephyr Project Coding Guideline (CG):
-The CG has been published to the Zephyrproject.org documentation,
|
By
Hibberd, Amber M <amber.m.hibberd@...>
·
#7266
·
|
|
Zephyr Project: Dev Meeting - Thu, 08/13/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 13 August 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, 13 August 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@...>
·
#7265
·
|
|
Dev-Review Meeting Agenda Aug 13
Here’s the agenda topics for this week:
* Zephyr Testing via Emu:
- https://github.com/zephyrproject-rtos/zephyr/issues/27531
* Any PR/issues w/dev-review tag
* Any topics anyone else has.
- k
Here’s the agenda topics for this week:
* Zephyr Testing via Emu:
- https://github.com/zephyrproject-rtos/zephyr/issues/27531
* Any PR/issues w/dev-review tag
* Any topics anyone else has.
- k
|
By
Kumar Gala
·
#7264
·
|
|
Zephyr: Toolchain Working Group - Thu, 08/13/2020
#cal-notice
Zephyr: Toolchain Working Group
When:
Thursday, 13 August 2020
2:00pm to 3:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
Thursday, 13 August 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@...>
·
#7263
·
|
|
Zephyr: Toolchain Working Group - Thu, 08/13/2020 2:00pm-3:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 13 August 2020, 2:00pm to 3:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr: Toolchain Working Group
When: Thursday, 13 August 2020, 2:00pm to 3: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@...>
·
#7262
·
|
|
Zephyr Toolchain Working Group Meeting – 13 August 2020
Let’s get started on a new round of meetings.
Agenda
Updates:
Wayne: PR22668: News / Replacements.
Thomas: IAR: Updates
Torsten: Toolchain abstraction: Issue:#16031, Draft
Let’s get started on a new round of meetings.
Agenda
Updates:
Wayne: PR22668: News / Replacements.
Thomas: IAR: Updates
Torsten: Toolchain abstraction: Issue:#16031, Draft
|
By
Rasmussen, Torsten
·
#7261
·
|