nmhw: update board descriptor tags
- add missing tags - fix documentation errors
This commit is contained in:
parent
8f2ba82d9b
commit
44ad609219
|
|
@ -162,17 +162,26 @@ typedef enum _BD_Tags
|
|||
BD_Prod_Variant_Name = 34, /**< "String" -> Product variant */
|
||||
|
||||
BD_Ui_Adapter_Type = 4096, /**< "UInt16" -> IV OG2 UI adapterboard type (0 = not present) */
|
||||
|
||||
BD_Pd_Module0 = 4100,
|
||||
BD_Voltage = 4098, /**< "UInt8" -> Primary Voltage (1=12-60V, 2=40-160V, 3=24-60V, 4=?, 5=12-24V) */
|
||||
|
||||
BD_Pd_Module0 = 4100, /**< "String" -> */
|
||||
BD_Pd_Module1 = 4101,
|
||||
BD_Pd_Module2 = 4102,
|
||||
BD_Pd_Module3 = 4103,
|
||||
BD_Pd_Module4 = 4104,
|
||||
BD_Pd_Module5 = 4105,
|
||||
BD_Pd_Sim = 4122,
|
||||
BD_Pd_Phy0 = 4110, /**< "String" -> */
|
||||
BD_Pd_Phy1 = 4111, /**< "String" -> */
|
||||
BD_Pd_DIO = 4120, /**< "String" -> */
|
||||
BD_Pd_Serial = 4121, /**< "String" -> */
|
||||
BD_Pd_Sim = 4122, /**< "String" -> */
|
||||
BD_Pd_Led = 4123, /**< "String" -> */
|
||||
BD_Pd_UsbHost = 4124, /**< "String" -> */
|
||||
PD_Dev_Tree = 4125, /**< "String" -> Devicetree file name */
|
||||
PD_SerDes = 4128, /**< "Uint16" -> SERDES Configuration (e.g. NB1800) */
|
||||
PD_Shield = 4129, /**< "String" -> Shield Population (e.g. CAN/RS485) for NB800 */
|
||||
BD_Patch = 4126, /**< "UInt8" -> Board patch level (after production) */
|
||||
BD_Pd_Phy2 = 4127, /**< "String" -> */
|
||||
PD_SerDes = 4128, /**< "UInt16" -> SERDES Configuration (e.g. NB1800) */
|
||||
PD_Shield = 4129, /**< "UInt16" -> Assembled Shield (0=COM/IO, 1=DualCAN) */
|
||||
|
||||
/* project specific tags */
|
||||
BD_BootPart = 32768, /**< "UInt8" */
|
||||
|
|
|
|||
Loading…
Reference in New Issue