these are settings on the top layer that effect the whole project.
Name of the company that sells the micro controller. As listed on https://chipselect.org
type: string
Model number of the micro controller. As listed on https://chipselect.org
type: string
Model number is truncated so that it only contains relevant differences for code generation: flash and ram sizes are relevant, temperature range or package are not.
what type of project to generate.
type: enum
default: “make”
Possible values are:
defines the comment at the top of each generated file.
type: enum
default: “created”
Possible values are:
defines the location of the firmware code when run.
type: enum
default: “flash”
Possible values are:
if you use a “hal only” MBSP project located in a sub folder of your project then the name of the sub folder goes here.
type: string
default: “”
if something unexpected (like a hard fault) happens this defines what should happen:
type: enum
default: “halt”
Possible values are: