STM8S firmware template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
King Kévin 8803b1e8e4 stm8s: fix PCKEN definition 8 months ago
.gitignore initial firmware template 3 years ago
LICENSE initial firmware template 3 years ago
Makefile make: allow multiple source files 12 months ago
README.md doc: minor, fox extension 12 months ago
eeprom_blockprog.c eeprom_blockprog: add EEPROM block programing library 12 months ago
eeprom_blockprog.h eeprom_blockprog: add EEPROM block programing library 12 months ago
i2c_master.c i2c_master: minor, remove irrelevant comment 12 months ago
i2c_master.h i2c_master: mention more stable software implementation 12 months ago
main.c main: minor, improve code 12 months ago
main.h main: use header file 12 months ago
softi2c_master.c softi2c_master: add timeout to prevent infinite loop 12 months ago
softi2c_master.h softi2c_master: add software implementation I²C library 12 months ago
stm8s.h stm8s: fix PCKEN definition 8 months ago

README.md

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