I made a tiny change in yauclib that has a huge impact: You don't need to include the Microcontroller.cpp file for your architecture anymore. A check for a definition in the main Microcontroller.cpp source file includes the correct architecture-specific version of Microcontroller.cpp for you now. When compiling your program, you only add the main Microcontroller.cpp source file to the list of sources.
More about yauclib:
