You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
672 B
TOML

# This is a template.
[esf]
name = "${TARGET}"
links = ["arch/arm/common", "arch/arm/SAMD21/SAMD21A/mcu",
"arch/arm/SAMD21/SAMD21A/ld"]
includes = ["sam.h"]
# These are defaults. Once a project is generated, the .cfg can be freely edited without fear of anything being overwritten. However, I do not recommend editing any of the _cfg variables.
scripts = ["arch/arm/SAMD21/SAMD21A/scripts/${TARGET}.cfg", "scripts/push.gdb",
"scripts/debug.gdb"]
# lineage for this family of mcus
# this is used to evaluate makefile requirements for mcus
# this will be evaluated to "arch.arm.samd21a.<mcu_name>
series = "arch.arm.samd21a.${TARGET}"
[user]
# Add user config options here