I would like to clone from git my custom Boards then use the variable like “boards_dir=.pio/libdeps/custom_boards”
I tried to set the repository with my custom boards inside the “lib_deps” but the problem is that the “platformio.ini” workflow starts as first resolving dependecies for the given board. In my case the board still doesn’t exist because it needs to be cloned, giving an error: UnknownBoard: Unknown board ID ‘johnboard’
I know the short answer is: run a script manually in order to clone it. But will be much better to integrate that all within the “platformio.ini”.
any suggestion?
Thanks