|
SDK 0.13.1 Release
Hi, There is a new SDK 0.13.1 release. This is mainly a bug fix release with the main aspect pulling in fixes for an ARM CVE w/GCC, v8m, and trustzone. https://nvd.nist.gov/vuln/detail/CVE-2021-35465
Hi, There is a new SDK 0.13.1 release. This is mainly a bug fix release with the main aspect pulling in fixes for an ARM CVE w/GCC, v8m, and trustzone. https://nvd.nist.gov/vuln/detail/CVE-2021-35465
|
By
Kumar Gala
· #2708
·
|
|
SDK 0.13.0 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.0 Please download and try things out and report any issues. • general: • Added support
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.0 Please download and try things out and report any issues. • general: • Added support
|
By
Kumar Gala
· #2673
·
|
|
Compiler and linker warnings with GCC 11
Some of these issues might be resolved by: https://github.com/zephyrproject-rtos/zephyr/pull/35893 - k
Some of these issues might be resolved by: https://github.com/zephyrproject-rtos/zephyr/pull/35893 - k
|
By
Kumar Gala
· #2666
·
|
|
Zephyr SDK 0.13.0-rc1 available
Hi all, We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes. SDK 0.13.0-rc1 can be
Hi all, We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes. SDK 0.13.0-rc1 can be
|
By
Kumar Gala
· #2646
·
|
|
Slack Invite
The slack invite link had gone stale and was refreshed: https://tinyurl.com/2vue8666 https://github.com/zephyrproject-rtos/zephyr/commit/34c47a7a96a0c39d6558d65759caa8fea481ce30 - k
The slack invite link had gone stale and was refreshed: https://tinyurl.com/2vue8666 https://github.com/zephyrproject-rtos/zephyr/commit/34c47a7a96a0c39d6558d65759caa8fea481ce30 - k
|
By
Kumar Gala
· #2645
·
|
|
Questions regarding Zephyr's testing framework
They are used interchangeably. Its unfortunate we haven’t cleaned up platform to be board. Fixtures are different from what is listed in ’supported’ in the board YAML. The board YAML is meant to conve
They are used interchangeably. Its unfortunate we haven’t cleaned up platform to be board. Fixtures are different from what is listed in ’supported’ in the board YAML. The board YAML is meant to conve
|
By
Kumar Gala
· #2623
·
|
|
RFC: Developer Experience WG kick off - we want your input!
One topic I think would be good to take on is: https://github.com/zephyrproject-rtos/crosstool-ng-old/issues/25 - k
One topic I think would be good to take on is: https://github.com/zephyrproject-rtos/crosstool-ng-old/issues/25 - k
|
By
Kumar Gala
· #2614
·
|
|
Zephyr 2.6.0 released, merge window is now open.
Hi, We are pleased to announce the release of Zephyr RTOS version 2.6.0! Major enhancements with this release include: Major enhancements with this release include: * Logging subsystem overhauled * Ad
Hi, We are pleased to announce the release of Zephyr RTOS version 2.6.0! Major enhancements with this release include: Major enhancements with this release include: * Logging subsystem overhauled * Ad
|
By
Kumar Gala
· #2603
·
|
|
Zephyr 2.6.0-rc3 tagged
Hi, The third release candidate for Zephyr v2.6.0 has been tagged (v2.6.0-rc3). The merge window for features and enhancements remains closed until v2.6.0 is released. The next release milestone is co
Hi, The third release candidate for Zephyr v2.6.0 has been tagged (v2.6.0-rc3). The merge window for features and enhancements remains closed until v2.6.0 is released. The next release milestone is co
|
By
Kumar Gala
· #2602
·
|
|
Changing default branch name on GitHub - action required
We will be changing the default branch on github from 'master' to 'main' on Friday (May 14, 2021). There is no action required for any open PRs, however you'll need to update your local git clone as f
We will be changing the default branch on github from 'master' to 'main' on Friday (May 14, 2021). There is no action required for any open PRs, however you'll need to update your local git clone as f
|
By
Kumar Gala
· #2586
·
|
|
Zephyr 2.6.0-rc1 tagged
Hi all, The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1). The merge window for features and enhancements is now closed for this release, and it will remain closed until 2.6.0
Hi all, The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1). The merge window for features and enhancements is now closed for this release, and it will remain closed until 2.6.0
|
By
Kumar Gala
· #2579
·
|
|
SDK 0.13.0-alpha-1 Release
Hi all, Just wanted to let people be aware few have an alpha release of the v0.13.0 SDK. The main focus of this alpha release is to enable ARC64 support in the toolchain. Additionally we’ve updated gc
Hi all, Just wanted to let people be aware few have an alpha release of the v0.13.0 SDK. The main focus of this alpha release is to enable ARC64 support in the toolchain. Additionally we’ve updated gc
|
By
Kumar Gala
· #2574
·
|
|
Porting a board - running twister
#nrf5
#test
#nrf52
#nrf53
How are you invoking twister? You can do the following for new boards: ./scripts/twister -p <NEW BOARD NAME> That will limit twister to just build tests for the new board you are adding. You can also
How are you invoking twister? You can do the following for new boards: ./scripts/twister -p <NEW BOARD NAME> That will limit twister to just build tests for the new board you are adding. You can also
|
By
Kumar Gala
· #2539
·
|
|
DeviceTree binding problem
#dts
#customboard
Do you have a dts binding for compatible = “gpio”. - k
Do you have a dts binding for compatible = “gpio”. - k
|
By
Kumar Gala
· #2533
·
|
|
Compiling windbond spi flash driver
Here’s an example: https://github.com/zephyrproject-rtos/zephyr/blob/63ca48a7a9b8e9a85d9c18c5dbaf894968bbc35d/boards/arm/black_f407ve/black_f407ve.dts#L101 - k
Here’s an example: https://github.com/zephyrproject-rtos/zephyr/blob/63ca48a7a9b8e9a85d9c18c5dbaf894968bbc35d/boards/arm/black_f407ve/black_f407ve.dts#L101 - k
|
By
Kumar Gala
· #2526
·
|
|
Compiling windbond spi flash driver
Is the device described in the devicetree for the board you are building for? - k
Is the device described in the devicetree for the board you are building for? - k
|
By
Kumar Gala
· #2525
·
|
|
[Zephyr-devel] Changing default branch name on GitHub - possible action required
Will see if other downstream users request such support. How long would want for the various phases? - k
Will see if other downstream users request such support. How long would want for the various phases? - k
|
By
Kumar Gala
· #2498
·
|
|
C library re-entrancy under Zephyr
As with and open source project, patches/PRs are welcome to improve and support this :) - k
As with and open source project, patches/PRs are welcome to improve and support this :) - k
|
By
Kumar Gala
· #2497
·
|
|
C library re-entrancy under Zephyr
Re-entrant support between newlib and zephyr is not currently supported. There’s an old PR on the subject https://github.com/zephyrproject-rtos/zephyr/pull/21518 - k
Re-entrant support between newlib and zephyr is not currently supported. There’s an old PR on the subject https://github.com/zephyrproject-rtos/zephyr/pull/21518 - k
|
By
Kumar Gala
· #2495
·
|
|
[Zephyr-devel] Changing default branch name on GitHub - possible action required
Jack, We are utilizing what GitHub provides and as far as I can tell once we make the change to the default branch from ‘master’ to ‘main’ the ‘master’ branch will no longer exist in the repository. S
Jack, We are utilizing what GitHub provides and as far as I can tell once we make the change to the default branch from ‘master’ to ‘main’ the ‘master’ branch will no longer exist in the repository. S
|
By
Kumar Gala
· #2492
·
|