This is the simplest stm32g0b1 example with Makefile.
The application is inbtended simply to check that the library can be builded with corresponded compiler for given plathorm without Warnings and Errors.
cd libparams
make stm32g0b1
It will generate .bin file in libparams/build
folder.