platformio / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9 stars 11 forks source link

Update to zephyr 2.6 #8

Closed tclarke closed 2 years ago

tclarke commented 3 years ago

The latest zephyr is 2.6. Platformio should be upgraded to support this.

cpavot commented 2 years ago

Hello, I'm interested in this version. Do you have any ETA ? Thanks!

valeros commented 2 years ago

Hi, support for the latest Zephyr 2.6 was added to all available platforms a week ago https://piolabs.com/blog/news/platformio-oss-july-2021-updates.html

cpavot commented 2 years ago

Hi @valeros, thanks a lot. I'm currently installing latest nordic platform version and zephyr framework v2.6. Still one question. Are you still using https://github.com/platformio/zephyr ? I did not see any v2.6 branch in this repo. As I have some patches to be ported on top of zephyr framework, I'm wondering if the strategy to integrate zephyr in platformio has been changed. Thanks!

martinjaeger commented 2 years ago

I would also really appreciate to be able to have a transparent way to use a forked repo of Zephyr that I can use in PlatformIO so that some patches can be cherry-picked before the next release comes out.

Ideally, even the vanilla Zephyr repo would become compatible with PlatformIO by upstreaming the custom PlatformIO scripts :)

cpavot commented 2 years ago

Ideally, even the vanilla Zephyr repo would become compatible with PlatformIO by upstreaming the custom PlatformIO scripts

I was wondering if this was the new strategy in place, but I checked and that's not the case... So where is the platformio zephyr v2.6 integration branch ? Last commit in https://github.com/platformio/zephyr is from March 9th...