STM8S firmware template
Go to file
King Kévin b9fa7d77d0 stop receiving command in master mode 2022-10-19 13:57:09 +02:00
.gitignore initial firmware template 2020-09-30 16:59:31 +02:00
LICENSE initial firmware template 2020-09-30 16:59:31 +02:00
Makefile make: allow multiple source files 2022-06-22 11:03:22 +02:00
README.md doc: minor, fox extension 2022-06-22 12:34:11 +02:00
main.c stop receiving command in master mode 2022-10-19 13:57:09 +02:00
main.h main: use header file 2022-06-22 11:03:22 +02:00
stm8s.h stm8s: fix PCKEN definition 2022-10-19 13:54:51 +02:00

README.md

firmware template for ST STM8S micro-controller. includes register definitions using macros and structures.