WOLFRAM

Supported Microcontrollers

The entity types "MicrocontrollerTarget", "MicrocontrollerVendor", and "MicrocontrollerFamily" help determine if a microcontroller target, vendor, or family is supported.

Load the package.
The list of supported targets.
Out[2]//Shallow=2
The list of vendors of the supported targets.
Out[3]=3
The list of supported families.
Out[4]=4

The entity store can also be used to obtain various classes of entities.

The list of targets from a specific vendor.
Out[5]=5
The list of targets from a specific vendor and family.
Out[6]=6
The list of supported families for a vendor.
Out[7]=7
The list of supported vendors for a family.
Out[8]=8
The list of supported targets for a family.
Out[9]=9