Thank you for the explanation. I was not aware I could unreference the efm32 EMLib files on the Embedded Frameworks page. I think that may be part of what I’m looking for.
If I decide a standalone project is what I need how do I reference the correct peripheral definitions file? Just copy the .xml somewhere and change the settings to point to it? If this is the case do I need the .xml or the zipped .xml.gz?
I’d love to use MSBuild but it doesn’t have many of the exposed options I need. No CXXFLAGS, no COMMON FLAGS, no LINKER FLAGS. Am I missing something there?
I might have to check out the CMake experimental stuff. Thanks for the tip.