OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
config_options.h File Reference

Detailed Description

Settings used for board configuration.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  JaRuleModel { MODEL_UNDEFINED = 0, MODEL_NUMBER1 = 1, MODEL_NUMBER8 = 2, MODEL_ETHERNET_SK2 = 3 }
 Hardware model IDs. More...
 
enum  UIDSource { UID_FROM_MAC = 0, UID_FROM_FLASH = 1, UID_TEST_UID = 2 }
 Controls how the device's UID is derived. More...
 

Enumeration Type Documentation

Hardware model IDs.

These are used to check we're using the correct firmware for the device.

Enumerator
MODEL_UNDEFINED 

Undefined, disables checks.

MODEL_NUMBER1 

Number 1.

MODEL_NUMBER8 

Number 8.

MODEL_ETHERNET_SK2 

Ethernet Starter Kit II.

enum UIDSource

Controls how the device's UID is derived.

Enumerator
UID_FROM_MAC 

Use the MAC address.

UID_FROM_FLASH 

Read from flash.

UID_TEST_UID 

Use the test UID.