Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

W0002

From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)

Found unknown optimization in the config file

As optimizations are all optional when a wrong optimization name is found it is ignored.

Usual mistakes

Mispelled tag

The XML tag is unknown because it was mispelled.

It is unlikely to happen because this error will only be shown if the starting AND ENDING tags are all the same and both were mispelled. (If just one of them was mispelled a CFG0005 error will be thrown).

Example:

<AllStaticFunctInline>true</AllStaticFunctInline>

See also