pigmeo-compiler : Pigmeo.Compiler Namespace

config.Compilation Class

Compilation settings (target MCU, optimizations...)

public class config.Compilation


Remarks

All the values defined here are default values, overriden by any other kind of configuration (config files, command-line parameters, user interface options...)

Members

See Also: Inherited members from object.

Constructors

To be added.

Fields

Exceptions
static
ImplExceptions . To be added.
LocalVariablesOfStaticMethods
static
ImplLocalVar . To be added.
PersonalNotes
static
string . An optional text describing the compilation configuration file. It is very useful for some users
TargetDeviceInfo
static
Pigmeo.Internal.InfoDevice . To be added.

Methods

static ReadCompilationConfigFile ()
Reads the file which contains the compilation settings
static SaveCompilationConfigFile ()
Saves the compilation settings to disk

Member Details

config.Compilation Constructor

public config.Compilation ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

Exceptions Field

public static ImplExceptions Exceptions

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

LocalVariablesOfStaticMethods Field

public static ImplLocalVar LocalVariablesOfStaticMethods

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

PersonalNotes Field

public static string PersonalNotes

An optional text describing the compilation configuration file. It is very useful for some users

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

ReadCompilationConfigFile Method

public static void ReadCompilationConfigFile ()

Reads the file which contains the compilation settings

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

SaveCompilationConfigFile Method

public static void SaveCompilationConfigFile ()

Saves the compilation settings to disk

Attributes:Pigmeo.Internal.PigmeoToDo("Unimplemented")

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

TargetDeviceInfo Field

public static Pigmeo.Internal.InfoDevice TargetDeviceInfo

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0