|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
The use case you specify of picking SOC-version-specific code at run-time should be using features and not an ID for determining such things. This goes directly to Tixy’s email thread which I agree
The use case you specify of picking SOC-version-specific code at run-time should be using features and not an ID for determining such things. This goes directly to Tixy’s email thread which I agree
|
By
Kumar Gala
·
#3313
·
|
|
Merge window for 1.5 closing soon
Hello All
Please be aware that the merge window will be closing on Aug 1st / 2nd (a wee fuzzy as I am traveling on different time zones).
- First rc0 will be tagged on around Aug 3rd. RCs will be
Hello All
Please be aware that the merge window will be closing on Aug 1st / 2nd (a wee fuzzy as I am traveling on different time zones).
- First rc0 will be tagged on around Aug 3rd. RCs will be
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#3312
·
|
|
Re: [RFC] Provide a file system API
No, they have not been discussed. Thanks for your feedbacks.
I totally agree with you. Following are couple of options.
1. int fs_open(ZFILE *zfp, const char *file_name);
- Opens file if
No, they have not been discussed. Thanks for your feedbacks.
I totally agree with you. Following are couple of options.
1. int fs_open(ZFILE *zfp, const char *file_name);
- Opens file if
|
By
Thomas, Ramesh
·
#3311
·
|
|
Re: [RFC] Provide a file system API
We don't have a non-re-entrant version so we don't need to differentiate
the way stdio needs to. Also we are not strictly following stdio signature.
These functions can be useful and we can add
We don't have a non-re-entrant version so we don't need to differentiate
the way stdio needs to. Also we are not strictly following stdio signature.
These functions can be useful and we can add
|
By
Thomas, Ramesh
·
#3310
·
|
|
Re: [RFC] Provide a file system API
Some random kibitzing. I'm new, so apologies if some of this has been
discussed before:
Why a stdio-style mode string that has to be parsed and not a
fcntl-style flag word which seems like a better
Some random kibitzing. I'm new, so apologies if some of this has been
discussed before:
Why a stdio-style mode string that has to be parsed and not a
fcntl-style flag word which seems like a better
|
By
Andy Ross
·
#3309
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
While I do see benefit of using enum and (thus only one API is needed), what Morgaine pointed
out is also a good point. I think I will stick to current two individual APIs w/o enum but am
open if
While I do see benefit of using enum and (thus only one API is needed), what Morgaine pointed
out is also a good point. I think I will stick to current two individual APIs w/o enum but am
open if
|
By
Liu, Baohong
·
#3308
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
Hi Morgaine,
Thanks for the comment. As far as I know based on the requirement from the ZEP, the API would get the SoC id and rev information from SoC registers (or hard-coded). The current naming
Hi Morgaine,
Thanks for the comment. As far as I know based on the requirement from the ZEP, the API would get the SoC id and rev information from SoC registers (or hard-coded). The current naming
|
By
Liu, Baohong
·
#3307
·
|
|
Re: [RFC] Provide a file system API
See [Peter]
By
Mitsis, Peter <Peter.Mitsis@...>
·
#3306
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
The use case Pedro articulated focused on the scenario where the board was the same but the SOC version changed. In response to some of the comments on inappropriate use of these types of APIs, we
The use case Pedro articulated focused on the scenario where the board was the same but the SOC version changed. In response to some of the comments on inappropriate use of these types of APIs, we
|
By
Vij, Gajinder S <gajinder.s.vij@...>
·
#3305
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
That would create an artificial interdependency between the two unrelated
types of data via their shared access method. Someone would have to
maintain the enumerated type, and while that's not hard,
That would create an artificial interdependency between the two unrelated
types of data via their shared access method. Someone would have to
maintain the enumerated type, and while that's not hard,
|
By
Morgaine
·
#3304
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 23
[ZEP-279] nios2: demonstrate nanokernel hello world
https://jira.zephyrproject.org/browse/ZEP-279
[ZEP-254]
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 23
[ZEP-279] nios2: demonstrate nanokernel hello world
https://jira.zephyrproject.org/browse/ZEP-279
[ZEP-254]
|
By
donotreply@...
·
#3303
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/3461 : bluetooth: adding Direct Test Mode support to shell application
- https://gerrit.zephyrproject.org/r/3450 : x86: improve
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/3461 : bluetooth: adding Direct Test Mode support to shell application
- https://gerrit.zephyrproject.org/r/3450 : x86: improve
|
By
donotreply@...
·
#3302
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
Suggestion: instead of different APIs for getting the ID and Version,
how about one API which takes an enumerated type to select which data
to retrieve?
For example something like:
enum
Suggestion: instead of different APIs for getting the ID and Version,
how about one API which takes an enumerated type to select which data
to retrieve?
For example something like:
enum
|
By
Boie, Andrew P
·
#3301
·
|
|
Re: D2000 Development Kit
Hi,
I've been able to flash the D2000 board with the Zephyr command line. I've
been trying to follow the instructions here:
https://www.zephyrproject.org/doc/getting_started/installation_win.html
Hi,
I've been able to flash the D2000 board with the Zephyr command line. I've
been trying to follow the instructions here:
https://www.zephyrproject.org/doc/getting_started/installation_win.html
|
By
Matt Heins <heinsmatt@...>
·
#3300
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
Not an objection, but just a little query. Did you really intend the
prefix of these two API calls to be "*soc_*", rather than say "*sys_*" or "
*hw_*" or something like that?
The reason I ask is
Not an objection, but just a little query. Did you really intend the
prefix of these two API calls to be "*soc_*", rather than say "*sys_*" or "
*hw_*" or something like that?
The reason I ask is
|
By
Morgaine
·
#3299
·
|
|
Re: Porting Zephyr on 64-bits RISC-V platform
I’ll merge my kernel version with the master and commit patch for the review soon.
For testing I’m using two targets:
- Real Hardware with FPGA (ML605, KC705)
- Platform
I’ll merge my kernel version with the master and commit patch for the review soon.
For testing I’m using two targets:
- Real Hardware with FPGA (ML605, KC705)
- Platform
|
By
Sergey Khabarov
·
#3298
·
|
|
Re: D2000 Development Kit
BTW try to keep all traffic in this mail thread.
Error: unable to open ftdi device with vid 0403, pid 6014, description '*' and serial '*'
Take the vendor and product id and create a udev rule. You
BTW try to keep all traffic in this mail thread.
Error: unable to open ftdi device with vid 0403, pid 6014, description '*' and serial '*'
Take the vendor and product id and create a udev rule. You
|
By
Flavio Santes <flavio.santes@...>
·
#3297
·
|
|
Re: D2000 Development Kit
Hello Matt,
Here you can find more info:
https://wiki.zephyrproject.org/view/Quark_D2000_CRB
This issue is related to your distro configuration.
Nope. I have never seen this. Please attach the
Hello Matt,
Here you can find more info:
https://wiki.zephyrproject.org/view/Quark_D2000_CRB
This issue is related to your distro configuration.
Nope. I have never seen this. Please attach the
|
By
Flavio Santes <flavio.santes@...>
·
#3296
·
|
|
[RFC] Provide a file system API
A file system is necessary to store data reliably and to be accessed in
a consistent and deterministic manner. Example applications are data
logging, media files and file based databases which would
A file system is necessary to store data reliably and to be accessed in
a consistent and deterministic manner. Example applications are data
logging, media files and file based databases which would
|
By
Thomas, Ramesh
·
#3295
·
|
|
Re: [RFC] Provide a generic interface for getting the SOC ID and version
Thanks all for your feedback.
Since I have not heard any objection to the usage cases clarified by
Gajinder, I assume this is fine and conclude this RFC.
The summary of the API interface:
/**
*
Thanks all for your feedback.
Since I have not heard any objection to the usage cases clarified by
Gajinder, I assume this is fine and conclude this RFC.
The summary of the API interface:
/**
*
|
By
Liu, Baohong
·
#3294
·
|