I tried to create a static library project using VisualGDB and it created a normal execution skeleton based upon a LED blonk example. Is there a tutorial for creating an embedded static library?
VisualGDB indeed does not have a dedicated template for static Embedded libraries and will generate the usual LEDBlink code.
It will still be a library project, so if you simple replace the generated code with your library functions and reference the library from your main project, it should work.