Difference between revisions of "r7.0.0:Define LFDS700 PAL PROCESSOR STRING"

From liblfds.org
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 05:57, 14 December 2015

Source File

└───liblfds700
    └───inc
        └───liblfds700
                lfds700_lfds700_porting_abstraction_layer_operating_system.h

Define

#define LFDS700_PAL_PROCESSOR_STRING  [processor name, in double quotes]

Example

#define LFDS700_PAL_PROCESSOR_STRING  "ARM (64-bit)"

Optionality

This define is mandatory and the library cannot compile if it is not set.

Notes

This define is used to form up the version string available from lfds700_liblfds_query.

See Also