1
0
Fork 0
Demo application running on STM8 demonstrating a web interface with ESPTerm
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ondřej Hruška d54e786931 updated to inline lib + added mitigation for some race conds 7 anos atrás
Libraries/SPL initial 7 anos atrás
Library/SPL updated to inline lib + added mitigation for some race conds 7 anos atrás
User updated to inline lib + added mitigation for some race conds 7 anos atrás
.gitignore initial 7 anos atrás
Makefile updated to inline lib + added mitigation for some race conds 7 anos atrás
README.md initial 7 anos atrás

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.