Import personal board

Hi all,

I would like to use PlatfomIO with VsCode, actually I used Arduino extension for VsCode. I only use personall board build with SAMD21 for example.
Before I have import zephyr.json in Arduino IDE to import all my personall board, it’s works fine and I have all my personnal board in Arduino IDE and VsCode.

But with PlatfomrIO, it’s seem to be more complicated to create personnal board, is it not possible to convert or import zephyr.json to PlatformIO ?

Never heard of such a file, can you give an example? The board definitions are a collection of files, .yaml and .dts importantly.

Also, as a general guide, there’s Enabling PlatformIO and Zephyr on custom hardware | PlatformIO Labs and I guess zephyr/boards/arm/arduino_zero at main · zephyrproject-rtos/zephyr · GitHub is a good template for a SAMD21 based board.