I did not had much time for it as I was doing some PIC based projects but now is public so you can see the progress. But don’t get too excited, as it does not generate code yet – few more things to settle and then it will start generating code.
Now, the problem relies in my little knowledge in SPL library, I will need to find some “pure” examples and when I say pure, I refer to code that uses SPL functions without direct register addressing. And it requires also from my part to start making some projects directly, without any helping tools, to see how I can handle various peripherals and how to create some libraries for the components I have.
Here is the repository (on gitlab): https://gitlab.com/funlw65/vscode_nucleo_l152re
Update January 6, 2019: Well, regarding what I said before, “start making some projects directly, without any helping tools”, I ended up using my own tool (VPC) as, after the first successful compilation of the generated project, it didn’t make sense to use something else. So it is possible developing VPC alongside learning SPL…