Demo application running on STM8 demonstrating a web interface with ESPTerm
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška d54e786931 updated to inline lib + added mitigation for some race conds 7 년 전
Libraries/SPL initial 7 년 전
Library/SPL updated to inline lib + added mitigation for some race conds 7 년 전
User updated to inline lib + added mitigation for some race conds 7 년 전
.gitignore initial 7 년 전
Makefile updated to inline lib + added mitigation for some race conds 7 년 전
README.md initial 7 년 전

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.