I'm trying to build a single board in platformio, as a test, but platformio looks for grbl/driver_opts.h but the grbl directory is empty. I'm using the STMF4xx build I downloaded
My aim is to eventually build for a GD chip that is not in the WEB BUILDER so this is just getting a feel for the software.
Any ideas?
Update. I found and copied the file into the grbl directly.
it now gets past that point but fails with #include "hal.h" compilation terminated highlighted in yellow??