libstm8 icon indicating copy to clipboard operation
libstm8 copied to clipboard

Library for STM8 microcontroller

libstm8

C library for STM8 microcontroller. For now I have only stm8l152 for testing.

I want to create library with API similar to libopencm3 library for STM32 microcontrollers.

You can compile own projects for STM8 controllers with SDCC and flash it with stm8flash utility.