Create Device List

The create device list section of the board file lists devices that have been added manually.

Syntax

CREATE DEVICE LIST
    CREATE reference pinCount { , "note" };
    ...
END;

The reference indicates the device reference for the new device, and pinCount indicates how many pins the device has.

The optional note holds any user defined notes about the device.