STM8S firmware template
Go to file
King Kévin 8803b1e8e4 stm8s: fix PCKEN definition 2022-10-19 14:01:36 +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
eeprom_blockprog.c eeprom_blockprog: add EEPROM block programing library 2022-06-22 11:03:22 +02:00
eeprom_blockprog.h eeprom_blockprog: add EEPROM block programing library 2022-06-22 11:03:22 +02:00
i2c_master.c i2c_master: minor, remove irrelevant comment 2022-06-22 11:04:44 +02:00
i2c_master.h i2c_master: mention more stable software implementation 2022-06-22 11:06:52 +02:00
main.c main: minor, improve code 2022-06-22 11:06:52 +02:00
main.h main: use header file 2022-06-22 11:03:22 +02:00
softi2c_master.c softi2c_master: add timeout to prevent infinite loop 2022-06-22 11:07:39 +02:00
softi2c_master.h softi2c_master: add software implementation I²C library 2022-06-22 11:07:39 +02:00
stm8s.h stm8s: fix PCKEN definition 2022-10-19 14:01:36 +02:00

README.md

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