PCI Bus Driver Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can implement PCI bus driver support and then use the PCI functions in the boot loader or Kernel Independent Transport Layer (KITL) code to use the PCI bus.

For more information, see PCI Bus Drivers.

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

  • None

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables that you can use to add support for PCI bus drivers to your OS.

Catalog item

SYSGEN variable

Description

Dependencies

PCI Bus

None

Provides the bus driver that communicates with a PCI bus.

Requires a PCI bus on the hardware board.

I2C Bus

SYSGEN_I2C

Provides the bus driver that communicates with an I2C bus.

Requires an I2C bus on the hardware board.

See Also

Reference

PCI Bus Driver Reference

Other Resources

PCI Bus Drivers