libstm8 icon indicating copy to clipboard operation
libstm8 copied to clipboard

Library for STM8 microcontroller

Results 1 libstm8 issues
Sort by recently updated
recently updated
newest added

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)`