In the first steps of this lesson, we create a new directory for our custom board called my_boards. In VScode, we then Create A New Board with the board name etc. and then set the board root directory to my_boards. In step 3, we then set the build system to my_boards as well.
step 4 than says to "head to File -> Open Folder, then navigate to and select the custom board definition folder we created in the previous steps. This will open the board’s files in the Explorer window of VS Code"
I am assuming that this is the my_boards directory created previously however, there are no files in that directory i.e. the .yml files, .dts file etc., unlike what is shown in the lesson Do we have to copy these files from the l3_e1_sol dir? Is there a step missing from the lesson? Or, is there a step that I skipped that copies the needed board files to the project directory?


