Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 389 Bytes

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.