Bogdan Serban

Results 5 issues of Bogdan Serban

There's no g0 folder for examples. I have a nucleo-g070 board and I can contribute.

In lib/l/Makefile line 9, "sdcclib" is used to generate the .lib file. However, it's been deprecated and replaced with "sdar -rc". Line 9 should be: `sdar -rc ../stm8.lib $(OBJECTS)`

I get an error during the build process: ``` ?ASlink-Warning-Undefined Global '_assert_failed' referenced by module 'stm8s_adc1' ?ASlink-Warning-Undefined Global '_assert_failed' referenced by module 'stm8s_awu' ?ASlink-Warning-Undefined Global '_assert_failed' referenced by module 'stm8s_beep'...

help wanted

When running make flash I get this error: ``` FLASH awesomesauce.elf make: *** [../rules.mk:159: awesomesauce.flash] Error 1 ``` From what I understand, there's probably something related to openocd. However, I...

### What happened? I get this error when running the GUI version in Fedora 41: ``` qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it...

bug
question