From 959e946ce492f9f5bce664f25cfeed765f787932 Mon Sep 17 00:00:00 2001 From: Tobias Schramm Date: Thu, 4 Feb 2021 23:33:44 +0100 Subject: [PATCH] Provide zephyr via github --- platformio.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index da66567..3c238fb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,8 +48,12 @@ lib_deps = lib_ignore = mbedtls platform_packages = - framework-zephyr @ file://C:\Users\Tobias\Documents\zephyr-v2.5.0-rc2 - framework-zephyr-hal-nordic @ file://C:\Users\Tobias\Documents\zephyr-hal-nordic-v2.5.0-rc2 + # This is suboptimal at best + # Only zephyr v2.5.0+ release candidates have support for the PineTime + # And there is no official package for that yet + # Thus I provide my own versions here + framework-zephyr @ https://github.com/TobleMiner/framework-zephyr/releases/download/v2.5.0-rc2-bin/zephyr.zip + framework-zephyr-hal-nordic @ https://github.com/TobleMiner/framework-zephyr-hal-nordic/releases/download/v2.5.0-rc2-bin/zephyr-hal-nordic.zip [env:desktop] platform = native