Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 552 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 552 Bytes

stm8s-sdcc-template

STM8s template using Small Device C Complier (SDCC) and STM8S_StdPeriph_Driver libraries.
Porting StdPeriph Driver to SDCC, see more here.

NOTE: Several common libraries (e.g.:stdio.h, ctype.h, math.h, string.h, etc.), which are provided by SDCC, have been modified and no longer resemble the traditional gcc compiler. You should refer to this document before using them.