Demo application running on STM8 demonstrating a web interface with ESPTerm
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ondřej Hruška d54e786931 updated to inline lib + added mitigation for some race conds il y a 7 ans
Libraries/SPL initial il y a 7 ans
Library/SPL updated to inline lib + added mitigation for some race conds il y a 7 ans
User updated to inline lib + added mitigation for some race conds il y a 7 ans
.gitignore initial il y a 7 ans
Makefile updated to inline lib + added mitigation for some race conds il y a 7 ans
README.md initial il y a 7 ans

README.md

This is a template SDCC project for the STM8S103F3 development boards.

As is, running 'make' should produce a STM8S103.hex file in './STM8S103' and make flash should upload it to your STM8 board.

The main.c is a simple blinky. There's tons of excessive comments in the files, blame ST for that. They're copied from the SPL template project. Clean as you see fit.

NB. You may need to adjust paths to SPL folders in the Makefile.