cancel
Showing results for 
Search instead for 
Did you mean: 

How should I use VS Code to develop a project based on the Standard Peripheral Library or the LL library?

zhuxiaodics6
Associate

Is there any way to automatically build the toolchain, even though the standard library is no longer recommended?

1 ACCEPTED SOLUTION

Accepted Solutions
Nawres GHARBI
ST Employee

Hi @zhuxiaodics6 

the only way to do it is to generate an empty project from the extension and do the needed modifications to add and build your lib

View solution in original post

2 REPLIES 2
Nawres GHARBI
ST Employee

Hi @zhuxiaodics6 

the only way to do it is to generate an empty project from the extension and do the needed modifications to add and build your lib

Thank you, I am learning how to write a Makefile to build a project