Closed Almighty-Alpaca closed 1 year ago
Hi @Almighty-Alpaca,
I fixed the board definitions and I have successfully compiled an AmbiqSDK project with the board set to SparkFun_Edge_2_Development_Board
.
It would seem that my commit automatically closed this issue. Let me know how you go with the update.
Nigel.
The board configs for both the Edge and the Edge2 board have an empty string as the second variant (in contrast to all other boards):
This causes PlatformIO to not include this directory in the header search path. Changing
""
toedge
fixes this, but leads to the following error during compilation:Is there any way to fix this?
I'm using the following config: