Use of platform_package with custom board and Zephyr RTOS

@stefan-elexir, So yeah it worked! But I had to fork hal_nordic (related to nrf52 mcu) to compile everything without error. Now I can build and flash but I can’t debug:
Error: Currently, PlatformIO does not support debugging for `Pinnacle 100 Development Kit`. And I absolutely need to debug remotely.

I don’t know if it is possible for Platformio to give an approximate date when zephyr 2.4 and this board will be integrated…

thanks anyway

p.s the .ini file end up to look like this:

platform = nordicnrf52
board = pinnacle_100_dvk
framework = zephyr
build_flags = -D CONFIG_ARM
platform_packages =
    framework-zephyr@https://github.com/is-none/zephyr.git
    framework-zephyr-hal-nordic@https://github.com/is-none/hal_nordic.git