|
Github review rules changes?
Hi, This is something we decided to add during the release phase to make sure we have enough reviews for bug fixes and changes coming in close to the release. In the future this might be considered fo
Hi, This is something we decided to add during the release phase to make sure we have enough reviews for bug fixes and changes coming in close to the release. In the future this might be considered fo
|
By
Nashif, Anas
· #4698
·
|
|
Fixing issues
Hi everyone, When fixing bugs, please make sure to use the right keywords to enable auto-close when the pull request is merged. Please see https://help.github.com/articles/closing-issues-using-keyword
Hi everyone, When fixing bugs, please make sure to use the right keywords to enable auto-close when the pull request is merged. Please see https://help.github.com/articles/closing-issues-using-keyword
|
By
Nashif, Anas
· #4616
·
|
|
Strange Codecov info
Alberto might shed some light, but this is a timing issue that we keep seeing. We probably want to ignore this like we did with other spots in the native posix code. This can be safely be ignored. Ana
Alberto might shed some light, but this is a timing issue that we keep seeing. We probably want to ignore this like we did with other spots in the native posix code. This can be safely be ignored. Ana
|
By
Nashif, Anas
· #2151
·
|
|
Runtime "configuration" system naming
I like settings. Do not thing it is long, sett just makes it ugly. Anas
I like settings. Do not thing it is long, sett just makes it ugly. Anas
|
By
Nashif, Anas
· #1977
·
|
|
Is someone using Object Tracing?
Hi, Yes, it is being used by a few 3rd party tools. Any object bookkeeping need to work regardless of userspace being enabled or not. Not sure about end-user impact and API changes, but that should be
Hi, Yes, it is being used by a few 3rd party tools. Any object bookkeeping need to work regardless of userspace being enabled or not. Not sure about end-user impact and API changes, but that should be
|
By
Nashif, Anas
· #1918
·
|
|
sanitycheck in shippable states faillure but reports 0 errors
Which PR is this?
By
Nashif, Anas
· #1806
·
|
|
[RFC] running tests on devices using sanitycheck
Hi, Up to now testing using sanitycheck was only done using the qemu configurations we have in the tree, we were not able to run tests on real hw or devices. This obviously was done using some other m
Hi, Up to now testing using sanitycheck was only done using the qemu configurations we have in the tree, we were not able to run tests on real hw or devices. This obviously was done using some other m
|
By
Nashif, Anas
· #1802
·
|
|
DHT22 Sensor driver
Can you please submit a bug or a PR with this change and more details. Thanks.
Can you please submit a bug or a PR with this change and more details. Thanks.
|
By
Nashif, Anas
· #1715
·
|
|
[RFC] Introduction of Virtual Filesystem Interface in Zephyr
Sounds like a good proposal.
Sounds like a good proposal.
|
By
Nashif, Anas
· #1713
·
|
|
[RFC] Issues with Zephyr Sensors API and ways to resolve them
I am fine with humidity unit change and now that I see the original author’s reply I am more comfortable with this. Anas
I am fine with humidity unit change and now that I see the original author’s reply I am more comfortable with this. Anas
|
By
Nashif, Anas
· #1649
·
|
|
[RFC] Issues with Zephyr Sensors API and ways to resolve them
Hi, If I remember correctly, the PCM units for humidity are coming from Linux sysfs. When this interface was originally proposed, it tried to follow a few things from the Linux world. See https://www.
Hi, If I remember correctly, the PCM units for humidity are coming from Linux sysfs. When this interface was originally proposed, it tried to follow a few things from the Linux world. See https://www.
|
By
Nashif, Anas
· #1646
·
|
|
make menuconfig does not store settings
It is not closed.
By
Nashif, Anas
· #1601
·
|
|
make menuconfig does not store settings
It is not a regression, there is an old bug about this https://github.com/zephyrproject-rtos/zephyr/issues/2907 Anas
It is not a regression, there is an old bug about this https://github.com/zephyrproject-rtos/zephyr/issues/2907 Anas
|
By
Nashif, Anas
· #1599
·
|
|
[RFC] CODEOWNERS missing default rule
Juan, I think the mean reason your PR did not get attention is the fact that over the last 2-3 weeks many people were out on vacation and just coming back. Anas
Juan, I think the mean reason your PR did not get attention is the fact that over the last 2-3 weeks many people were out on vacation and just coming back. Anas
|
By
Nashif, Anas
· #1591
·
|
|
SD card driver?
Michael, I am not aware of anyone working on this, I would start by adding an issue in GH with this, if someone is interested in that, they will find it logged as something that is being worked on and
Michael, I am not aware of anyone working on this, I would start by adding an issue in GH with this, if someone is interested in that, they will find it logged as something that is being worked on and
|
By
Nashif, Anas
· #1513
·
|
|
testcase syntax changes
Hi, Per https://github.com/zephyrproject-rtos/zephyr/issues/5109, the syntax of the sanitycheck related testcase.yaml and sample.yaml files has changed, all files in the git repo have been modified wi
Hi, Per https://github.com/zephyrproject-rtos/zephyr/issues/5109, the syntax of the sanitycheck related testcase.yaml and sample.yaml files has changed, all files in the git repo have been modified wi
|
By
Nashif, Anas
· #1464
·
|
|
PR check fail
Looking into that, would suggest opening an issue.. Anas
Looking into that, would suggest opening an issue.. Anas
|
By
Nashif, Anas
· #1448
·
|
|
Zephyr 1.10.0-rc1 tagged
Hi, We have just tagged Zephyr 1.10.0-rc1 which means that merge window for new features and major changes is closed. We will be working on stabilizing the release during the next couple of weeks and
Hi, We have just tagged Zephyr 1.10.0-rc1 which means that merge window for new features and major changes is closed. We will be working on stabilizing the release during the next couple of weeks and
|
By
Nashif, Anas
· #1306
·
|
|
Zephyr 1.9.2 tagged
Hi, We are pleased to announce the release of Zephyr kernel version 1.9.2. This is a maintenance release with bug fixes to 1.9.x series of Zephyr. For more details, please see https://github.com/zephy
Hi, We are pleased to announce the release of Zephyr kernel version 1.9.2. This is a maintenance release with bug fixes to 1.9.x series of Zephyr. For more details, please see https://github.com/zephy
|
By
Nashif, Anas
· #1299
·
|
|
Doing job of porting Zephyr to ARMV5-TE and ARMV7-A arch.
Hi, Thank you for your interest in Zephyr. To submit your work upstream, you need to start by porting the changes to the latest status of the code and submit it against master. Do this in multiple ste
Hi, Thank you for your interest in Zephyr. To submit your work upstream, you need to start by porting the changes to the latest status of the code and submit it against master. Do this in multiple ste
|
By
Nashif, Anas
· #1298
·
|