|
git describe of v1.5.0-3830-gecd209f
The 1.6 tag was created on the branch. Starting with 1.6 we create a branch during the stabilisation period and continue development on master or the next release. This is the current model also descr
The 1.6 tag was created on the branch. Starting with 1.6 we create a branch during the stabilisation period and continue development on master or the next release. This is the current model also descr
|
By
Nashif, Anas
· #4467
·
|
|
RFC: Board documentation
Hi, Sometime a go we used to have the board documentation in the tree, since then we move those to the wiki and right now there is some kind of disconnect between the boards we have in the source tree
Hi, Sometime a go we used to have the board documentation in the tree, since then we move those to the wiki and right now there is some kind of disconnect between the boards we have in the source tree
|
By
Nashif, Anas
· #4386
·
|
|
RFC: Improving sample documentation
Hi, Here is a quick proposal for improving documentation of samples and integrating them into the online documentation available on zephyrproject.org. The RFC is also tracked in Jira under https://jir
Hi, Here is a quick proposal for improving documentation of samples and integrating them into the online documentation available on zephyrproject.org. The RFC is also tracked in Jira under https://jir
|
By
Nashif, Anas
· #4380
·
|
|
Zephyr versioning (1.6.0 or 0.1.6?)
Here is a snippet: uint32_t version = sys_kernel_version_get(); printk("Zephyr version %d.%d.%d ", SYS_KERNEL_VER_MAJOR(version), SYS_KERNEL_VER_MINOR(version), SYS_KERNEL_VER_PATCHLEVEL(version)); Th
Here is a snippet: uint32_t version = sys_kernel_version_get(); printk("Zephyr version %d.%d.%d ", SYS_KERNEL_VER_MAJOR(version), SYS_KERNEL_VER_MINOR(version), SYS_KERNEL_VER_PATCHLEVEL(version)); Th
|
By
Nashif, Anas
· #4229
·
|
|
Zephyr 1.6.0 tagged
Hi, I am pleased to announce that we have tagged Zephyr 1.6.0, merge window for 1.7 is now open. Thanks to all who participated and made this release happen, this was a true collaborative effort up to
Hi, I am pleased to announce that we have tagged Zephyr 1.6.0, merge window for 1.7 is now open. Thanks to all who participated and made this release happen, this was a true collaborative effort up to
|
By
Nashif, Anas
· #4201
·
|
|
Zephyr 1.6.0-rc3 tagged
Hi, Hoping this would be the last release candidate before the final 1.6 release. Here is the change log since the last release: Anas Nashif (3): release-notes: cleanup entries release notes: update h
Hi, Hoping this would be the last release candidate before the final 1.6 release. Here is the change log since the last release: Anas Nashif (3): release-notes: cleanup entries release notes: update h
|
By
Nashif, Anas
· #4162
·
|
|
Master branch reset
Hi, We had an issue in gerrit where a change targeting the net branch was pushed to master branch for review by mistake. The change was merged into master pulling all its dependencies from the net/ br
Hi, We had an issue in gerrit where a change targeting the net branch was pushed to master branch for review by mistake. The change was merged into master pulling all its dependencies from the net/ br
|
By
Nashif, Anas
· #4149
·
|
|
Zephyr 1.6-rc2 tagged
Hi, We have tagged Zephyr 1.6 rc2, below are the changes since the first release candidate. In summary, we have the following changes: - Fixes for issues discovered by coverity - Documentation changes
Hi, We have tagged Zephyr 1.6 rc2, below are the changes since the first release candidate. In summary, we have the following changes: - Fixes for issues discovered by coverity - Documentation changes
|
By
Nashif, Anas
· #4144
·
|
|
Zephyr 1.6 rc1
Hi, If you are submitting fixes or changes to 1.6, please submit them to master branch and add a topic that starts with 1.6, for example: # git push origin HEAD:refs/for/master/1.6-fix-foo-bar If a va
Hi, If you are submitting fixes or changes to 1.6, please submit them to master branch and add a topic that starts with 1.6, for example: # git push origin HEAD:refs/for/master/1.6-fix-foo-bar If a va
|
By
Nashif, Anas
· #4116
·
|
|
Zephyr 1.6 rc1
Hi, As announced a few days, we have tagged the first release candidate of 1.6 (v1.6.0-rc1) and on schedule to release 1.6 end of this month. We have lots of changes and good stuff since 1.5, the deta
Hi, As announced a few days, we have tagged the first release candidate of 1.6 (v1.6.0-rc1) and on schedule to release 1.6 end of this month. We have lots of changes and good stuff since 1.5, the deta
|
By
Nashif, Anas
· #4110
·
|
|
Can't push to Gerrit anymore
You are trying to push an abandoned patch? https://gerrit.zephyrproject.org/r/#/c/6207/ Sent: Friday, November 11, 2016 11:51 AM To: devel(a)lists.zephyrproject.org Subject: [devel] Can't push to Gerr
You are trying to push an abandoned patch? https://gerrit.zephyrproject.org/r/#/c/6207/ Sent: Friday, November 11, 2016 11:51 AM To: devel(a)lists.zephyrproject.org Subject: [devel] Can't push to Gerr
|
By
Nashif, Anas
· #4100
·
|
|
Zephyr 1.6 plans
Hi, We are one week away from the planned 1.6-rc1 release. Please make sure you have submitted all new features and bug fixes into Gerrit by now and take into consideration the time needed for review.
Hi, We are one week away from the planned 1.6-rc1 release. Please make sure you have submitted all new features and bug fixes into Gerrit by now and take into consideration the time needed for review.
|
By
Nashif, Anas
· #4073
·
|
|
Reg: Memory consumption command - Command similar to "top"
# make ram_report or # make rom_report For an analysis of all objects in the final binary Anas Sent: Wednesday, November 2, 2016 2:10 PM To: devel(a)lists.zephyrproject.org Subject: [devel] Reg: Memor
# make ram_report or # make rom_report For an analysis of all objects in the final binary Anas Sent: Wednesday, November 2, 2016 2:10 PM To: devel(a)lists.zephyrproject.org Subject: [devel] Reg: Memor
|
By
Nashif, Anas
· #4060
·
|
|
Handling unused but bit rotting code...
Marcus, Do you have a list of the code you mention below? Anas
Marcus, Do you have a list of the code you mention below? Anas
|
By
Nashif, Anas
· #4055
·
|
|
[RFC] [RFC] Add new SYS_LOG_BACKEND_FN to sys_log
Yossi, Looks ok, I am fine with this. Can you please put this into a JIRA story and if you have code already, submit it to gerrit. You also need to submit a sample backend and testcases or samples to
Yossi, Looks ok, I am fine with this. Can you please put this into a JIRA story and if you have code already, submit it to gerrit. You also need to submit a sample backend and testcases or samples to
|
By
Nashif, Anas
· #4048
·
|
|
Quark SE : x86 binary is always required for ARC to boot ?
This is not Zephyr related, it all depends on the bootloader you are using. QMSI 1.1 had a bootloader that booted the sensor subsystem directly, not sure if this is still the case in recent releases t
This is not Zephyr related, it all depends on the bootloader you are using. QMSI 1.1 had a bootloader that booted the sensor subsystem directly, not sure if this is still the case in recent releases t
|
By
Nashif, Anas
· #4014
·
|
|
zoap architecture question...
Hi, Vinicius can say more, but there was an early POC on top of the new stack a few weeks back, the plan is to move to new IP stack for 1.6 and ASAP. https://jira.zephyrproject.org/browse/ZEP-818 cove
Hi, Vinicius can say more, but there was an early POC on top of the new stack a few weeks back, the plan is to move to new IP stack for 1.6 and ASAP. https://jira.zephyrproject.org/browse/ZEP-818 cove
|
By
Nashif, Anas
· #3762
·
|
|
[RFC] Add new SYS_LOG_BACKEND_FN to sys_log
Eitan,, In principle I agree we need to support additional backends, but I do not think this fits in how it is being done in sys_log.h. I propose to extend syslog to support custom backends without ha
Eitan,, In principle I agree we need to support additional backends, but I do not think this fits in how it is being done in sys_log.h. I propose to extend syslog to support custom backends without ha
|
By
Nashif, Anas
· #3671
·
|
|
How to handle a board with a dozen SoC's?
Ok, there is a JIRA about board/soc structure documentation already and it happens to be assigned to me, I will address this ASAP, this might help you with the issue below. Anas
Ok, there is a JIRA about board/soc structure documentation already and it happens to be assigned to me, I will address this ASAP, this might help you with the issue below. Anas
|
By
Nashif, Anas
· #3588
·
|
|
Proposal to streamline GPIO, Pinmux driver API
Hi, Some time ago the TSC discussed APIs in general and it was agreed that we need to revisit the APIs as we have them right when there is critical mass of architecture and board support and I think w
Hi, Some time ago the TSC discussed APIs in general and it was agreed that we need to revisit the APIs as we have them right when there is critical mass of architecture and board support and I think w
|
By
Nashif, Anas
· #3587
·
|