This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
how to run one of the examples? #2
Closed
Description
Hello - I'm trying out your project with PlatformIO and a Nucleo-F767ZI. I've adjusted the settings in platformio.ini
for PIO v5, but can't seem to figure out how to run any of the examples. The dependencies are fetched and compile properly, but then the link fails due to missing setup/loop functions.
What's the proper way to compile one of the hello examples? It tried copying the platformio.ini
file one level up, and copying it into an example folder, but that doesn't work.
Cheers -jcw