|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 4
[ZEP-190] Failed to receive loopback packet.
https://jira.zephyrproject.org/browse/ZEP-190
[ZEP-187] BLE APIs are not documented
NEW JIRA items within last 24 hours: 4
[ZEP-190] Failed to receive loopback packet.
https://jira.zephyrproject.org/browse/ZEP-190
[ZEP-187] BLE APIs are not documented
|
By
donotreply@...
·
#2702
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1360 : sensor: fix init driver_api
- https://gerrit.zephyrproject.org/r/1357 : sensors: use SENSOR_G constant in all accelerometer
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1360 : sensor: fix init driver_api
- https://gerrit.zephyrproject.org/r/1357 : sensors: use SENSOR_G constant in all accelerometer
|
By
donotreply@...
·
#2701
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Hi Benjamin,
Thus why we may enforce a version of the API vs a Zephyr version. And
move on with a new one.
If they want to get stuck with API 1.0 they could use Zephyr 1.2 (1.3
maybe) and that's
Hi Benjamin,
Thus why we may enforce a version of the API vs a Zephyr version. And
move on with a new one.
If they want to get stuck with API 1.0 they could use Zephyr 1.2 (1.3
maybe) and that's
|
By
Tomasz Bursztyka
·
#2700
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
I already got feedback from people developing either drivers or sample
application for Rocket, basically playing to role of customers of
Zephyr, and I can already say that, for people used to writing
I already got feedback from people developing either drivers or sample
application for Rocket, basically playing to role of customers of
Zephyr, and I can already say that, for people used to writing
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2699
·
|
|
Re: RFC: Timer/Timeout API
Hi Dmitriy,
<dmitriy.korovkin(a)windriver.com> wrote:
By kernel I guess you mean that each fiber has a capability to run
timers, which is not useful in case of net subsystem since that
requires each
Hi Dmitriy,
<dmitriy.korovkin(a)windriver.com> wrote:
By kernel I guess you mean that each fiber has a capability to run
timers, which is not useful in case of net subsystem since that
requires each
|
By
Luiz Augusto von Dentz
·
#2698
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Hi Daniel and Anas,
Saving even a minimal amount of bytes is good to consider, as long as it
does not reduce
features etc... and that RFC is actually fixing things.
How long are we supposed to
Hi Daniel and Anas,
Saving even a minimal amount of bytes is good to consider, as long as it
does not reduce
features etc... and that RFC is actually fixing things.
How long are we supposed to
|
By
Tomasz Bursztyka
·
#2697
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Hi Ramesh,
The idea is to let the driver decide whether it is still functioning or not.
Unusable state is a critical error to me.
A non critical error, means it is still ok to work, thus the driver
Hi Ramesh,
The idea is to let the driver decide whether it is still functioning or not.
Unusable state is a critical error to me.
A non critical error, means it is still ok to work, thus the driver
|
By
Tomasz Bursztyka
·
#2696
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Not sure how the method in the RFC differentiates between critical and
non-critical errors. Isn't the driver also *not* passing on the
non-critical error status to the app by not setting device_api =
Not sure how the method in the RFC differentiates between critical and
non-critical errors. Isn't the driver also *not* passing on the
non-critical error status to the app by not setting device_api =
|
By
Thomas, Ramesh
·
#2695
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Hi
IMO the driver interface is still considered public APIs.
Someone might be using those to write drivers external to Zephyr, changing the signatures will break such drivers.
Anas
Hi
IMO the driver interface is still considered public APIs.
Someone might be using those to write drivers external to Zephyr, changing the signatures will break such drivers.
Anas
|
By
Nashif, Anas
·
#2694
·
|
|
Re: state of development and participation
By
Maureen Helm
·
#2693
·
|
|
Re: RFC: Timer/Timeout API
I am not quite sure I understand the problem. Kernel keeps the track of
nanokernel timers and timeouts. If needed, each fiber can wait on a
timer (one fiber per timer). Not sure, what is the need for
I am not quite sure I understand the problem. Kernel keeps the track of
nanokernel timers and timeouts. If needed, each fiber can wait on a
timer (one fiber per timer). Not sure, what is the need for
|
By
Dmitriy Korovkin
·
#2692
·
|
|
Re: Building on Windows with MinGW
Hi Juan,
By
Carles Cufi
·
#2691
·
|
|
Re: Building on Windows with MinGW
Carles,
Carles, thanks for digging into the issue. There is a JIRA report already reporting this behavior (ZEP-177).
Please follow the development of ZEP-177 to get a resolution to the issue.
Carles,
Carles, thanks for digging into the issue. There is a JIRA report already reporting this behavior (ZEP-177).
Please follow the development of ZEP-177 to get a resolution to the issue.
|
By
Cruz Alcaraz, Juan M <juan.m.cruz.alcaraz@...>
·
#2690
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
You can follow the link and go to the top message. The idea was first proposed by
Benjamin Walsh to get rid of return values. This RFC was just a tiny part of that.
The init change will be in another
You can follow the link and go to the top message. The idea was first proposed by
Benjamin Walsh to get rid of return values. This RFC was just a tiny part of that.
The init change will be in another
|
By
Daniel Leung <daniel.leung@...>
·
#2689
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 0
CLOSED JIRA items within last 24 hours: 0
RESOLVED JIRA items within last 24 hours: 0
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 0
CLOSED JIRA items within last 24 hours: 0
RESOLVED JIRA items within last 24 hours: 0
|
By
donotreply@...
·
#2688
·
|
|
Building on Windows with MinGW
Hi there,
I've followed the steps outlined here:
https://www.zephyrproject.org/doc/getting_started/installation_win.html
to compile Zephyr on Windows.
The first problem I encountered was that the
Hi there,
I've followed the steps outlined here:
https://www.zephyrproject.org/doc/getting_started/installation_win.html
to compile Zephyr on Windows.
The first problem I encountered was that the
|
By
Carles Cufi
·
#2687
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1341 : sensor: add driver for LSM9DS0 accel and magn
- https://gerrit.zephyrproject.org/r/1340 : sensor: add the posibility to fetch
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1341 : sensor: add driver for LSM9DS0 accel and magn
- https://gerrit.zephyrproject.org/r/1340 : sensor: add the posibility to fetch
|
By
donotreply@...
·
#2686
·
|
|
Re: RFC: Timer/Timeout API
Hi Marcel,
Do you have anything to add? Or is this something that came out while
discussing with Daniel due to my MSR?
<daniel.kalowsky(a)intel.com> wrote:
--
Luiz Augusto von Dentz
Hi Marcel,
Do you have anything to add? Or is this something that came out while
discussing with Daniel due to my MSR?
<daniel.kalowsky(a)intel.com> wrote:
--
Luiz Augusto von Dentz
|
By
Luiz Augusto von Dentz
·
#2685
·
|
|
Re: [RFC] Device: device_get_binding() returns NULL if device fails initialization
Hi Daniel,
Ok I missed that discussion.
Your RFC patch was not clear about that. It would require to change the
init function signature
and all the existing drivers in one go as well.
I hope we
Hi Daniel,
Ok I missed that discussion.
Your RFC patch was not clear about that. It would require to change the
init function signature
and all the existing drivers in one go as well.
I hope we
|
By
Tomasz Bursztyka
·
#2684
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 0
CLOSED JIRA items within last 24 hours: 0
RESOLVED JIRA items within last 24 hours: 0
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 0
CLOSED JIRA items within last 24 hours: 0
RESOLVED JIRA items within last 24 hours: 0
|
By
donotreply@...
·
#2683
·
|