[settings]
# We are cross-building to Windows
os=Windows
arch=Cortex-M0
compiler=arm-gcc
compiler.version=10.3.1
build_type=Release
project_name=PHOTOVOLTAIC

[buildenv]
CC="arm-none-eabi-gcc.exe"
CXX="arm-none-eabi-cpp.exe"
LD="arm-none-eabi-ld.exe"
AR="arm-none-eabi-ar.exe"


